Searched refs:E_asprintf (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/openat2/ ! |
D | helpers.c | 59 E_asprintf(&tmp, "/proc/self/fd/%d", fd); in fdreadlink() 80 E_asprintf(&other, "%s", dfdpath); in fdequal() 82 E_asprintf(&other, "%s", path); in fdequal() 84 E_asprintf(&other, "%s/%s", dfdpath, path); in fdequal()
|
D | helpers.h | 74 #define E_asprintf(...) E_func(asprintf, __VA_ARGS__) macro
|
D | resolve_test.c | 128 E_asprintf(&procselfexe, "/proc/%d/exe", getpid()); in test_openat2_opath_tests() 133 E_asprintf(&hardcoded_fdpath, "self/fd/%d", hardcoded_fd); in test_openat2_opath_tests()
|