Searched refs:malloc (Results 1 - 25 of 659) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dlibbb_udhcp.h25 #define xmalloc malloc
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/util/
H A Dupnp_timeout.c38 #include <malloc.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmalloc.h4 #warning linux/malloc.h is deprecated, use linux/slab.h instead.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmalloc.h4 #warning linux/malloc.h is deprecated, use linux/slab.h instead.
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dstrdup.c29 if ((p = (char *)malloc(strlen(str)+1)) == NULL)
H A Denv.c30 if ((p = malloc(sizeof(*p))) == NULL)
33 if ((p->env = malloc(size * sizeof(char *))) == NULL)
93 if ((env->env[env->size] = malloc(strlen(name)+strlen(value)+2)) == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dstrdup.c29 if ((p = (char *)malloc(strlen(str)+1)) == NULL)
H A Denv.c30 if ((p = malloc(sizeof(*p))) == NULL)
33 if ((p->env = malloc(size * sizeof(char *))) == NULL)
93 if ((env->env[env->size] = malloc(strlen(name)+strlen(value)+2)) == NULL) {
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemnobs.c11 * can be obtained from malloc().
23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
24 extern void * malloc JPP((size_t size));
31 * routines malloc() and free().
37 return (void *) malloc(sizeofobject);
57 return (void FAR *) malloc(sizeofobject);
H A Djmemansi.c20 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
21 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppd_utils.c25 args[0]=(char *)malloc(strlen(ses->filt->pppd));
28 args[0]=(char *)malloc(strlen(_PATH_PPPD));
42 args[1]=(char *)malloc(strlen(buf));
51 args[i]=(char *)malloc(strlen("file"));
54 args[i]=(char *)malloc(strlen(ses->filt->fname)+1);
58 args[i]=(char *)malloc(strlen("call"));
61 args[i]=(char *)malloc(strlen(ses->filt->fname)+1);
70 args[i]=(char *)malloc(strlen("pppoe_ac_name"));
73 args[i]=(char *)malloc(ntohs(ses->filt->ntag->tag_len));
81 args[i]=(char *)malloc(strle
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/smbd/
H A Dsec_ctx_utils.c35 *groups = malloc(*ngroups * sizeof(gid_t));
38 printf("FAIL: malloc random grouplist\n");
55 actual_groups = (gid_t *)malloc(actual_ngroups * sizeof(gid_t));
H A Dsec_ctx_groups.c36 initial_groups = malloc(sizeof(gid_t) * initial_ngroups);
65 check_groups = malloc(sizeof(gid_t) * check_ngroups);
97 final_groups = malloc(sizeof(gid_t) * final_ngroups);
H A Dsec_ctx_root.c43 actual_groups = (gid_t *)malloc(actual_ngroups * sizeof(gid_t));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dfindme.c21 local = start = pathbuf = malloc(strlen(path) + 1);
22 buf = malloc(strlen(path) + strlen(argv0) + 2);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_smbd.c49 (*groups) = (gid_t *)malloc(sizeof(gid_t) * max_grp);
H A Dldap_escape.c32 * @return A string allocated with malloc(), containing the escaped string,
39 char *output = malloc(len);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DFreeList.h39 #include <malloc.h>
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DFreeList.h39 #include <malloc.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dos2compat.c60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Djfs_user.h55 #define kmem_cache_alloc(cache,flags) malloc((cache)->object_length)
59 #define kmalloc(len,flags) malloc(len)
83 new_cache = malloc(sizeof(*new_cache));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dinit_et.c41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dinvocation.c36 new_table = (ss_data *) malloc(sizeof(ss_data));
39 table = (ss_data **) malloc(2 * size);
55 new_table->info_dirs = (char **)malloc(sizeof(char *));
58 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
H A Derror.c30 ret_val = malloc((unsigned)
41 ret_val = malloc((unsigned)sizeof(char) *
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dclient_table.h42 #include <malloc.h>

Completed in 241 milliseconds

1234567891011>>