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);
|