Searched refs:EPATH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c74 #define EPATH "PATH=/usr/ucb:/usr/bin:/usr/sbin:" macro
421 (void) putenv(EPATH);
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c69 #define EPATH "PATH=/usr/sbin:/sbin:" macro
70 #define CPATH "/sbin" /* an EPATH element */
666 * element in EPATH). No point in opening ourselves
671 if ((epath = malloc(strlen(EPATH) + strlen(cpath) + 1)) == NULL) {
675 (void) strcpy(epath, EPATH);

Completed in 61 milliseconds