Searched refs:malloc (Results 201 - 225 of 2264) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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/iserver/libunistring-0.9.3/lib/
H A Dmemxfrm.c46 result = (char *) malloc (allocated);
86 new_result = (char *) malloc (allocated);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-to-u32.c52 result is either == resultbuf or == NULL or malloc-allocated.
80 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
105 result = (DST_UNIT *) malloc (1);
H A Du32-to-u16.c52 result is either == resultbuf or == NULL or malloc-allocated.
82 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
110 result = (DST_UNIT *) malloc (1);
H A Du32-to-u8.c52 result is either == resultbuf or == NULL or malloc-allocated.
82 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
110 result = (DST_UNIT *) malloc (1);
H A Du8-to-u32.c52 result is either == resultbuf or == NULL or malloc-allocated.
80 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
105 result = (DST_UNIT *) malloc (1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Drelocwrapper.c66 char *result = (char *) malloc (filename_len + 4 + 1);
115 value = (char *) malloc (total);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dplugin.c47 p->data = (void*)malloc(sizeof(struct plugin_data));
68 { if (!(dst->data = (struct plugin_data*)malloc(sizeof(struct plugin_data))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dplugin.c47 p->data = (void*)malloc(sizeof(struct plugin_data));
68 { if (!(dst->data = (struct plugin_data*)malloc(sizeof(struct plugin_data))))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dutil.c21 file = malloc(sizeof(*file));
58 gs.s = malloc(sizeof(char) * 64);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dknown_sizes.c35 uint8_t *in = malloc(BUFFER_SIZE);
36 uint8_t *out = malloc(BUFFER_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Driscos.c98 thisdir=(DIR *)malloc(sizeof(DIR));
102 thisdir->dirname=(char *)malloc(strlen(dirname)+1);
120 thisdir->buf=malloc(DIR_BUFSIZE);
204 if ((s = malloc(len + 1)) == NULL)
253 exts2swap=malloc(1+strlen(envptr));
321 if (pref=malloc(size),pref!=NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dbench.c190 str = malloc(sizeof(char) * (len+1));
210 str = malloc(sizeof(char) * (len+1));
229 str = malloc(sizeof(char) * (len+1));
247 str = malloc(sizeof(char) * (len+1));
265 str = malloc(sizeof(char) * (len+1));
300 str = malloc(sizeof(char) * (len+7));
329 str = malloc(sizeof(char) * (len+7));
355 str = malloc(sizeof(char) * (len+7));
385 str = malloc(sizeof(char) * (len+7));
418 str = malloc(sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c18 /* Extra malloc() space in names for cutpath() */
62 DIR *d; /* pointer to malloc'ed directory stream */
67 if (((d = (DIR *)malloc(sizeof(DIR))) == NULL) ||
68 ((p = (char *)malloc((m = strlen(n)) + 4)) == NULL)) {
143 if ((fp = (char *)malloc(strlen(fname) + 1)) == NULL) {
205 p = malloc(strlen(n) + 1);
255 /* Convert the external file name to a zip file name, returning the malloc'ed
258 char *n; /* internal file name (malloc'ed) */
275 if ((fp = (char *)malloc(strlen(fname) + 1)) == NULL) {
283 /* Find starting point in name before doing malloc */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A DMakefile.in96 am_libavahi_common_la_OBJECTS = libavahi_common_la-malloc.lo \
111 alternative_test-malloc.$(OBJEXT) \
122 domain_test-malloc.$(OBJEXT) domain_test-address.$(OBJEXT) \
130 strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
152 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
161 watch_test_thread-malloc.$(OBJEXT) \
439 malloc.h \
453 malloc.c malloc.h \
472 malloc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c146 if ((p = malloc(strlen(n)+2)) == NULL)
166 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
194 /* Convert the external file name to a zip file name, returning the malloc'ed
197 char *n; /* internal file name (malloc'ed) */
203 /* Find starting point in name before doing malloc */
214 if ((n = malloc(strlen(t) + 1)) == NULL)
223 /* Returned malloc'ed name */
232 /* Convert the zip file name to an external file name, returning the malloc'ed
237 if ((x = malloc(strlen(n) + 1 + PAD)) == NULL)
286 /* convert FNAMX to malloc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dvalues.c9 values->pid = malloc(values->threads_max * sizeof(*values->pid));
10 values->tid = malloc(values->threads_max * sizeof(*values->tid));
11 values->value = malloc(values->threads_max * sizeof(*values->value));
17 values->counterrawid = malloc(values->counters_max
19 values->countername = malloc(values->counters_max
71 values->value[i] = malloc(values->counters_max * sizeof(**values->value));
136 counterwidth = malloc(values->counters * sizeof(*counterwidth));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.c99 thisdir=(DIR *)malloc(sizeof(DIR));
103 thisdir->dirname=(char *)malloc(strlen(dirname)+1);
121 thisdir->buf=malloc(DIR_BUFSIZE);
201 if ((s = malloc(len + 1)) == NULL)
261 exts2swap=malloc(1+strlen(envptr));
303 ext=malloc(i=p1-exptr);
332 if (pref=malloc(size),pref!=NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c93 if (!dir || !(newwhole = malloc(newlen))) {
198 if ((p = malloc(strlen(n)+2)) == NULL)
212 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
239 /* Convert the external file name to a zip file name, returning the malloc'ed
242 char *n; /* internal file name (malloc'ed) */
248 /* Find starting point in name before doing malloc */
266 if ((n = malloc(strlen(t) + 1)) == NULL)
272 /* Returned malloc'ed name */
280 /* Convert the zip file name to an external file name, returning the malloc'ed
285 if ((x = malloc(strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c41 #include <malloc.h>
141 if (((*pargVee)[i] = (char *)malloc(sizeof(char) * strlen(cmd)+1 ))
178 str1 = (char *) malloc(lstrlen(s)+4);
401 char *pExDirRoot = (char *)malloc(strlen(lpDCL->lpszExtractDir)+1);
506 intern_ifv = (char **)malloc((ifnc+1)*sizeof(char **));
516 intern_ifv[0] = (char *)malloc(bufsize);
556 intern_xfv = (char **)malloc((xfnc+1)*sizeof(char **));
571 intern_xfv[0] = (char *)malloc(bufsize);
729 if ((argVExt = (char **)malloc((ifnc)*sizeof(char *))) == NULL)
740 if ((argVExc = (char **)malloc((ifn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c110 if ((p = malloc(strlen(n)+2)) == NULL)
130 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
160 /* Convert the external file name to a zip file name, returning the malloc'ed
163 char *n; /* internal file name (malloc'ed) */
169 /* Find starting point in name before doing malloc */
194 if ((n = malloc(strlen(t) + 1)) == NULL)
203 /* Returned malloc'ed name */
211 /* Convert the zip file name to an external file name, returning the malloc'ed
216 if ((x = malloc(strlen(n) + 1 + PAD)) == NULL)
277 if ((name = malloc(le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c117 if ((p = malloc(strlen(n)+2)) == NULL)
137 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
189 /* Convert the external file name to a zip file name, returning the malloc'ed
192 char *n; /* internal file name (malloc'ed) */
198 /* Find starting point in name before doing malloc */
212 if ((n = malloc(strlen(t) + 3)) == NULL)
219 if ((n = malloc(strlen(t) + 5)) == NULL)
226 if ((n = malloc(strlen(t) + 1)) == NULL)
246 /* Returned malloc'ed name */
255 /* Convert the zip file name to an external file name, returning the malloc'e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dtheos.c173 if ((path = malloc(strlen(n) + 2)) == NULL)
218 if ((path = malloc(strlen(n) + 2)) == NULL)
259 if ((a = malloc(strlen(e) + 1)) == NULL)
281 if ((p = malloc(strlen(n)+2)) == NULL)
301 if ((a = malloc(strlen(p) + strlen(e) + 1)) == NULL)
329 /* Convert the external file name to a zip file name, returning the malloc'ed
332 char *n; /* internal file name (malloc'ed) */
339 /* Find starting point in name before doing malloc */
348 if ((n = malloc(strlen(t) + 1)) == NULL)
360 /* Returned malloc'e
[all...]

Completed in 175 milliseconds

1234567891011>>