Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c76 typedef void * (*path_enum_proc) (const char *path, size_t len, void *arg); typedef
147 static void *path_enumerate(const char *, path_enum_proc, const char *, void *);
3457 path_enumerate(const char *path, path_enum_proc callback, in path_enumerate()