Home
last modified time | relevance | path

Searched defs:sizep (Results 1 – 2 of 2) sorted by relevance

/tools/lib/api/fs/
Dfs.c377 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()
/tools/perf/util/
Dtrace-event-info.c46 char buf[BUFSIZ], *sizep; in record_file() local