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

/netbsd-6-1-5-RELEASE/tests/lib/libutil/
H A Dt_pidfile.c209 ATF_TC_WITHOUT_HEAD(custom_path); variable
210 ATF_TC_BODY(custom_path, tc)
225 char *custom_path; local
237 custom_path = generate_varrun_pidfile("custom-basename");
242 check_pidfile(custom_path);
246 check_pidfile(custom_path);
248 free(custom_path);
261 char *custom_path; local
266 custom_path = generate_varrun_pidfile("custom-basename");
269 ensure_deleted(custom_path);
309 char *custom_path; local
[all...]

Completed in 103 milliseconds