Searched refs:open_ (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exec.c | 235 int ff = open_(f, 0); in texec() 258 int ff = open_(f, 0); in texec()
|
H A D | sh.c | 365 nofile = open_(v[0], 0); in main() 622 int unit = dmove(open_(ep, 0), -1); in srccat() 641 int unit = dmove(open_(ep, 0), -1); in srccat_inlogin() 1072 u = dmove(open_(f, 0), -1); in dosource()
|
H A D | sh.sem.c | 427 if (open_(cp, 0) < 0) in doio() 452 if ((flags & FCAT) && open_(cp, 1) >= 0) in doio()
|
H A D | sh.tchar.c | 378 open_(path_, flags, mode) in open_() function
|