Searched refs:calloc (Results 126 - 150 of 182) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/popt/
H A Dpopt.c60 con->leftovers = calloc( (argc + 1), sizeof(char *) );
68 con->finalArgv = calloc( con->finalArgvAlloced, sizeof(*con->finalArgv) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c264 if ((pids = calloc(nprocs, sizeof(os_pid_t))) == NULL) {
365 (os_thread_t *)calloc(sizeof(os_thread_t), nthreads)) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c703 kop->crk_param[kop->crk_iparams].crp_p = calloc(rlen, sizeof(char));
708 kop->crk_param[kop->crk_iparams+1].crp_p = calloc(slen, sizeof(char));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c524 tdb->map_ptr = calloc(size, 1);
1172 tdb.locked = (int *)calloc(tdb.header.hash_size+1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/dbd/
H A Dcnid_dbd.c447 if ((cdb = (struct _cnid_db *)calloc(1, sizeof(struct _cnid_db))) == NULL)
487 if ((db = (CNID_private *)calloc(1, sizeof(CNID_private))) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c701 kop->crk_param[kop->crk_iparams].crp_p = calloc(rlen, sizeof(char));
706 kop->crk_param[kop->crk_iparams+1].crp_p = calloc(slen, sizeof(char));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_aix.c192 result = calloc(1, sizeof(struct passwd));
219 result = calloc(1, sizeof(struct group));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c380 FLAC__Metadata_SimpleIterator *iterator = (FLAC__Metadata_SimpleIterator*)calloc(1, sizeof(FLAC__Metadata_SimpleIterator));
946 return (FLAC__Metadata_Node*)calloc(1, sizeof(FLAC__Metadata_Node));
1500 FLAC__Metadata_Chain *chain = (FLAC__Metadata_Chain*)calloc(1, sizeof(FLAC__Metadata_Chain));
1835 FLAC__Metadata_Iterator *iterator = (FLAC__Metadata_Iterator*)calloc(1, sizeof(FLAC__Metadata_Iterator));
1837 /* calloc() implies:
2256 else if(0 == (block->comments = (FLAC__StreamMetadata_VorbisComment_Entry*)calloc(block->num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry))))
2311 else if(0 == (track->indices = (FLAC__StreamMetadata_CueSheet_Index*)calloc(track->num_indices, sizeof(FLAC__StreamMetadata_CueSheet_Index))))
2371 else if(0 == (block->tracks = (FLAC__StreamMetadata_CueSheet_Track*)calloc(block->num_tracks, sizeof(FLAC__StreamMetadata_CueSheet_Track))))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c934 if (!(newdb = calloc(size, 1)))
1687 if (!(tdb = calloc(1, sizeof *tdb))) {
1793 tdb->locked = calloc(tdb->header.hash_size+1, sizeof(tdb->locked[0]));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c929 if (!(newdb = calloc(size, 1)))
1687 if (!(tdb = calloc(1, sizeof *tdb))) {
1793 tdb->locked = calloc(tdb->header.hash_size+1, sizeof(tdb->locked[0]));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c800 if (( niface = (struct interface *)calloc(1, sizeof( struct interface )))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx_pam.c102 calloc(num_msg, sizeof(struct pam_response));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_lock.c392 } else if ((adflock->refcount = calloc(1, sizeof(int))) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmulti.c287 check = calloc(1, sizeof(struct Curl_sh_entry));
396 struct Curl_multi *multi = calloc(1, sizeof(struct Curl_multi));
489 easy = calloc(1, sizeof(struct Curl_one_easy));
2785 cl = calloc(1, sizeof(struct closure));
H A Drtsp.c247 rtsp = calloc(1, sizeof(struct RTSP));
H A Durldata.h130 #undef calloc macro
H A Durl.c550 c = calloc(1, sizeof(struct conncache));
554 c->connects = calloc((size_t)default_amount, sizeof(struct connectdata *));
764 data = calloc(1, sizeof(struct SessionHandle));
767 DEBUGF(fprintf(stderr, "Error: calloc of SessionHandle failed\n"));
3501 struct connectdata *conn = calloc(1, sizeof(struct connectdata));
3570 conn->master_buffer = calloc(BUFSIZE, sizeof (char));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_urlglob.c366 glob_expand = calloc(1, sizeof(URLGlob));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c636 calloc(96, sizeof(TrackMap_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c31 #include <stdlib.h> /* for calloc() etc. */
473 foreign_metadata_t *x = (foreign_metadata_t*)calloc(sizeof(foreign_metadata_t), 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c277 node = (struct node *) calloc(1, sizeof(struct node));
2588 fs = (struct fuse_fs *) calloc(1, sizeof(struct fuse_fs));
2612 f = (struct fuse *) calloc(1, sizeof(struct fuse));
2661 calloc(1, sizeof(struct node *) * f->name_table_size);
2669 calloc(1, sizeof(struct node *) * f->id_table_size);
2678 root = (struct node *) calloc(1, sizeof(struct node));
H A Dfuse_lowlevel.c1128 req = (struct fuse_req *) calloc(1, sizeof(struct fuse_req));
1254 f = (struct fuse_ll *) calloc(1, sizeof(struct fuse_ll));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c236 dest = calloc(destlen +1, 1);
708 if (!( volume = (struct vol *)calloc(1, sizeof( struct vol ))) ) {
1047 if (( Extmap = calloc(1, sizeof( struct extmap ))) == NULL ) {
1048 LOG(log_error, logtype_afpd, "setextmap: calloc: %s", strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c112 (char **)calloc((size_t)argc + 1, sizeof(char *))) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c98 (char **)calloc((size_t)argc + 1, sizeof(char *))) == NULL) {

Completed in 321 milliseconds

12345678