Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/common/
Dpath.c6 char *t_pathrel(char *buf, size_t n, char *argv0, char *p) in t_pathrel() function
Dtest.h25 char *t_pathrel(char *buf, size_t n, char *argv0, char *p);
/third_party/musl/libc-test/src/functional/
Dtls_init_dlopen.c12 t_pathrel(buf, sizeof buf, argv[0], "libtls_init_dso.so"); in main()
Dtls_align_dlopen.c16 t_pathrel(buf, sizeof buf, argv[0], "libtls_align_dso.so"); in main()
Ddlclose_reset.c25 if(!t_pathrel(buf, sizeof buf, argv[0], "libdlclose_reset_dso.so")) { in main()
Ddlopen_ns.c272 if (!t_pathrel(buf, sizeof buf, argv[0], "libdlopen_ns_dso.so")) { in main()
277 if (!t_pathrel(path, sizeof path, argv[0], "")) { in main()
Datexit_dlclose.c42 if(!t_pathrel(buf, sizeof(buf), exe, TEST_DSO)) { in fork_main()
Ddlopen.c226 if (!t_pathrel(buf, sizeof buf, argv[0], "libdlopen_dso.so")) { in main()