Searched refs:xmalloc_open_zipped_read_close (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dmodinfo.c68 the_module = xmalloc_open_zipped_read_close(path, &len);
74 the_module = xmalloc_open_zipped_read_close(path, &len);
H A Dmodutils.c146 image = xmalloc_open_zipped_read_close(filename, &image_size);
H A Dmodprobe-small.c109 if (!ptr) /* happens if xmalloc_open_zipped_read_close cannot read it */
176 module_image = xmalloc_open_zipped_read_close(fname, &len);
198 module_image = xmalloc_open_zipped_read_close(pathname, &len);
H A Ddepmod.c44 image = xmalloc_open_zipped_read_close(fname, &len);
H A Dmodutils-24.c3802 image = xmalloc_open_zipped_read_close(m_filename, &image_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Dmodinfo.c68 the_module = xmalloc_open_zipped_read_close(path, &len);
74 the_module = xmalloc_open_zipped_read_close(path, &len);
H A Dmodutils.c146 image = xmalloc_open_zipped_read_close(filename, &image_size);
H A Dmodprobe-small.c109 if (!ptr) /* happens if xmalloc_open_zipped_read_close cannot read it */
176 module_image = xmalloc_open_zipped_read_close(fname, &len);
198 module_image = xmalloc_open_zipped_read_close(pathname, &len);
H A Ddepmod.c44 image = xmalloc_open_zipped_read_close(fname, &len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Dmodinfo.c68 the_module = xmalloc_open_zipped_read_close(path, &len);
74 the_module = xmalloc_open_zipped_read_close(path, &len);
H A Dmodutils.c146 image = xmalloc_open_zipped_read_close(filename, &image_size);
H A Dmodprobe-small.c109 if (!ptr) /* happens if xmalloc_open_zipped_read_close cannot read it */
176 module_image = xmalloc_open_zipped_read_close(fname, &len);
198 module_image = xmalloc_open_zipped_read_close(pathname, &len);
H A Ddepmod.c44 image = xmalloc_open_zipped_read_close(fname, &len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dman.c71 line = xmalloc_open_zipped_read_close(man_filename, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dman.c71 line = xmalloc_open_zipped_read_close(man_filename, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dman.c71 line = xmalloc_open_zipped_read_close(man_filename, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/console-tools/
H A Dloadfont.c305 // xmalloc_open_zipped_read_close(filename, &len);
389 buffer = xmalloc_open_zipped_read_close(*argv, &len);
406 map = xmalloc_open_zipped_read_close(mapfilename, &len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/console-tools/
H A Dloadfont.c305 // xmalloc_open_zipped_read_close(filename, &len);
389 buffer = xmalloc_open_zipped_read_close(*argv, &len);
406 map = xmalloc_open_zipped_read_close(mapfilename, &len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/console-tools/
H A Dloadfont.c305 // xmalloc_open_zipped_read_close(filename, &len);
389 buffer = xmalloc_open_zipped_read_close(*argv, &len);
406 map = xmalloc_open_zipped_read_close(mapfilename, &len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dread_printf.c357 void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dread_printf.c357 void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dread_printf.c357 void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dlibbb.h670 extern void *xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) FAST_FUNC RETURNS_MALLOC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dlibbb.h670 extern void *xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) FAST_FUNC RETURNS_MALLOC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dlibbb.h670 extern void *xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) FAST_FUNC RETURNS_MALLOC;

Completed in 237 milliseconds

12