Searched refs:xzalloc (Results 76 - 88 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c81 ptr_to_statics = xzalloc(sizeof(*ptr_to_statics));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dnmeter.c78 PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c878 sgiinfo *info = xzalloc(sizeof(sgiinfo));
H A Dfdisk_osf.c932 bsd_globals_ptr = xzalloc(sizeof(*bsd_globals_ptr));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c269 array = xzalloc((size_t)(((size)+1L)/2) * 2*sizeof(type));
2046 PTR_TO_GLOBALS = xzalloc(sizeof(struct globals) + sizeof(struct globals2))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c324 PTR_TO_GLOBALS = xzalloc(sizeof(G));
417 screenbegin = dot = end = text = xzalloc(text_size);
1961 last_modifying_cmd = xzalloc(MAX_LINELEN);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dls.c276 return xzalloc(num * sizeof(struct dnode *));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c403 buf = xzalloc(fs->blocksize * STRIDE_LENGTH);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h408 extern void *xzalloc(size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c363 new = xzalloc(sizeof(*new));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c855 dir = xzalloc(dirn * sizeof(struct logdir));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c547 new = xzalloc(sizeof *new);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c3496 f->local_symtab = xzalloc(j * sizeof(struct obj_symbol *));
4261 options = xzalloc(1);

Completed in 328 milliseconds

1234