Home
last modified time | relevance | path

Searched refs:xcreat (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
HDsh.decls.h294 extern int xcreat (const char *, mode_t);
HDsh.misc.c592 xcreat(const char *path, mode_t mode) in xcreat() function
HDsh.sem.c919 if ((fd = xcreat(tmp, 0666)) < 0) in doio()
HDsh.dol.c995 if (xcreat(tmp, 0600) < 0) in heredoc()
HDsh.hist.c1320 fp = xcreat(path, 0600); in rechist()
HDsh.dir.c1384 if ((fp = xcreat(short2str(fname), 0600)) == -1) { in recdirs()