Searched refs:malloc (Results 101 - 125 of 1169) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Descape.c91 ns = malloc(alloc);
144 char *ns = malloc(alloc);
189 /* For operating systems/environments that use different malloc/free
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpa.c45 h = (pa_buf_t *) malloc( sizeof( pa_buf_t ));
46 h->buf = (char *) malloc( PA_BUFBLK * 2 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dutil.c21 file = malloc(sizeof(*file));
58 gs.s = malloc(sizeof(char) * 64);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c104 compressed = malloc(*newlength);
133 decompressed = malloc(newlength ? newlength : 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c104 compressed = malloc(*newlength);
133 decompressed = malloc(newlength ? newlength : 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/read/
H A Dread_1.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_11.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_12.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_13.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_2.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_3.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_4.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_5.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dread_6.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/write/
H A Dwrite_11.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dwrite_12.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
H A Dwrite_13.c51 message = malloc(msg_len);
52 response = malloc(msg_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dgetusershell.c95 extern char *malloc(), *calloc();
109 if ((strings = malloc((unsigned)statb.st_size)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dgetusershell.c95 extern char *malloc(), *calloc();
109 if ((strings = malloc((unsigned)statb.st_size)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dutil.c21 file = malloc(sizeof(*file));
60 gs.s = malloc(sizeof(char) * 64);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.in112 am_libavahi_common_la_OBJECTS = libavahi_common_la-malloc.lo \
127 alternative_test-malloc.$(OBJEXT) \
138 domain_test-malloc.$(OBJEXT) domain_test-address.$(OBJEXT) \
146 strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
168 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
177 watch_test_thread-malloc.$(OBJEXT) \
432 malloc.h \
446 malloc.c malloc.h \
465 malloc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dcache.c135 name = malloc(strlen(inname)+1);
142 uuid = malloc(UUID_BINSIZE);
149 cacheduser = malloc(sizeof(cacheduser_t));
287 *name = malloc(strlen(entry->name)+1);
308 name = malloc(strlen(inname)+1);
315 uuid = malloc(UUID_BINSIZE);
322 cacheduser = malloc(sizeof(cacheduser_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c135 name = malloc(strlen(inname)+1);
142 uuid = malloc(UUID_BINSIZE);
149 cacheduser = malloc(sizeof(cacheduser_t));
287 *name = malloc(strlen(entry->name)+1);
308 name = malloc(strlen(inname)+1);
315 uuid = malloc(UUID_BINSIZE);
322 cacheduser = malloc(sizeof(cacheduser_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c142 if ((buf->buf = malloc(size)))
255 if (!(enodename = malloc(nodenamelen)))
259 if (!(eservname = malloc(servnamelen))) {
310 if (!(enodename = malloc(i + 1)))
320 if (!(eservname = malloc(i + 1))) {
361 if (!(ia.applicationID = malloc(i + 1))) {
392 if (!(ia.keyringFileName = malloc(i + 1))) {
404 if (!(ia.keyringPassword = malloc(i + 1))) {
471 if (!(t = malloc(i))) {
504 if (!(in.value = malloc(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c136 result = (char *) malloc (len);
174 result = (char *) malloc (len);
206 (struct binding *) malloc (offsetof (struct binding, domainname) + len);
233 result = (char *) malloc (len);
262 result = (char *) malloc (len);

Completed in 205 milliseconds

1234567891011>>