Home
last modified time | relevance | path

Searched refs:path_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dpath.c24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() argument
30 len = vsnprintf(path_buf, sz, fmt, args); in mkpath()
33 strncpy(path_buf, "/bad-path/", sz); in mkpath()
34 return cleanup_path(path_buf); in mkpath()
H A Dcache.h29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1180 char *path, *path_buf; in dnode_get_path() local
1223 path = path_buf = strdup(path_in); in dnode_get_path()
1224 if (!path_buf) { in dnode_get_path()
1260 free(path_buf); in dnode_get_path()
1292 free(path_buf); in dnode_get_path()