Searched refs:malloc (Results 176 - 200 of 1161) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dsend_to_kdc.c49 extern char *malloc(), *calloc(), *realloc();
135 hostlist = (struct hostent *) malloc(sizeof(struct hostent));
175 cp = malloc((unsigned)host->h_length);
184 host->h_addr_list = (char **)malloc(sizeof(char *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c71 aces = malloc(ace_count * sizeof(ace_t));
73 LOG(log_error, logtype_afpd, "get_nfsv4_acl: malloc error");
97 /* malloc buffer for new ACL */
98 if ((new_aces = malloc((ace1count + ace2count) * sizeof(ace_t))) == NULL) {
99 LOG(log_error, logtype_afpd, "combine_aces: malloc %s", strerror(errno));
139 /* malloc buffer for new ACL */
140 if ((new_aces = malloc(nontrivaces * sizeof(ace_t))) == NULL) {
141 LOG(log_error, logtype_afpd, "strip_trivial_aces: malloc %s", strerror(errno));
178 /* malloc buffer for new ACL */
179 if ((new_aces = malloc(trivace
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
45 void *p = malloc (n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/msdos/
H A Dconfig.h37 #include <malloc.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_unix.c78 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dexecvp.c33 #define um_kmalloc malloc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlist.c10 struct bftpd_list_element *new = malloc(sizeof(struct bftpd_list_element));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dgetinmemory.c65 chunk.memory = malloc(1); /* will be grown as needed by the realloc above */
H A Dopensslthreadlock.c71 mutex_buf = malloc(CRYPTO_num_locks( ) * sizeof(MUTEX_TYPE));
H A Drtsp.c158 char *s = malloc(max_len);
206 char *uri = malloc(strlen(url) + 32);
207 char *sdp_filename = malloc(strlen(url) + 32);
208 char *control = malloc(strlen(url) + 32);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_threads.c67 struct curl_actual_call *ac = malloc(sizeof(struct curl_actual_call));
H A Dhttp_negotiate_sspi.c147 neg_ctx->output_token = malloc(neg_ctx->max_token_length);
161 neg_ctx->credentials = malloc(sizeof(CredHandle));
162 neg_ctx->context = malloc(sizeof(CtxtHandle));
176 input_token = malloc(neg_ctx->max_token_length);
H A Dslist.c61 new_item = malloc(sizeof(struct curl_slist));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_hdr.c124 copy = malloc(len+1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib539.c61 newURL = malloc(strlen(URL) + 3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmbadblocks.c56 in_buf = malloc(in_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/netem/
H A Dparetonormal.c18 #include <malloc.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Demp_ematch.y4 #include <malloc.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dinit.c165 result = malloc (n+1);
194 result = malloc ((n+1) * sizeof *result);
226 result = malloc (nbytes + strlen (SLDIR) + 1);
268 result = malloc (10 + strlen (SLDIR) + 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-getdelim.c69 line = malloc (1);
H A Dtest-getline.c69 line = malloc (1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h69 #define xmalloc(size) ({ void *__ptr = malloc(size); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A DMakefile8 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dio_manager.c36 options = malloc(strlen(opts)+1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dmsgbox.c48 char * title2 = malloc(width-2+1);

Completed in 210 milliseconds

1234567891011>>