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

/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dfcntl.c328 #ifndef O_TEMPORARY
329 printf("#define O_TEMPORARY 0\n");
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathtemp.c325 if ((n = open(b, O_CREAT|O_RDWR|O_EXCL|O_TEMPORARY, tmp.mode)) >= 0)
/macosx-10.10/ksh-23/ksh/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
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dstdio.c546 if (perms & O_TEMPORARY)
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c5325 if (oflag & O_TEMPORARY) {
5329 oflag &= ~O_TEMPORARY;

Completed in 137 milliseconds