Home | History | Annotate | Download | only in toolutil

Lines Matching defs:sep

282     char *sep;
289 sep=strchr(filename, 0)-strlen(name);
290 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
291 if(sep!=filename) {
292 *sep=0; // truncate temporarily
299 *sep++=U_FILE_SEP_CHAR; // restore file separator character