Lines Matching refs:pBackSlash
90 char *pBackSlash; in pathToDataDirectory() local
97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
98 if (pBackSlash != NULL) { in pathToDataDirectory()
99 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
103 if (pBackSlash != NULL) { in pathToDataDirectory()
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()
732 char *pBackSlash; in ctest_dataOutDir() local
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
740 if (pBackSlash != NULL) { in ctest_dataOutDir()
741 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
745 if (pBackSlash != NULL) { in ctest_dataOutDir()
749 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()