Searched refs:calloc (Results 101 - 125 of 182) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dmemory.c81 memory = calloc (1, size);
84 zerror ("calloc", type, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcontent_encoding.c56 /* not a typo, keep it calloc() */
57 return (voidpf) calloc(items, size);
H A Dhostip.c342 dns = calloc(1, sizeof(struct Curl_dns_entry));
H A Dformdata.c90 post = calloc(1, sizeof(struct curl_httppost));
141 form_info = calloc(1, sizeof(struct FormInfo));
329 first_form = calloc(1, sizeof(struct FormInfo));
H A Dtftp.c951 state = conn->proto.tftpc = calloc(1, sizeof(tftp_state_data_t));
963 state->rpacket.data = calloc(1, blksize + 2 + 2);
970 state->spacket.data = calloc(1, blksize + 2 + 2);
H A Dasyn-ares.c569 res = calloc(sizeof(struct ResolverResults),1);
H A Dasyn-thread.c356 struct thread_data *td = calloc(1, sizeof(struct thread_data));
H A Dfile.c204 file = calloc(1, sizeof(struct FILEPROTO));
H A Dsslgen.c466 session = calloc(amount, sizeof(struct curl_ssl_session));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/printing/
H A Dprtpub.c161 strings_out = calloc(num_items, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dtag.c24 if (!(tag = (blkid_tag) calloc(1, sizeof(struct blkid_struct_tag))))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminidlna.c167 char * hn = calloc(1, 256);
360 struct media_dir_s * this_dir = calloc(1, sizeof(struct media_dir_s));
383 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c208 char * hn = calloc(1, 256);
478 struct media_dir_s * this_dir = calloc(1, sizeof(struct media_dir_s));
502 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c173 char * hn = calloc(1, 256);
389 struct media_dir_s * this_dir = calloc(1, sizeof(struct media_dir_s));
412 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/OS400/
H A Dos400sys.c195 if (!(bufs = calloc((size_t) LK_LAST, sizeof *bufs)))
223 else if (!(locbufs = calloc((size_t) LK_LAST,
749 if (!(eattrs = calloc(i, sizeof *eattrs)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c78 #ifdef calloc
79 #undef calloc macro
961 if (!(newdb = calloc(size, 1)))
1729 if (!(tdb = calloc(1, sizeof *tdb))) {
1835 tdb->locked = calloc(tdb->header.hash_size+1, sizeof(tdb->locked[0]));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c183 filter = calloc(1, sizeof(netconf_filter_t));
187 nat = calloc(1, sizeof(netconf_nat_t));
191 app = calloc(1, sizeof(netconf_app_t));
198 perror("calloc");
816 if (!(entry = calloc(1, sizeof(struct ipt_entry)))) {
817 perror("calloc");
1244 if (!(entry = calloc(1, sizeof(struct ipt_entry)))) {
1245 perror("calloc");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c180 if ((perf = calloc(nreaders + nwriters + 1, sizeof(*perf))) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c148 oforks = (struct ofork **) calloc(nforks, sizeof(struct ofork *));
H A Duam.c158 if ((uam = calloc(1, sizeof(struct uam_obj))) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_pam.c84 calloc(num_msg, sizeof(struct pam_response));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogin.c872 my_home_dir = calloc (strlen (home_dir), sizeof (char));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c888 Internal calloc wrapper. Not externally visible.
893 #undef calloc macro
894 return calloc(count, size);
895 #define calloc(n,s) __ERROR_DONT_USE_CALLOC_DIRECTLY macro
929 Type-safe calloc.
940 return calloc(nmemb, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ipt.c210 if ((p = (void *) calloc(count, size)) == NULL) {
211 perror("iptables: calloc failed");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/scsi_id/
H A Dscsi_id.c390 *newargv = calloc(c, sizeof(**newargv));

Completed in 1095 milliseconds

12345678