Home
last modified time | relevance | path

Searched refs:E_asprintf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/openat2/
H A Dhelpers.c59 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()
H A Dhelpers.h74 #define E_asprintf(...) E_func(asprintf, __VA_ARGS__) macro
H A Dresolve_test.c128 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()