Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dsh.decls.h290 extern int xcreat (const char *, mode_t);
Dsh.misc.c547 xcreat(const char *path, mode_t mode) in xcreat() function
Dsh.sem.c906 if ((fd = xcreat(tmp, 0666)) < 0) in doio()
Dsh.dol.c959 if (xcreat(tmp, 0600) < 0) in heredoc()
Dsh.hist.c1278 fp = xcreat(short2str(fname), 0600); in rechist()
Dsh.dir.c1379 if ((fp = xcreat(short2str(fname), 0600)) == -1) { in recdirs()