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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dalias.c30 *argv = malloc(sizeof(char*) * size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du8-strconv-to-enc.c51 result = (char *) malloc (length);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h35 P = (TYPE *) malloc(SIZE); \
37 perror("malloc"); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoefwd.c41 struct session *ses = (struct session *)malloc(sizeof(struct session));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c87 if (!dir || !(newwhole = malloc(newlen))) {
141 if (!(path=malloc(strlen(p)+3))) {
199 if ((p = malloc(strlen(n)+2)) == NULL)
219 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
247 /* Convert the external file name to a zip file name, returning the malloc'ed
250 char *n; /* internal file name (malloc'ed) */
258 if ((tmp = malloc(strlen(x) + 1)) == NULL)
264 /* Find starting point in name before doing malloc */
293 n=malloc(1);
315 if ((n = malloc(strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpoptparse.c30 dst = malloc(nb);
62 const char ** argv = malloc(sizeof(*argv) * argvAlloced);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c104 compressed = malloc(*newlength);
133 decompressed = malloc(newlength ? newlength : 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c104 compressed = malloc(*newlength);
133 decompressed = malloc(newlength ? newlength : 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_threads.c66 curl_thread_t t = malloc(sizeof(pthread_t));
67 struct curl_actual_call *ac = malloc(sizeof(struct curl_actual_call));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmseq.c84 return_val->dptr = (char *) malloc (1);
86 return_val->dptr = (char *) malloc (return_val->dsize);
87 if (return_val->dptr == NULL) _gdbm_fatal (dbf, "malloc error");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dsetlocale.c105 copy = (char *) malloc (strlen (locale) + 1);
131 facetp = (struct list *) malloc (sizeof (struct list));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dknown_sizes.c35 uint8_t *in = malloc(BUFFER_SIZE);
36 uint8_t *out = malloc(BUFFER_SIZE);

Completed in 221 milliseconds

1234567891011>>