Lines Matching full:custom
176 if (pidfile("custom-basename") == -1) in helper_custom_basename()
177 errx(EXIT_FAILURE, "Failed to create pidfile with custom " in helper_custom_basename()
193 path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY()
237 custom_path = generate_varrun_pidfile("custom-basename"); in helper_change_basenames()
238 if (pidfile("custom-basename") == -1) in helper_change_basenames()
239 errx(EXIT_FAILURE, "Failed to create pidfile with custom " in helper_change_basenames()
243 if (pidfile("custom-basename") == -1) in helper_change_basenames()
244 errx(EXIT_FAILURE, "Failed to recreate pidfile with custom " in helper_change_basenames()
266 custom_path = generate_varrun_pidfile("custom-basename"); in ATF_TC_BODY()
312 custom_path = generate_varrun_pidfile("custom-basename"); in helper_mix()
323 if (pidfile("custom-basename") == -1) in helper_mix()
327 ensure_deleted("./custom-basename"); in helper_mix()