Searched refs:calloc (Results 1 - 25 of 120) sorted by relevance

12345

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh30 # of calloc(3C), and that it's implemented in terms of the ld.so.1
42 pid\$target:ld.so.1:calloc:entry
44 self->calloc = 1;
48 /self->calloc/
53 pid\$target:ld.so.1:calloc:return
54 /self->calloc/
56 self->calloc = 0;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h109 #define newListNode (ListNode *) calloc(1, sizeof(ListNode));
110 #define newCycle (Cycle *) calloc(1, sizeof(Cycle));
111 #define newECnode (ECnode *) calloc(1, sizeof(ECnode));
112 #define newTCnode (TCnode *) calloc(1, sizeof(TCnode));
H A Dantlr.g630 HdrAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
639 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
780 /* MR10 */ ClassDeclStuff=(char *)calloc(MaxClassDeclStuff+1,sizeof(char));
792 /* MR22 */ BaseClassName=(char *)calloc(strlen(LATEXT(1))+1,sizeof(char));
858 << pdecl = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
866 << ret = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
933 << a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
967 a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
990 /* MR1 */ a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
1009 /* MR1 */ a = (char *) calloc(strle
[all...]
H A Dhash.c77 table = (Entry **) calloc(size, sizeof(Entry *));
81 strings = (char *) calloc(strsize, sizeof(char));
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmem.h60 #define mem_calloc calloc
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdlib.h79 static inline void * __malloc calloc ( size_t nmemb, size_t size ) { function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
102 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
102 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
102 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return; }
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h73 #undef calloc macro
74 #define calloc(a_cItems, a_cb) RTMemAllocZ((size_t)(a_cb) * (a_cItems)) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DConfigint.h98 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DConfigint.h99 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DConfigint.h96 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DConfigint.h96 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DConfigint.h96 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DConfigint.h98 if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.h46 #define calloc(count, size) MyAlloc ((count) * (size), __FILE__, __LINE__) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DPath.c116 NewPath = calloc(Length, sizeof(wchar_t));
201 NewPath = calloc(PATH_MAX, sizeof(wchar_t));
237 NewPath = calloc(PATH_MAX, sizeof(wchar_t));
264 @retval RETURN_OUT_OF_RESOURCES Insufficient memory to calloc a MapName buffer.
309 MPath = calloc(MapLen+2, sizeof(wchar_t));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmalloc.h76 void* __cdecl calloc(size_t,size_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dmalloc.h76 void* __cdecl calloc(size_t,size_t);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c123 ** _PL_W16CallBackCalloc() -- Wrapper for calloc()
128 return( calloc( n, size ));
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_memory.cpp120 void* calloc(size_t nmemb, size_t size) function in namespace:std
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c277 extern voidp calloc OF((uInt items, uInt size));
288 (voidpf)calloc(items, size);

Completed in 488 milliseconds

12345