Home
last modified time | relevance | path

Searched refs:patheq (Results 1 – 1 of 1) sorted by relevance

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