Searched refs:xopen (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_inquire_context.c | 40 int *xopen) in gss_inquire_context() argument 50 if (xopen) in gss_inquire_context() 51 *xopen = 0; in gss_inquire_context() 71 xopen); in gss_inquire_context()
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 292 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in closem() 340 int fd = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in donefds() 658 xopen(const char *path, int oflag, ...) in xopen() function
|
H A D | sh.sem.c | 858 if ((fd = xopen(tmp, O_RDONLY|O_LARGEFILE)) < 0) in doio() 875 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE); in doio() 905 fd = xopen(tmp, O_WRONLY|O_APPEND|O_LARGEFILE); in doio() 907 fd = xopen(tmp, O_WRONLY|O_LARGEFILE); in doio()
|
H A D | sh.c | 279 mal_setstatsfile(fdopen(dmove(xopen("/tmp/tcsh.trace", in main() 307 if ((f = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE)) == -1 && in main() 308 (f = xopen("/", O_RDONLY|O_LARGEFILE)) == -1) in main() 470 SHIN = xopen(ttyn, O_RDWR|O_LARGEFILE); in main() 1051 nofile = xopen(tempv[0], O_RDONLY|O_LARGEFILE); in main() 1553 if ((unit = xopen(f, O_RDONLY|O_LARGEFILE)) == -1) in srcfile()
|
H A D | tw.help.c | 126 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1) in do_help()
|
H A D | sh.decls.h | 298 extern int xopen (const char *, int, ...);
|
H A D | tc.who.c | 264 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
|
H A D | sh.dol.c | 999 if (xopen(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY|O_LARGEFILE, 0600) == in heredoc()
|
H A D | ed.refresh.c | 95 fd = xopen(dtty, O_RDWR); in reprintf()
|
H A D | sh.exec.c | 407 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) { in texec()
|
H A D | tc.os.c | 1075 fd = xopen(root, O_RDONLY|O_LARGEFILE); in fix_strcoll_bug()
|
H A D | tc.func.c | 650 fd = xopen("/dev/tty", O_RDWR|O_LARGEFILE); in xgetpass()
|