Home
last modified time | relevance | path

Searched refs:O_TEMPORARY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.os.h363 #ifndef O_TEMPORARY
364 # define O_TEMPORARY 0 macro
H A Dsh.dol.c999 if (xopen(tmp, O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY|O_LARGEFILE, 0600) == in heredoc()