/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fwide.c | 50 fwide(FILE *fp, int mode) argument 62 * for mode value. 66 if (mode > 0) 67 mode = 1; 68 else if (mode < 0) 69 mode = -1; 76 if (wcio->wcio_mode == 0 && mode != 0) 77 wcio->wcio_mode = mode; 79 mode = wcio->wcio_mode; 82 return mode; [all...] |
H A D | flags.c | 2 Implementation of internal function to return the (stdio) flags for a given mode. 58 * Return the (stdio) flags for a given mode. Store the flags 63 __sflags(const char *mode, int *optr) argument 67 _DIAGASSERT(mode != NULL); 69 switch (*mode++) { 89 default: /* illegal mode */ 98 for (; *mode; mode++) 99 switch (*mode) {
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence **ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence **ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence **ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_header.py | 7 # mode is "header" or "defs" 8 mode = sys.argv[1] variable 48 ('void DLM_APIENTRY', 'crDLMNewList', 'GLuint listIdentifier, GLenum mode'), 59 if mode == 'header': 192 elif mode == 'defs': 198 raise "unknown generation mode '%s'" % mode 203 if mode == 'header': 205 elif mode == 'defs': 210 if mode [all...] |
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 34 char mode[3]; /* mode[0] ="w/r/a" mode[1]="+" */ local 35 mode[2]=0; 37 mode[0]="w"; 39 mode[0]="r"; 40 return fopen(filename, mode);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | api_validate.h | 35 GLenum mode, GLint start, GLsizei count); 39 GLenum mode, GLsizei count, GLenum type, 43 _mesa_validate_DrawRangeElements(GLcontext *ctx, GLenum mode,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xfixes.h | 37 #define VERIFY_REGION(pRegion, rid, client, mode) { \ 38 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \ 45 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 47 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) { \ 36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \ 43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) { \ 36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \ 43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) { \ 36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \ 43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 49 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 51 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 49 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 51 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xfixes.h | 35 #define VERIFY_REGION(pRegion, rid, client, mode) \ 39 RegionResType, client, mode); \ 46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xfixes.h | 37 #define VERIFY_REGION(pRegion, rid, client, mode) { \ 38 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \ 45 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \ 47 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
|