Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dnullfs33.sh90 static void xcreat(char* path, int mode) {
107 xcreat(".setup-done", 0444);
/freebsd/contrib/tcsh/
H A Dsh.decls.h294 extern int xcreat (const char *, mode_t);
H A Dsh.misc.c592 xcreat(const char *path, mode_t mode) in xcreat() function
H A Dsh.sem.c919 if ((fd = xcreat(tmp, 0666)) < 0) in doio()
H A Dsh.dol.c995 if (xcreat(tmp, 0600) < 0) in heredoc()
H A Dsh.dir.c1384 if ((fp = xcreat(short2str(fname), 0600)) == -1) { in recdirs()
H A Dsh.hist.c1320 fp = xcreat(path, 0600); in rechist()