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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c938 char *emipath; local
1065 emipath = getenv("PATH");
1066 if (emipath == NULL)
1067 emipath = strdup("/usr/sbin:/usr/bin");
1069 sz = sizeof ("PATH=") + strlen(emipath);
1072 (void) strncat(*np, emipath, sz);

Completed in 59 milliseconds