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

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnameif.c84 ch = xzalloc(sizeof(mactable_t));
105 ch = xzalloc(sizeof(mactable_t));
H A Dnc.c62 execparam = xzalloc(sizeof(char*) * (argc - optind + 2));
H A Dtraceroute.c408 st_ifaddrlist = xzalloc(nipaddr * sizeof(struct IFADDRLIST));
844 hi = xzalloc(sizeof(*hi));
849 hi->addrs = xzalloc(sizeof(hi->addrs[0]));
861 hi->addrs = xzalloc(n * sizeof(hi->addrs[0]));
929 PTR_TO_GLOBALS = xzalloc(sizeof(G));
1111 outip = xzalloc(packlen);
H A Difupdown.c672 defn = xzalloc(sizeof(struct interfaces_file_t));
687 currmap = xzalloc(sizeof(struct mapping_defn_t));
728 currif = xzalloc(sizeof(struct interface_defn_t));
906 my_environ = xzalloc(sizeof(char *) * (n_env_entries + 1 /* for final NULL */ ));
H A Disrv.c280 isrv_state_t *state = xzalloc(sizeof(*state));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsplit.c95 char *char_p = xzalloc(suffix_len + 1);
H A Dcut.c59 char * printed = xzalloc(strlen(line) * sizeof(char));
H A Ddate.c186 date_fmt = xzalloc(32);
H A Dmd5_sha1_sum.c21 /* xzalloc zero-terminates */
22 char *hex_value = xzalloc((hash_length * 2) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtaskset.c20 char *ret = 0, *str = xzalloc(9);
H A Dcrond.c473 CronFile *file = xzalloc(sizeof(CronFile));
517 *pline = xzalloc(sizeof(CronLine));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c215 longname = xzalloc(file_header->size + 1);
225 linkname = xzalloc(file_header->size + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c574 common_node_t *new_node = xzalloc(sizeof(common_node_t));
970 common_node_t *new_node = xzalloc(sizeof(common_node_t));
1226 remove_files = xzalloc(sizeof(all_control_files));
1319 exclude_files = xzalloc(sizeof(char*) * 3);
1357 exclude_files = xzalloc(sizeof(char*));
1583 name_hashtable = xzalloc(sizeof(name_hashtable[0]) * (NAME_HASH_PRIME + 1));
1584 package_hashtable = xzalloc(sizeof(package_hashtable[0]) * (PACKAGE_HASH_PRIME + 1));
1585 status_hashtable = xzalloc(sizeof(status_hashtable[0]) * (STATUS_HASH_PRIME + 1));
1600 deb_file[deb_count] = xzalloc(sizeof(deb_file[0][0]));
H A Dunzip.c242 dst_fn = xzalloc(zip_header.formatted.filename_len + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dloadfont.c39 buf = xzalloc(16 * 1024);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c129 if (!*cmd) *cmd = xzalloc(sizeof(struct command)+8*sizeof(char *));
H A Dlash.c918 job->cmdbuf = command = xzalloc(2*strlen(*command_ptr) + 1);
1347 command = xzalloc(BUFSIZ);
1364 command = xzalloc(BUFSIZ);
1378 command = xzalloc(BUFSIZ);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dfuser.c106 curr = xzalloc(sizeof(pid_list));
128 curr = xzalloc(sizeof(inode_list));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddump.c98 pr = xzalloc(sizeof(PR));
686 tfs = xzalloc(sizeof(FS)); /*DBU:[dave@cray.com] start out NULL */
706 tfu = xzalloc(sizeof(FU));
H A Dprocps.c83 procps_status_t* sp = xzalloc(sizeof(procps_status_t));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c44 execbuf = xzalloc(n + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c260 fs = xzalloc(sizeof(*fs));
608 inst = xzalloc(sizeof(*inst));
964 fs_type_list = xzalloc(num * sizeof(fs_type_list[0]));
965 fs_type_flag = xzalloc(num * sizeof(fs_type_flag[0]));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c82 leases = xzalloc(server_config.max_leases * sizeof(*leases));
H A Ddhcprelay.c146 client_dev = xzalloc(cn * sizeof(*client_dev));
H A Dscript.c158 envp = xzalloc(sizeof(char *) * (num_options + 5));

Completed in 232 milliseconds

1234