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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h108 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h87 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h108 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h87 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h108 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h87 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h108 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h87 #define O_TEMPORARY 0 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DMakefile.PL49 O_SEQUENTIAL O_SHLOCK O_SYNC O_TEMPORARY O_TEXT O_TRUNC
H A DFcntl.pm132 O_TEMPORARY
/osnet-11/usr/src/lib/libast/common/features/
H A Dfcntl.c318 #ifndef O_TEMPORARY
319 printf("#define O_TEMPORARY 0\n");
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtemp.c325 if ((n = open(b, O_CREAT|O_RDWR|O_EXCL|O_TEMPORARY, tmp.mode)) >= 0)
/osnet-11/usr/src/lib/libast/common/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.h994 #ifndef O_TEMPORARY
995 #define O_TEMPORARY 000 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm224 # On some systems the O_TEMPORARY flag can be used to tell the OS
269 # use of the O_TEMPORARY flag to sysopen.
1094 (for example, Windows NT uses the C<O_TEMPORARY> flag)

Completed in 168 milliseconds