Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c87 static const char *path_fullpath(const path_t *);
281 warn("opendir(%s)", path_fullpath(p)); in process_dir()
301 warn("%s", path_fullpath(p)); in process_dir()
314 warn("%s", path_fullpath(p)); in process_dir()
324 warn("stat %s", path_fullpath(p)); in process_dir()
517 warnx("%s: %s", path_fullpath(p), elf_errmsg(eval)); in get_elfinfo()
744 path_fullpath(const path_t *p) in path_fullpath() function