Searched refs:xmalloc (Results 101 - 125 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c106 rv = xmalloc(size);
450 uevent_string = xmalloc(*uevent_string_len);
464 tmp = xmalloc(72);
478 tmp = xmalloc(11 + strlen(bus));
H A Drules.c97 buf = xmalloc(haystack_len + (replacement_len - needle_len) * occurences + 1);
148 buf = xmalloc(ptr - sptr + 2);
530 return_rules = xmalloc(sizeof(struct rules_t));
532 return_rules->rules = xmalloc(sizeof(struct rule_t) * return_rules->rules_c);
626 last_rule.actions[last_rule.actions_c-1].parameter = xmalloc(sizeof(char*) * (actions[i].param + 1));
640 last_rule.actions[last_rule.actions_c-1].parameter = xmalloc(sizeof(char*) * (j + 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A Diconv.c83 # define xmalloc malloc macro
659 outbuf = (char*)xmalloc(outbufsize);
722 outbuf = (char*)xmalloc(outbufsize);
940 ilseq_byte_subst_buffer = (char*)xmalloc((ilseq_byte_subst_size+1)*sizeof(char));
944 ilseq_wchar_subst_buffer = (char*)xmalloc((ilseq_wchar_subst_size+1)*sizeof(char));
947 ilseq_unicode_subst_buffer = (char*)xmalloc((ilseq_unicode_subst_size+1)*sizeof(char));
950 subst_mb_to_uc_temp_buffer = (unsigned int*)xmalloc(ilseq_byte_subst_size*sizeof(unsigned int));
953 subst_mb_to_wc_temp_buffer = (wchar_t*)xmalloc(ilseq_byte_subst_size*sizeof(wchar_t));
956 subst_mb_to_mb_temp_buffer = (char*)xmalloc(ilseq_byte_subst_size*4);
961 subst_wc_to_mb_temp_buffer = (char*)xmalloc(ilseq_wchar_subst_siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevname.c187 vdirname = xmalloc(vg_len + strlen(vg_name) + 8);
202 lvm_device = xmalloc(vg_len + strlen(vg_name) +
H A Dprobe.c352 sws = xmalloc(1024);
623 buf = xmalloc(1024);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c137 char *xbuf = xmalloc(tftp_bufsize += 4);
138 char *rbuf = xmalloc(tftp_bufsize);
H A Dftpgetput.c323 server = xmalloc(sizeof(*server));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c631 ns = xmalloc(strlen(cwd)+4);
909 job->progs = xmalloc(sizeof(*job->progs));
930 prog->argv = xmalloc(sizeof(*prog->argv) * argv_alloced);
1060 prog->argv = xmalloc(sizeof(*prog->argv) * argv_alloced);
1181 thejob = j_list->head = xmalloc(sizeof(*thejob));
1184 thejob->next = xmalloc(sizeof(*thejob));
H A Dhush.c1238 struct close_me *new = xmalloc(sizeof(struct close_me));
1423 pi->cmdtext = p = xmalloc(len);
1448 thejob = job_list = xmalloc(sizeof(*thejob));
1452 thejob->next = xmalloc(sizeof(*thejob));
2229 dest = xmalloc(cnt);
2554 list = xmalloc(len);
2751 * Resource errors (in xmalloc) cause the process to exit */
2764 redir = xmalloc(sizeof(struct redir_struct));
2874 new = xmalloc(sizeof(*new));
2965 * xmalloc exit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c827 f = xmalloc(sizeof(*f));
836 return xmalloc(sizeof(struct obj_section));
842 sym = xmalloc(sizeof(*sym));
1133 n = xmalloc(sizeof *n);
1741 pe = xmalloc(sizeof(struct arch_list_entry));
2209 sec->contents = xmalloc(size);
2235 sec->contents = xmalloc(size);
2317 name = xmalloc(name_size);
2679 module_names = xmalloc(bufsize = 256);
2695 ext_modules = modules = xmalloc(nmo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Ddump.c364 curp = xmalloc(bb_dump_blocksize);
365 savp = xmalloc(bb_dump_blocksize);
751 tfu->fmt = xmalloc(p - savep + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.c37 #define obstack_chunk_alloc xmalloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.c37 #define obstack_chunk_alloc xmalloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dunzip.c137 src_fn = xmalloc(strlen(optarg)+4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c100 p = xmalloc(sizeof(*p));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c311 p = xmalloc((sz + 3) * sizeof(p[0]));
494 a = xmalloc((l + 1) * sizeof(int));
988 klist = xmalloc((slen[0] + 2) * sizeof(int));
991 clist = xmalloc(clistlen * sizeof(struct cand));
H A Dsed.c198 char *dest = xmalloc(len + 1);
291 *regex = xmalloc(sizeof(regex_t));
396 sed_cmd->sub_match = xmalloc(sizeof(regex_t));
641 G.pipeline.buf = xmalloc(PIPE_GROW);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c186 full_name_inc = xmalloc(strlen(full_name) + 4);
H A Dless.c242 current_line = xmalloc(w);
365 current_line = xmalloc(w);
1350 buffer = xmalloc((max_displayed_line+1) * sizeof(char *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c38 item = xmalloc(sizeof(struct xid_item));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.c37 #define obstack_chunk_alloc xmalloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c30 * Replaced our_malloc with xmalloc and our_realloc with xrealloc
99 BUFFER = xmalloc(strlen(arg)*4 + 3);
H A Dmkfs_minix.c590 G.inode_map = xmalloc(SB_IMAPS * BLOCK_SIZE);
591 G.zone_map = xmalloc(SB_ZMAPS * BLOCK_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c72 malloc. The Emacs executable needs alloca to call xmalloc, because
75 them are very simple, and don't have an xmalloc routine.
77 Non-Emacs programs expect this to call use xmalloc.
82 #define malloc xmalloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinode.c613 w_inode = xmalloc(length);
701 buf = xmalloc(size);

Completed in 234 milliseconds

123456789