Searched refs:malloc (Results 51 - 75 of 2264) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_multibyte.c48 str_w = malloc(str_w_len * sizeof(wchar_t));
69 str_utf8 = malloc(str_utf8_len * sizeof(wchar_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmfetch.c66 return_val.dptr = (char *) malloc (1);
68 return_val.dptr = (char *) malloc (return_val.dsize);
69 if (return_val.dptr == NULL) _gdbm_fatal (dbf, "malloc error");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dalloc.h34 #include <stdlib.h> /* for size_t, malloc(), etc */
51 /* avoid malloc()ing 0 bytes, see:
56 /* malloc(0) is undefined; FLAC src convention is to always allocate */
59 return malloc(size);
65 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
111 return malloc(size1*size2);
119 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
122 return malloc(size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmfetch.c66 return_val.dptr = (char *) malloc (1);
68 return_val.dptr = (char *) malloc (return_val.dsize);
69 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/tests/unilbrk/
H A Dtest-u8-width-linebreaks.c39 char *p = (char *) malloc (SIZEOF (input));
53 char *p = (char *) malloc (SIZEOF (input));
H A Dtest-ulc-possible-linebreaks.c38 char *p = (char *) malloc (SIZEOF (input));
H A Dtest-ulc-width-linebreaks.c38 char *p = (char *) malloc (SIZEOF (input));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du8-conv-to-enc.c57 result = (char *) malloc (srclen > 0 ? srclen : 1);
82 result = (char *) malloc (1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
55 p = malloc ((size_t) 1);
68 p = malloc (n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
55 p = malloc ((size_t) 1);
68 p = malloc (n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A DMakefile6 malloc.html pagesize.html re_source.html recno.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A DStrFree.c15 dst = malloc(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dglobals.c28 if ((p = malloc(sizeof(DB_GLOBALS))) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dkern.h25 extern void *malloc(int size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du-cpy-alloc.h27 dest = (UNIT *) malloc (n > 0 ? n * sizeof (UNIT) : 1);
H A Du-strdup.h28 dest = (UNIT *) malloc (n * sizeof (UNIT));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strcasestr.c74 char *haystack = (char *) malloc (m + 1);
98 char *needle = (char *) malloc (m + 1);
116 char *haystack = (char *) malloc (2 * m + 2);
117 char *needle = (char *) malloc (m + 2);
H A Dtest-c-strstr.c73 char *haystack = (char *) malloc (m + 1);
97 char *needle = (char *) malloc (m + 1);
115 char *haystack = (char *) malloc (2 * m + 2);
116 char *needle = (char *) malloc (m + 2);
H A Dtest-mbsstr1.c74 char *haystack = (char *) malloc (m + 1);
98 char *needle = (char *) malloc (m + 1);
116 char *haystack = (char *) malloc (2 * m + 2);
117 char *needle = (char *) malloc (m + 2);
H A Dtest-mbsstr2.c83 char *haystack = (char *) malloc (m + 1);
111 char *needle = (char *) malloc (m + 1);
129 char *haystack = (char *) malloc (2 * m + 3);
130 char *needle = (char *) malloc (m + 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dstdlib.c29 void * malloc (size_t len) function
46 return malloc(len2);
54 void * new_mem = malloc(len2);

Completed in 269 milliseconds

1234567891011>>