Searched
full:calloc (Results
676 -
700 of
1932) sorted by null
<<21222324252627282930>>
/external/openssh/openbsd-compat/ |
setproctitle.c | 89 if ((environ = calloc(i + 1, sizeof(*environ))) == NULL) {
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmserr.c | 75 // replace the optional mallocZero, calloc and dup as well. 131 // The default calloc function. Allocates an array of num elements, each one of size bytes 138 // Preserve calloc behaviour 276 // Generic calloc
|
/external/selinux/libselinux/src/ |
mapping.c | 54 current_mapping = (struct selinux_mapping *)calloc(++i, size);
|
stringrep.c | 72 node->perms = calloc(MAXVECTORS,sizeof(char*));
|
/external/selinux/libsepol/src/ |
interfaces.c | 20 tmp_iface = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
user_record.c | 226 tmp_roles = (char **)calloc(1, sizeof(char *) * num_roles);
|
/external/selinux/libsepol/tests/ |
test-expander.c | 76 filename[i] = calloc(PATH_MAX, sizeof(char));
|
/external/selinux/policycoreutils/restorecond/ |
watch.c | 78 ptr = calloc(1, sizeof(struct watchList));
|
/external/tcpdump/ |
print-tcp.c | 286 calloc(1, sizeof(*th)); 288 error("tcp_print: calloc"); 342 calloc(1, sizeof(*th)); 344 error("tcp_print: calloc"); [all...] |
/external/valgrind/include/ |
pub_tool_mallocfree.h | 44 extern void* VG_(calloc) ( const HChar* cc, SizeT n, SizeT bytes_per_elem );
|
/external/valgrind/none/tests/x86/ |
bt_everything.c | 153 block = calloc(200,1);
|
/external/valgrind/perf/ |
memrw.c | 126 t_b[i] = calloc(sz_b, 1);
|
/external/vboot_reference/cgpt/ |
cgpt_create.c | 16 *buf = calloc(1, size);
|
cgpt_nor.c | 77 const char **argv = calloc(argc + 1, sizeof(char *));
|
cgpt_wrapper.c | 95 const char** my_argv = calloc(argc + 2 + 1, sizeof(char *));
|
/external/vboot_reference/host/lib21/ |
host_signature.c | 155 buf = calloc(1, s.c.total_size);
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 239 return calloc(1, size);
|
/frameworks/av/radio/ |
IRadioService.cpp | 126 (struct radio_properties *)calloc(numModulesReq,
|
/frameworks/av/soundtrigger/ |
ISoundTriggerHwService.cpp | 126 (struct sound_trigger_module_descriptor *)calloc(numModulesReq,
|
/frameworks/rs/driver/ |
rsdProgramStore.cpp | 41 DrvProgramStore *drv = (DrvProgramStore *)calloc(1, sizeof(DrvProgramStore));
|
/frameworks/rs/ |
rsObjectBase.cpp | 181 char *c = (char*)calloc(len + 1, sizeof(char));
|
/hardware/intel/common/libstagefrighthw/ |
WrsOMXPlugin.cpp | 63 WrsOMXCore* core = (WrsOMXCore*)calloc(1,sizeof(WrsOMXCore));
|
/hardware/intel/common/libva/va/wayland/ |
va_wayland_drm.c | 187 drm_state = calloc(1, sizeof(struct drm_state));
|
/hardware/intel/common/libva/va/x11/ |
dri2_util.c | 68 dri2_drawable = calloc(1, sizeof(*dri2_drawable));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
example_xma.c | 169 mmap.priv = calloc(1, mmap.sz + align);
|
Completed in 404 milliseconds
<<21222324252627282930>>