/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 133 xcalloc(OP_MAX_COUNTERS, sizeof(struct op_24_sfile *));
|
/external/dropbear/libtomcrypt/src/math/ |
tfm_desc.c | 48 *a = XCALLOC(1, sizeof(fp_int)); 354 *b = XCALLOC(1, sizeof(fp_digit));
|
/external/dropbear/libtommath/ |
tommath.h | 114 #define XCALLOC calloc 119 extern void *XCALLOC(size_t n, size_t s);
|
/external/openssh/ |
misc.c | 205 struct passwd *copy = xcalloc(1, sizeof(*copy)); 751 r = xcalloc(1, hl);
|
moduli.c | 296 TinySieve = xcalloc(tinywords, sizeof(u_int32_t)); 299 SmallSieve = xcalloc(smallwords, sizeof(u_int32_t));
|
packet.c | 202 struct session_state *s = xcalloc(1, sizeof(*s)); 1036 setp = (fd_set *)xcalloc(howmany(active_state->connection_in + 1, [all...] |
sshconnect.c | 270 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS), 451 fdset = xcalloc(1, fdsetsz); [all...] |
hostfile.c | 232 struct hostkeys *ret = xcalloc(1, sizeof(*ret));
|
jpake.c | 76 ret = xcalloc(1, sizeof(*ret));
|
auth-pam.c | 313 sshpam_env = xcalloc(num_env + 1, sizeof(*sshpam_env)); 691 ctxt = xcalloc(1, sizeof *ctxt);
|
ssh-agent.c | 639 id = xcalloc(1, sizeof(Identity)); 735 id = xcalloc(1, sizeof(Identity)); [all...] |
monitor.c | 1085 resp = xcalloc(num, sizeof(char *)); [all...] |
mux.c | 315 cctx = xcalloc(1, sizeof(*cctx)); 752 fctx = xcalloc(1, sizeof(*fctx)); 966 state = xcalloc(1, sizeof(*state)); [all...] |
ssh.c | 260 saved_av = xcalloc(ac + 1, sizeof(*saved_av)); 821 sensitive_data.keys = xcalloc(sensitive_data.nkeys, [all...] |
sshconnect2.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBsrv.h | 298 #define _XkbCalloc(n,s) Xcalloc((n)*(s)) 301 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n)*sizeof(t)))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBsrv.h | 298 #define _XkbCalloc(n,s) Xcalloc((n)*(s)) 301 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n)*sizeof(t)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBsrv.h | 298 #define _XkbCalloc(n,s) Xcalloc((n)*(s)) 301 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n)*sizeof(t)))
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
drisw_glx.c | 639 psc = Xcalloc(1, sizeof *psc);
|
/external/mesa3d/src/glx/ |
drisw_glx.c | 639 psc = Xcalloc(1, sizeof *psc);
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 253 xcalloc(1, sizeof(struct jitentry));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 337 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) 343 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 337 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) 343 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 337 # define Xcalloc(nelem, elsize) calloc(((nelem) == 0 ? 1 : (nelem)), (elsize)) 343 # define Xcalloc(nelem, elsize) calloc((nelem), (elsize)) [all...] |
/external/elfutils/src/ |
strip.c | 552 shdr_info = (struct shdr_info *) xcalloc (shnum + 2, 1009 shdr_info[cnt].data->d_buf = xcalloc (1, shdr_info[cnt].data->d_size); [all...] |