Searched refs:calloc (Results 151 - 175 of 182) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c1208 (char **) calloc (nstrings + domain->n_sysdep_strings,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c108 ptr_t r = calloc(n, s);
253 REALLOC_IF_NECESSARY(dfa->charclasses, charclass, dfa->calloc, dfa->cindex);
2912 d->calloc = 1;
2913 MALLOC(d->charclasses, charclass, d->calloc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Drtmp.c991 if (( rtmp = (struct rtmptab *)calloc(1, sizeof(struct rtmptab))) == NULL ) {
H A Dzip.c955 if (( zt = (struct ziptab *)calloc(1, sizeof( struct ziptab ))) == NULL ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftplistparser.c186 return calloc(1, sizeof(struct ftp_parselist_data));
H A Dimap.c666 imap = data->state.proto.imap = calloc(sizeof(struct FTP), 1);
H A Dpop3.c606 pop3 = data->state.proto.pop3 = calloc(sizeof(struct FTP), 1);
H A Dhttp.c1000 return calloc(1, sizeof(Curl_send_buffer));
1694 http = calloc(1, sizeof(struct HTTP));
H A Dssh.c1792 sshc->readdir_line = calloc(sshc->readdir_totalLen, 1);
2607 ssh = calloc(1, sizeof(struct SSHPROTO));
H A Dsmtp.c1212 smtp = data->state.proto.smtp = calloc(sizeof(struct FTP), 1);
H A Dtelnet.c240 tn = calloc(1, sizeof(struct TELNET));
H A Dftp.c780 addr = calloc(addrlen+1, 1);
4037 ftpc->dirs = calloc(1, sizeof(ftpc->dirs[0]));
4059 ftpc->dirs = calloc(ftpc->diralloc, sizeof(ftpc->dirs[0]));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitreader.c298 FLAC__BitReader *br = (FLAC__BitReader*)calloc(1, sizeof(FLAC__BitReader));
300 /* calloc() implies:
H A Dbitwriter.c162 FLAC__BitWriter *bw = (FLAC__BitWriter*)calloc(1, sizeof(FLAC__BitWriter));
163 /* note that calloc() sets all members to 0 for us */
H A Dmetadata_object.c440 object = (FLAC__StreamMetadata*)calloc(1, sizeof(FLAC__StreamMetadata));
449 /* calloc() took care of this for us:
455 /* calloc() took care of this for us:
460 /* calloc() took care of this for us:
492 /* calloc() took care of this for us:
513 /* calloc() took care of this for us:
1433 return (FLAC__StreamMetadata_CueSheet_Track*)calloc(1, sizeof(FLAC__StreamMetadata_CueSheet_Track));
H A Dstream_decoder.c284 decoder = (FLAC__StreamDecoder*)calloc(1, sizeof(FLAC__StreamDecoder));
289 decoder->protected_ = (FLAC__StreamDecoderProtected*)calloc(1, sizeof(FLAC__StreamDecoderProtected));
295 decoder->private_ = (FLAC__StreamDecoderPrivate*)calloc(1, sizeof(FLAC__StreamDecoderPrivate));
H A Dstream_encoder.c529 encoder = (FLAC__StreamEncoder*)calloc(1, sizeof(FLAC__StreamEncoder));
534 encoder->protected_ = (FLAC__StreamEncoderProtected*)calloc(1, sizeof(FLAC__StreamEncoderProtected));
540 encoder->private_ = (FLAC__StreamEncoderPrivate*)calloc(1, sizeof(FLAC__StreamEncoderPrivate));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dmetadata_utils.c441 void *x = calloc(n, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c1430 dial_no_tmp = calloc (128, sizeof (char));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c47 # define jnlib_calloc(a,b) calloc ((a), (b))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dauth.c329 if ( NULL == (groups = calloc(ngroups, GROUPS_SIZE)) ) {
330 LOG(log_error, logtype_afpd, "login: %s calloc: %d", ngroups);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c414 if ( NULL == (dbd = calloc(sizeof(DBD), 1)) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c2021 bob = calloc(3, sizeof(runlist_element));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c271 if ((p = calloc(count, size)) == NULL) {
272 perror("ip[6]tables: calloc failed");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6s.c1149 calloc (1, sizeof (struct relay_listval));

Completed in 330 milliseconds

12345678