Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/gssapi/mech/
HDgss_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-head/contrib/tcsh/
HDsh.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
HDsh.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()
HDtw.help.c126 if ((f = xopen(short2str(full.s), O_RDONLY|O_LARGEFILE)) != -1) in do_help()
HDsh.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()
HDsh.decls.h298 extern int xopen (const char *, int, ...);
HDtc.who.c264 if ((utmpfd = xopen(TCSH_PATH_UTMP, O_RDONLY|O_LARGEFILE)) < 0) {
HDsh.dol.c999 if (xopen(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY|O_LARGEFILE, 0600) == in heredoc()
HDed.refresh.c95 fd = xopen(dtty, O_RDWR); in reprintf()
HDsh.exec.c407 if ((fd = xopen(f, O_RDONLY|O_LARGEFILE)) != -1) { in texec()
HDtc.os.c1075 fd = xopen(root, O_RDONLY|O_LARGEFILE); in fix_strcoll_bug()
HDtc.func.c650 fd = xopen("/dev/tty", O_RDWR|O_LARGEFILE); in xgetpass()