Searched defs:oflag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c32 int open(const char *filename,int oflag, ...) argument
36 if ( oflag==(O_WRONLY|O_CREAT) )
38 else if (oflag==O_RDONLY)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c357 int oflag = (O_CREAT | O_RDWR); local
360 oflag |= O_EXCL;
361 shm->id = shm_open( shm->ipcname, oflag, shm->mode );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c713 int oflag = O_CREAT; local
715 if (flags & PR_SEM_EXCL) oflag |= O_EXCL;
716 sem->sem = sem_open(osname, oflag, mode, value);

Completed in 143 milliseconds