Lines Matching refs:pBackSlash
308 char *pBackSlash;
315 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
316 if (pBackSlash != NULL) {
317 *pBackSlash = 0; /* Truncate the string at the '\' */
321 if (pBackSlash != NULL) {
325 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
375 char *pBackSlash;
382 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
383 if (pBackSlash != NULL) {
384 *pBackSlash = 0; /* Truncate the string at the '\' */
388 if (pBackSlash != NULL) {
392 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);