Home | History | Annotate | Download | only in letest

Lines Matching refs:pBackSlash

1004         char *pBackSlash;
1011 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
1012 if (pBackSlash != NULL) {
1013 *pBackSlash = 0; /* Truncate the string at the '\' */
1017 if (pBackSlash != NULL) {
1021 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);