Lines Matching refs:separator
69 char separator;
492 ttlStr = strchr(type, cd->separator);
500 /* replace separator char with NULL to split string */
505 data = strchr(ttlStr, cd->separator);
513 /* replace separator char with NULL to split string */
519 /* replace all cd->separator chars with a space. */
523 if (data[i] == cd->separator)
615 /* remove path separator at end of path so stat works properly */
775 /* remove path separator at end of path so stat works properly */
855 "accept a single character for separator.");
871 /* determine and save path separator for later */
904 /* get and store our separator character */
905 cd->separator = *argv[5];