Searched defs:PATH_SEPARATOR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dpraliases.c56 # define PATH_SEPARATOR ':' macro
247 colon = strchr(filename, PATH_SEPARATOR);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c20 # define PATH_SEPARATOR "\\" macro
22 # define PATH_SEPARATOR "/" macro
53 #define GETDIR (dir = getdir(), dirlen = strlen(dir) + sizeof(PATH_SEPARATOR) - 1)
96 (void) strcat(d->fn, PATH_SEPARATOR);
113 (void) sprintf(d->fn, "%s%skrb5_RC%d", dir, PATH_SEPARATOR,
216 (void) strcat(d->fn, PATH_SEPARATOR);
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h136 #define PATH_SEPARATOR "/" /* Path separator character. */ macro

Completed in 213 milliseconds