Searched refs:oflag (Results 1 - 9 of 9) 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)
H A Dwincecompat.h36 int open(const char *filename,int oflag, ...);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfci.h183 typedef INT_PTR (__cdecl *PFNFCIOPEN) (char *pszFile, int oflag, int pmode, int *err, void *pv);
184 #define FNFCIOPEN(fn) INT_PTR __cdecl fn(char *pszFile, int oflag, int pmode, int *err, void *pv)
H A Dfdi.h221 typedef INT_PTR (__cdecl *PFNOPEN) (char *pszFile, int oflag, int pmode);
222 #define FNOPEN(fn) INT_PTR __cdecl fn(char *pszFile, int oflag, int pmode)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfci.h181 typedef INT_PTR (__cdecl *PFNFCIOPEN) (char *pszFile, int oflag, int pmode, int *err, void *pv);
182 #define FNFCIOPEN(fn) INT_PTR __cdecl fn(char *pszFile, int oflag, int pmode, int *err, void *pv)
H A Dfdi.h217 typedef INT_PTR (__cdecl *PFNOPEN) (char *pszFile, int oflag, int pmode);
218 #define FNOPEN(fn) INT_PTR __cdecl fn(char *pszFile, int oflag, int pmode)
/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);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h621 typedef PRIntn (*_MD_Open64)(const char *path, int oflag, ...);

Completed in 364 milliseconds