Searched defs:pidfile (Results 1 – 12 of 12) sorted by relevance
79 pidfile(const char *basename) in pidfile() function
705 #define pidfile(x) ((void) 0) macro707 #define pidfile rk_pidfile macro
162 pidfile(const char *path) in pidfile() function
157 pidfile(const char *path) in pidfile() function
104 std::ofstream pidfile(name.c_str()); in test_spawn_blocking_child() local
213 std::ofstream pidfile(name.c_str()); in ATF_TEST_CASE_BODY() local
652 std::ifstream pidfile("pid"); in ATF_TEST_CASE_BODY() local1010 std::ifstream pidfile("pid"); in ATF_TEST_CASE_BODY() local
52 static char *pidfile = NULL; variable
58 static char *pidfile = NULL; variable
98 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1]; member
87 read_pid(const char *pidfile) in read_pid()
101 char *pidfile; /* path to the pid file, if any */ member