Searched refs:t_pathrel (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/common/ |
D | path.c | 6 char *t_pathrel(char *buf, size_t n, char *argv0, char *p) in t_pathrel() function
|
D | test.h | 25 char *t_pathrel(char *buf, size_t n, char *argv0, char *p);
|
/third_party/musl/libc-test/src/functional/ |
D | tls_init_dlopen.c | 12 t_pathrel(buf, sizeof buf, argv[0], "libtls_init_dso.so"); in main()
|
D | tls_align_dlopen.c | 16 t_pathrel(buf, sizeof buf, argv[0], "libtls_align_dso.so"); in main()
|
D | dlclose_reset.c | 25 if(!t_pathrel(buf, sizeof buf, argv[0], "libdlclose_reset_dso.so")) { in main()
|
D | dlopen_ns.c | 272 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()
|
D | atexit_dlclose.c | 42 if(!t_pathrel(buf, sizeof(buf), exe, TEST_DSO)) { in fork_main()
|
D | dlopen.c | 226 if (!t_pathrel(buf, sizeof buf, argv[0], "libdlopen_dso.so")) { in main()
|