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

/illumos-gate/usr/src/cmd/sh/
H A Dname.c43 static int patheq();
266 if (patheq(path, "/usr/ucb"))
271 else if (patheq(path, "/usr/bin"))
273 else if (patheq(path, "/bin"))
275 else if (patheq(path, "/usr/5bin"))
282 patheq(unsigned char *component, char *dir) function

Completed in 56 milliseconds