Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl89 #define O_TEMPORARY 0
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfcntl89 #define O_TEMPORARY 0
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl89 #define O_TEMPORARY 0
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl89 #define O_TEMPORARY 0
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c328 #ifndef O_TEMPORARY in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c325 if ((n = open(b, O_CREAT|O_RDWR|O_EXCL|O_TEMPORARY, tmp.mode)) >= 0) in pathtemp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftmp.c258 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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1442 98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY