Home
last modified time | relevance | path

Searched defs:maxsz_p (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dread_printf.c68 char* FAST_FUNC xmalloc_reads(int fd, size_t *maxsz_p) in xmalloc_reads()
105 void* FAST_FUNC xmalloc_read_with_initial_buf(int fd, size_t *maxsz_p, char *buf, size_t total) in xmalloc_read_with_initial_buf()
148 void* FAST_FUNC xmalloc_read(int fd, size_t *maxsz_p) in xmalloc_read()
161 void* FAST_FUNC xmalloc_open_read_close(const char *filename, size_t *maxsz_p) in xmalloc_open_read_close()
200 void* FAST_FUNC xmalloc_open_read_close(const char *filename, size_t *maxsz_p) in xmalloc_open_read_close()
232 void* FAST_FUNC xmalloc_xopen_read_close(const char *filename, size_t *maxsz_p) in xmalloc_xopen_read_close()
Dfgets_str.c12 … *xmalloc_fgets_internal(FILE *file, const char *terminating_string, int chop_off, size_t *maxsz_p) in xmalloc_fgets_internal()
70 char* FAST_FUNC xmalloc_fgets_str_len(FILE *file, const char *terminating_string, size_t *maxsz_p) in xmalloc_fgets_str_len()
/busybox-1.35.0/archival/libarchive/
Dopen_transformer.c323 void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_p) in xmalloc_open_zipped_read_close()
/busybox-1.35.0/include/
Dlibbb.h1013 # define xmalloc_open_zipped_read_close(fname, maxsz_p) xmalloc_open_read_close((fname), (maxsz_p)) argument