Lines Matching refs:separator
78 char separator;
517 ttlStr = strchr(type, cd->separator);
527 /* replace separator char with NULL to split string */
532 data = strchr(ttlStr, cd->separator);
542 /* replace separator char with NULL to split string */
548 /* replace all cd->separator chars with a space. */
552 if (data[i] == cd->separator)
660 /* remove path separator at end of path so stat works properly */
814 /* remove path separator at end of path so stat works properly */
884 "accept a single character for separator.");
899 /* determine and save path separator for later */
942 /* get and store our separator character */
943 cd->separator = *argv[5];