Home | History | Annotate | Download | only in toolutil

Lines Matching refs:sep

280     char *sep;
287 sep=strchr(filename, 0)-strlen(name);
288 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
289 if(sep!=filename) {
290 *sep=0; // truncate temporarily
297 *sep++=U_FILE_SEP_CHAR; // restore file separator character