Searched refs:oflag (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 32 int open(const char *filename,int oflag, ...) argument 36 if ( oflag==(O_WRONLY|O_CREAT) ) 38 else if (oflag==O_RDONLY)
|
H A D | wincecompat.h | 36 int open(const char *filename,int oflag, ...);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | fci.h | 183 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 D | fdi.h | 221 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 D | fci.h | 181 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 D | fdi.h | 217 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 D | uxshm.c | 357 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 D | ptsynch.c | 713 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.h | 621 typedef PRIntn (*_MD_Open64)(const char *path, int oflag, ...);
|
Completed in 2662 milliseconds