Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/rtld-elf/
H A Drtld_printf.h36 int rtld_snprintf(char *buf, size_t bufsize, const char *fmt, ...)
H A Drtld_printf.c436 rtld_snprintf(char *buf, size_t bufsize, const char *fmt, ...) in rtld_snprintf() function
H A Drtld.c3172 if (rtld_snprintf(found, len, "#%d/%s", dirfd, name) < 0) { in search_library_pathfds()