Searched refs:xcreat (Results 1 – 6 of 6) sorted by relevance
290 extern int xcreat (const char *, mode_t);
547 xcreat(const char *path, mode_t mode) in xcreat() function
906 if ((fd = xcreat(tmp, 0666)) < 0) in doio()
959 if (xcreat(tmp, 0600) < 0) in heredoc()
1278 fp = xcreat(short2str(fname), 0600); in rechist()
1379 if ((fp = xcreat(short2str(fname), 0600)) == -1) { in recdirs()