/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stddef.h | 33 #ifndef NULL 35 #define NULL 0 macro 37 #define NULL ((void *)0) macro 42 #define offsetof(s,m) (size_t)((ptrdiff_t)&(((s*)NULL)->m)) 44 #define offsetof(s,m) (size_t)&(((s*)NULL)->m)
|
H A D | string.h | 18 #ifndef NULL 20 #define NULL 0 macro 22 #define NULL ((void *)0) macro
|
H A D | time.h | 42 #ifndef NULL 44 #define NULL 0 macro 46 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | def.h | 35 /* this might define NULL already */ 41 #ifndef NULL 42 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stddef.h | 35 #ifndef NULL 37 #define NULL 0 macro 39 #define NULL ((void *)0) macro 44 #define offsetof(s,m) (size_t)((ptrdiff_t)&(((s*)NULL)->m)) 46 #define offsetof(s,m) (size_t)&(((s*)NULL)->m)
|
H A D | string.h | 28 #ifndef NULL 30 #define NULL 0 macro 32 #define NULL ((void *)0) macro
|
H A D | time.h | 42 #ifndef NULL 44 #define NULL 0 macro 46 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stddef.h | 9 #undef NULL macro 10 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | flockfile.c | 87 } else if (_LOCKOWNER(fp) == NULL) { 122 while (_LOCKOWNER(fp) != NULL) 124 thr_setcancelstate(oldstate, NULL); 151 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL); local 156 _LOCKOWNER(fp) = NULL;
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIApplianceExportEditorWidget.cpp | 39 ExportSortProxyModel(QObject *pParent = NULL) argument 61 UIApplianceExportEditorWidget::UIApplianceExportEditorWidget(QWidget *pParent /* = NULL */)
|
H A D | UIApplianceImportEditorWidget.cpp | 39 ImportSortProxyModel(QObject *pParent = NULL) argument 128 m_pAppliance = NULL;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | gdiplusinit.h | 49 GdiplusStartupInput(DebugEventProc debugEventCallback = NULL, argument
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | def.h | 35 /* arch.h might define NULL already */ 46 #ifndef NULL 47 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/ |
H A D | efi.h | 24 /* EFI headers rudely redefine NULL */ 25 #undef NULL macro
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | shared_ptr.h | 27 imp(T *pTrg = NULL, int cnt = 1): ptr(pTrg),refcnt(cnt){} argument 36 SharedPtr(T *t = NULL):p(NULL) argument
|
/vbox/include/iprt/nocrt/compiler/ |
H A D | gcc.h | 75 #ifndef NULL 77 # define NULL 0 macro 79 # define NULL ((void *)0) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | gdiplusinit.h | 49 GdiplusStartupInput(DebugEventProc debugEventCallback = NULL, argument
|
/vbox/include/iprt/cpp/ |
H A D | mem.h | 59 * @returns Allocated memory on success, NULL on failure. 60 * @param pvOld What to reallocate, shall always be NULL. 65 AssertReturn(!pvOld, NULL); 105 * Template function wrapping NULL to get the correct NilRes signature 109 * @returns NULL with the right type. 114 return (T *)(NULL); 155 * @param aPtr Memory pointer to manage. Defaults to NULL. 157 RTCMemAutoPtr(T *aPtr = NULL) argument 170 : RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >((T *)a_fnAllocator(NULL, a_cElements * sizeof(T), RTMEM_TAG)) 172 if (a_fZeroed && RT_LIKELY(this->get() != NULL)) [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | bufpool.c | 34 #ifndef NULL 35 #define NULL ((void *) 0) macro 76 pool->head = NULL; 139 prev = NULL; 140 prev_smallest = NULL; 193 return NULL;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_ansic.h | 57 #ifndef NULL 59 #define NULL 0 macro 61 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_ansic.h | 41 #ifndef NULL 43 #define NULL 0 macro 45 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_ansic.h | 64 #ifndef NULL 66 #define NULL 0 macro 68 #define NULL ((void *)0) macro
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFAddr.cpp | 182 UVM_ASSERT_VALID_EXT_RETURN(pUVM, NULL); 183 VM_ASSERT_VALID_EXT_RETURN(pUVM->pVM, NULL); 204 UVM_ASSERT_VALID_EXT_RETURN(pUVM, NULL); 245 return PGMGstGetPage(pVCpu, pAddress->FlatPtr, NULL, pGCPhys); 455 *ppvR3Ptr = NULL; 484 AssertPtrReturn(pAddress, NULL); 485 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), NULL); local 512 AssertPtrReturn(pAddress, NULL); 513 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), NULL); local
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_ansic.h | 64 #ifndef NULL 66 #define NULL 0 macro 68 #define NULL ((void *)0) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_ansic.h | 64 #ifndef NULL 66 #define NULL 0 macro 68 #define NULL ((void *)0) macro
|