Searched refs:O_TEMPORARY (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/features/
H A Dfcntl.c328 #ifndef O_TEMPORARY
329 printf("#define O_TEMPORARY 0\n");
/ast/src/lib/libast/path/
H A Dpathtemp.c325 if ((n = open(b, O_CREAT|O_RDWR|O_EXCL|O_TEMPORARY, tmp.mode)) >= 0)
/ast/src/lib/libast/sfio/
H A Dsftmp.c42 ** 3. On systems with O_TEMPORARY (e.g., NT), this is used to further ensure
258 if((fd = sysopenf(file,O_RDWR|O_CREAT|O_EXCL|O_TEMPORARY,SF_CREATMODE)) >= 0)
H A Dsfhdr.h1005 #ifndef O_TEMPORARY
1006 #define O_TEMPORARY 000 macro

Completed in 21 milliseconds