Searched refs:xmalloc (Results 51 - 75 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dstatic_leases.c23 new_static_lease = xmalloc(sizeof(struct static_lease));
H A Ddomain_codec.c49 dst = xmalloc(len + plen);
109 res = xmalloc(strlen(src) + 2);
H A Dscript.c72 dest = ret = xmalloc(upper_length(len, type) + strlen(type_p->name) + 2);
171 envp[j] = xmalloc(sizeof("ip=255.255.255.255"));
187 envp[j] = xmalloc(sizeof("siaddr=255.255.255.255"));
H A Dfiles.c102 new = xmalloc(sizeof(*new));
103 new->data = xmalloc(length + 2);
259 mac_bytes = xmalloc(sizeof(unsigned char) * 8);
260 ip = xmalloc(sizeof(uint32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dwatch.c48 tmp = cmd = xmalloc(cmdlen);
H A Dfuser.c338 fni = xmalloc(sizeof(int));
356 inodes = xmalloc(sizeof(inode_list));
369 pids = xmalloc(sizeof(pid_list));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dgetsebool.c39 names = xmalloc(sizeof(char *) * len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h69 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dimager.c70 buf = xmalloc(fs->blocksize * BUF_BLOCKS);
140 buf = xmalloc(fs->blocksize * BUF_BLOCKS);
187 buf = xmalloc(fs->blocksize);
236 buf = xmalloc(size);
360 buf = xmalloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dmodprobe.c105 ol->m_next = xmalloc(sizeof(struct mod_opt_t));
108 ol = opt_list = xmalloc(sizeof(struct mod_opt_t));
279 (*current)->m_deparr = xmalloc(1 * sizeof(char *));
404 first = current = xmalloc(sizeof(struct dep_t));
406 current->m_next = xmalloc(sizeof(struct dep_t));
605 argv = xmalloc(6 * sizeof(char*));
786 find = xmalloc(sizeof(struct mod_list_t));
H A Dlsmod.c88 module_names = xmalloc(bufsize = nmod);
91 deps = xmalloc(depsize = 256);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglibconfig.in.h130 #define g_malloc(n) xmalloc (n)
134 #define g_try_malloc(n) xmalloc (n)
H A Dw32spawn.h130 quoted_string = (char *) xmalloc (length + 1);
H A Dprogreloc.c51 # define xmalloc malloc macro
240 concat_name = (char *) xmalloc (p_len + strlen (argv0) + 2);
329 char *shorter = (char *) xmalloc (argv0_len - 4 + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglibconfig.in.h130 #define g_malloc(n) xmalloc (n)
134 #define g_try_malloc(n) xmalloc (n)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c39 xmalloc (size_t n) function
51 If P is NULL, run xmalloc. */
78 linebuffer->buffer = (char *) xmalloc (linebuffer->size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/console-tools/
H A Dloadfont.c72 up = xmalloc(maxct * sizeof(struct unipair));
106 unsigned char *inbuf = xmalloc(INBUF_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevno.c50 ret = xmalloc(length + 1);
68 dp = xmalloc(sizeof(struct dir_list));
H A Dsave.c94 tmp = xmalloc(strlen(filename) + 8);
140 backup = xmalloc(strlen(filename) + 5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dmalloc.c64 static void* xmalloc(size_t size) { function
109 return xmalloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogreloc.c51 # define xmalloc malloc macro
240 concat_name = (char *) xmalloc (p_len + strlen (argv0) + 2);
329 char *shorter = (char *) xmalloc (argv0_len - 4 + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogreloc.c57 # define xmalloc malloc macro
241 concat_name = (char *) xmalloc (p_len + strlen (argv0) + 2);
330 char *shorter = (char *) xmalloc (argv0_len - 4 + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2.c116 dest = xmalloc(sizeof(struct hotplug2_event_t));
119 dest->env_vars = xmalloc(sizeof(struct env_var_t) * dest->env_vars_c);
121 dest->plain = xmalloc(dest->plain_s);
143 event = xmalloc(sizeof(struct hotplug2_event_t));
148 event->plain = xmalloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_ar.c76 ar_long_names = xmalloc(ar_long_name_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c159 buf = xmalloc(size + 1);

Completed in 201 milliseconds

123456789