Lines Matching refs:pBackSlash
393 char *pBackSlash;
400 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
401 if (pBackSlash != NULL) {
402 *pBackSlash = 0; /* Truncate the string at the '\' */
406 if (pBackSlash != NULL) {
410 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
1504 char *pBackSlash;
1511 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1512 if (pBackSlash != NULL) {
1513 *pBackSlash = 0; /* Truncate the string at the '\' */
1517 if (pBackSlash != NULL) {
1521 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );