Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_context.c40 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 Dsh.misc.c292 (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 Dsh.sem.c858 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 Dtw.help.c126 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1) in do_help()
H A Dsh.c279 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 Dsh.decls.h298 extern int xopen (const char *, int, ...);
H A Dtc.who.c264 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
H A Dsh.dol.c999 if (xopen(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY|O_LARGEFILE, 0600) == in heredoc()
H A Ded.refresh.c95 fd = xopen(dtty, O_RDWR); in reprintf()
H A Dsh.exec.c407 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) { in texec()
H A Dtc.os.c1075 fd = xopen(root, O_RDONLY|O_LARGEFILE); in fix_strcoll_bug()
H A Dtc.func.c650 fd = xopen("/dev/tty", O_RDWR|O_LARGEFILE); in xgetpass()