Searched refs:xmalloc (Results 151 - 175 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstat.c297 char *dest = xmalloc(n_alloc);
H A Dls.c191 cur = xmalloc(sizeof(struct dnode));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c300 vcsa = xmalloc(strlen(tty) + 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c168 extra_headers = cp = xmalloc(size);
H A Difupdown.c1075 char *new_logical = xmalloc(MAX_INTERFACE_LENGTH);
H A Dinterface.c227 buff = xmalloc(sizeof(struct sockaddr) * 3 + 1);
H A Dtraceroute.c387 struct ifreq *ibuf = xmalloc(IFREQ_BUFSIZE * sizeof(ibuf[0]));
H A Dinetd.c569 return xmalloc(sizeof(servtab_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c860 g_cb = xmalloc(sizeof(nvblock) + size * sizeof(var));
2036 s = xmalloc(n+1);
2577 X.s = xmalloc(opn);
2778 g_buf = xmalloc(MAXVARFMT + 1);
2835 s = xmalloc(flen + 4);
H A Dvi.c1439 screen = xmalloc(screensize);
2014 t = xmalloc(cnt + 1); // get a new register
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A DMakefile.in135 strnlen1.$(OBJEXT) uniwidth/width.$(OBJEXT) xmalloc.$(OBJEXT) \
536 strnlen1.h strnlen1.c uniwidth/width.c xalloc.h xmalloc.c \
H A DMakefile135 strnlen1.$(OBJEXT) uniwidth/width.$(OBJEXT) xmalloc.$(OBJEXT) \
536 strnlen1.h strnlen1.c uniwidth/width.c xalloc.h xmalloc.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am247 lib/xmalloc.c \
H A DMakefile.in369 lib/xmalloc.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.gnulib951 libgnu_la_SOURCES += xalloc.h xmalloc.c xstrdup.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile79 ../gnulib-lib/xmalloc.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c550 buf = xmalloc(512*nsect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c42 # define xmalloc(size) malloc(size) macro
890 brkaddr = xmalloc(AREASIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c69 #define obstack_chunk_alloc xmalloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c1202 #define xmalloc malloc macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile93 ../gnulib-lib/xmalloc.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dlibtool3735 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3757 void *xmalloc (size_t num);
4076 xmalloc (size_t num)
4088 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
H A Dltmain.sh3248 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3270 void *xmalloc (size_t num);
3589 xmalloc (size_t num)
3601 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool4694 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4707 void *xmalloc (size_t num);
4976 xmalloc (size_t num)
4988 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
H A Dltmain.sh4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4282 void *xmalloc (size_t num);
4551 xmalloc (size_t num)
4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),

Completed in 242 milliseconds

123456789