Lines Matching refs:pBackSlash
93 char *pBackSlash; in pathToDataDirectory() local
100 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in pathToDataDirectory()
101 if (pBackSlash != NULL) { in pathToDataDirectory()
102 *pBackSlash = 0; /* Truncate the string at the '\' */ in pathToDataDirectory()
106 if (pBackSlash != NULL) { in pathToDataDirectory()
110 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); in pathToDataDirectory()
771 char *pBackSlash; in ctest_dataOutDir() local
778 pBackSlash = strrchr(p, U_FILE_SEP_CHAR); in ctest_dataOutDir()
779 if (pBackSlash != NULL) { in ctest_dataOutDir()
780 *pBackSlash = 0; /* Truncate the string at the '\' */ in ctest_dataOutDir()
784 if (pBackSlash != NULL) { in ctest_dataOutDir()
788 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); in ctest_dataOutDir()