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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c69 static int in_dir(const char*, const char*);
238 !in_dir("/bin",shell) &&
239 !in_dir("/usr/bin",shell) &&
240 !in_dir("/usr/lbin",shell) &&
241 !in_dir("/usr/local/bin",shell)))
271 static int in_dir(register const char *dir,register const char *shell) function

Completed in 316 milliseconds