Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dmain.c269 if ((input = pathopen(nullstr, sysprofile)) >= 0) in main()
275 if ((input = pathopen(homenod.namval, profile)) >= 0) { in main()
H A Dbltin.c78 if ((f = pathopen(getpath(a1), a1)) < 0) in builtin()
H A Dservice.c162 pathopen(unsigned char *path, unsigned char *name) in pathopen() function