Lines Matching defs:buffer
72 char *buffer = NULL; in read_file_alloc() local
186 static int validate_int_parse(const char *buffer, size_t count, char *end) in validate_int_parse()
212 static int parse_bounded_int(const char *buffer, size_t count, intmax_t *result, in parse_bounded_int()
236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint()
260 int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base) in parse_intmax()
265 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) in parse_uintmax()
270 int parse_int(const char *buffer, size_t count, int *result, int base) in parse_int()
279 int parse_uint(const char *buffer, size_t count, unsigned int *result, int base) in parse_uint()
288 int parse_long(const char *buffer, size_t count, long *result, int base) in parse_long()
297 int parse_ulong(const char *buffer, size_t count, unsigned long *result, int base) in parse_ulong()
309 char buffer[32] = {0}; in read_long() local
321 char buffer[32] = {0}; in read_ulong() local
334 char buffer[32]; in write_long() local
359 char buffer[32]; in write_ulong() local