Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c209 ATF_TC_WITHOUT_HEAD(custom_path);
210 ATF_TC_BODY(custom_path, tc) in ATF_TC_BODY() argument
225 char *custom_path; in helper_change_basenames() local
237 custom_path = generate_varrun_pidfile("custom-basename"); in helper_change_basenames()
242 check_pidfile(custom_path); in helper_change_basenames()
246 check_pidfile(custom_path); in helper_change_basenames()
248 free(custom_path); in helper_change_basenames()
261 char *custom_path; in ATF_TC_BODY() local
266 custom_path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY()
269 ensure_deleted(custom_path); in ATF_TC_BODY()
[all …]