Searched
full:calloc (Results
601 -
625 of
1932) sorted by null
<<21222324252627282930>>
/system/extras/procmem/ |
procmem.c | 135 mis = (struct map_info **)calloc(num_maps, sizeof(struct map_info *)); 159 mi = (struct map_info *)calloc(1, sizeof(struct map_info));
|
/system/extras/procrank/ |
procrank.c | 180 procs = calloc(num_procs, sizeof(struct proc_info*)); 182 fprintf(stderr, "calloc: %s", strerror(errno));
|
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 54 #define CALLOC(size, cast) (cast)calloc(1, (size)) 428 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) { 609 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) { 1176 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { 1339 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libnsl.a | 210 1 ; M _ ? ? g u ? ? ? @ ? ? ? ? ? ? ? ? ? Q yp_2_yperr CSWTCH.112 CSWTCH.115 __yp_unbind __ypclnt_call RPCTIMEOUT yp_unbind_locked ypbindlist ypbindlist_lock yp_bind_client_create UDPTIMEOUT yp_bind_file yp_bind_ypbindprog __yp_bind __xdr_ypresp_all do_ypcall do_ypcall_tr domainname_lock ypdomainname ypprot_err ypbinderr_string _libc_intl_domainname __dcgettext yperr_string free clnt_perror strcmp yp_unbind __pthread_mutex_lock __pthread_mutex_unlock strncpy __libc_clntudp_bufcreate strlen snprintf open pread close clnttcp_create xdr_ypbind_resp xdr_domainname stderr fprintf calloc |