HomeSort by: relevance | last modified time | path
    Searched refs:_rtld_expand_path (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ldd/elf64/
Makefile 22 _rtld_expand_path \
  /src/libexec/ld.elf_so/
expand.c 45 size_t _rtld_expand_path(char *, size_t, const char *, const char *,
115 _rtld_expand_path(char *buf, size_t bufsize, const char *execname, function in typeref:typename:size_t
169 size_t n = _rtld_expand_path(buf, sizeof(buf), argv[0], p, ep);
rtld.h 416 size_t _rtld_expand_path(char *, size_t, const char *, const char *,\
paths.c 181 len = _rtld_expand_path(epath, sizeof(epath), execname, bp, ep);

Completed in 13 milliseconds