Searched defs:sizep (Results 1 – 2 of 2) sorted by relevance
377 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str()441 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str()491 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str()
46 char buf[BUFSIZ], *sizep; in record_file() local