Searched refs:sopen (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootcaches.c1253 if (-1 == (fd = sopen(fdvol, path, oflags, kCacheFileMode))) {
1255 // XX sopen() should log on its own after we get errors correct
1281 // we must unlink even for ApplyTimes b/c sopen() passes O_EXCL
1383 // create cookie file (unlink so sopen() O_EXCL is clean)
1387 int fd = sopen(scopefd, taintf, O_CREAT, kCacheFileMode);
2048 if ((fd = sopen(scopefd, cookiepath, O_CREAT, kCacheFileMode)) < 0) {
2124 erfd = sopen(scopefd, dstpath, O_CREAT|O_RDWR, kCacheFileMode);
2415 fflags = O_WRONLY | O_CREAT | O_TRUNC; // sopen() adds EXCL/NOFOL
2416 if (-1 == (fd = sopen(caches->cachefd, fullp, fflags, kCacheFileMode))) {
2465 if ((gpfd = sopen(cache
[all...]
H A Dupdate_boot.c358 fd = sopen(up->curbootfd, blockp, O_CREAT, kCacheFileMode);
392 fd = sopen(up->curbootfd, blockp, O_CREAT, kCacheFileMode);
924 if (-1 == (fd=sopen(up->caches->cachefd,srcpath,O_RDONLY,0)))
1904 // [Can't use sopen() since BRMNT already hosts a mount.]
2173 // sopen adds O_EXCL to O_CREAT
2175 fd = sopen(up->curbootfd, dstpath, O_WRONLY|O_CREAT, kCacheFileMode);
2650 if (-1 == (fd=sopen(up->curbootfd, newpath, O_RDWR, 0))) goto finish;
2865 if (-1==(fd=sopen(up->curbootfd, up->ofdst, O_RDONLY, 0))) {
2875 if (-1 == (fd=sopen(up->curbootfd, parent, O_RDONLY, 0))
2890 if (-1==(fd=sopen(u
[all...]
H A Dsafecalls.c34 * schdirparent()->sopen()->spolicy()
226 int sopen(int fdvol, const char *path, int flags, mode_t mode /*'...' fancier*/) function
360 zfd = sopen(fdvol, toErase, O_WRONLY, 0);
519 dstfd = sopen(dstfdvol, dstpath, O_CREAT|O_WRONLY, srcsb->st_mode|S_IWUSR);
597 if (-1 == (srcfd = sopen(srcfdvol, srcpath, O_RDONLY, 0))) goto finish;
H A Dsafecalls.h40 int sopen(int fdvol, const char *path, int flags, mode_t mode);
68 // #define open() // #error use sopen (need a chicken)
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h153 #define sopen _sopen macro
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.h.win32170 #define sopen _sopen
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drpc003.tcl110 set sopen "berkdb_open_noerr -create -env $env \
112 rpc003_assoc_err $popen $sopen $msg
117 set sopen "berkdb_open_noerr -env $env -rdonly \
119 rpc003_assoc_err $popen $sopen $msg
125 set sopen "berkdb_open_noerr -create -env $env \
127 rpc003_assoc_err $popen $sopen $msg
160 proc rpc003_assoc_err { popen sopen msg } {
167 set sdb [eval $sopen]

Completed in 257 milliseconds