Searched refs:emipath (Results 1 – 1 of 1) sorted by relevance
938 char *emipath; in fork_emi() local1065 emipath = getenv("PATH"); in fork_emi()1066 if (emipath == NULL) in fork_emi()1067 emipath = strdup("/usr/sbin:/usr/bin"); in fork_emi()1069 sz = sizeof ("PATH=") + strlen(emipath); in fork_emi()1072 (void) strncat(*np, emipath, sz); in fork_emi()