Searched defs:maxsz_p (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/libbb/ |
D | read_printf.c | 68 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()
|
D | fgets_str.c | 12 … *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/ |
D | open_transformer.c | 323 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/ |
D | libbb.h | 1013 # define xmalloc_open_zipped_read_close(fname, maxsz_p) xmalloc_open_read_close((fname), (maxsz_p)) argument
|