Searched defs:separate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c247 const char *separate = MSG_ORIG(MSG_MOD_SEPARATE); local
260 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) {
291 } while ((tok = strtok_r(NULL, separate, &lasts)) != NULL);
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c107 static void separate(char *s);
298 separate("1");
310 separate("2");
345 separate(dup?"3":"");
385 separate(char *s) function
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c125 const char *pattern, int separate);
490 * separate int When appending a filename from the specified
493 * the filename, unless separate is zero.
499 const char *pattern, int separate)
533 if((separate && _pn_append_to_path(ef->path, FS_DIR_SEP, -1, 0)==NULL) ||
1185 * separate them from the file contained in the home directory.
498 ef_match_relative_pathname(ExpandFile *ef, DirReader *dr, const char *pattern, int separate) argument
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h552 unsigned char separate; /* cannot combine */ member in struct:reglib_s

Completed in 66 milliseconds