Searched refs:malloc (Results 151 - 175 of 2264) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dparse.c128 latin1 = malloc(length + 1);
187 return malloc(1);
189 data = malloc(length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dparse.c128 latin1 = malloc(length + 1);
187 return malloc(1);
189 data = malloc(length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h93 # undef malloc
94 # define malloc rpl_malloc
95 extern void * malloc (size_t size);
98 # undef malloc
99 # define malloc(s) \
100 (GL_LINK_WARNING ("malloc is not POSIX compliant everywhere - " \
101 "use gnulib module malloc-posix for portability"), \
102 malloc (s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davlsort.c36 newnode = avl_init_node(malloc(sizeof(avl_node_t)), item);
70 bb = eb = malloc(bs+1);
72 perror("malloc()");
87 bb = eb = ob = malloc(bs);
89 perror("malloc()");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du-conv-to-enc.h32 (size_t *) malloc (srclen * sizeof (UNIT) * sizeof (size_t));
68 result = (char *) malloc (1);
92 scaled_offsets = (size_t *) malloc (utf8_srclen * sizeof (size_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Dulc-possible-linebreaks.c55 size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
66 char *q = (char *) (m > 0 ? malloc (m) : NULL);
182 char *breaks = malloc (length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Dulc-wordbreaks.c57 size_t *offsets = (size_t *) malloc (n * sizeof (size_t));
68 char *q = (char *) (m > 0 ? malloc (m) : NULL);
173 char *breaks = malloc (length);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddict.c69 char * key; /**< \brief Pointer to malloc'ed key copy */
70 char * value; /**< \brief Pointer to malloc'ed value copy */
160 t_dict_node * const *dict = malloc(sizeof (t_dict_node*));
225 node = malloc(sizeof *node);
351 t_dict_node ** const iterator = malloc(sizeof (t_dict_node*));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c151 if((buf->buf = malloc(size)))
285 if(!(enodename = malloc(nodenamelen)))
289 if(!(eservname = malloc(servnamelen))) {
340 if(!(enodename = malloc(i + 1)))
350 if(!(eservname = malloc(i + 1))) {
391 if(!(ia.applicationID = malloc(i + 1))) {
422 if(!(ia.keyringFileName = malloc(i + 1))) {
434 if(!(ia.keyringPassword = malloc(i + 1))) {
505 if(!(p = (struct Curl_gsk_descriptor *) malloc(sizeof *p)))
530 if(!(p = (struct Curl_gsk_descriptor *) malloc(sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c29 #include <avahi-common/malloc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser-test.c28 #include <avahi-common/malloc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-win.h35 #include <malloc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dfindme.c26 buf = (char *)malloc(strlen(path) + strlen(argv0) + sizeof("/"));
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dgetgroups.c35 igroups = (int *)malloc(sizeof(int)*ngroups);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dinitgroups.c27 groups = (gid_t *)malloc(sizeof(gid_t) * ngroups);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap-test.c29 #include <avahi-common/malloc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser-test.c28 #include <avahi-common/malloc.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A DDynscpy.c56 newdst = malloc(curLen + catLen + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnwlib.c188 app_data = malloc(sizeof(libdata_t));
193 app_data->tenbytes = malloc(10);
250 thread_data = malloc(sizeof(libthreaddata_t));
254 thread_data->twentybytes = malloc(20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dlines.c33 if ((p = malloc(size)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp41 newinfo = (REP_HOST_INFO*)malloc(sizeof(REP_HOST_INFO));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbplkup.c101 if (( nn = (struct nbpnve *)malloc( nresp * sizeof( struct nbpnve )))
103 perror( "malloc" );
126 if (( name = (char *)malloc( strlen( Obj ) + 1 )) == NULL ) {
127 perror( "malloc" );
133 if (( name = (char *)malloc( strlen( Type ) + 1 )) == NULL ) {
134 perror( "malloc" );
140 if (( name = (char *)malloc( strlen( Zone ) + 1 )) == NULL ) {
141 perror( "malloc" );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dmm-internal.h50 #define mm_malloc(sz) malloc(sz)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dyuvcmp.c56 Y[i] = malloc(lsiz);
57 C[0][i] = malloc(csiz);
58 C[1][i] = malloc(csiz);
74 mberrors = malloc(mb_x * mb_y);

Completed in 356 milliseconds

1234567891011>>