Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dstop.pl115 sub read_pid { subroutine
150 my $pid = read_pid($pid_file);
/minix3/external/bsd/bind/dist/bin/tests/system/
H A Dstop.pl122 sub read_pid { subroutine
157 my $pid = read_pid($pid_file);
/minix3/external/bsd/kyua-cli/dist/utils/process/
H A Dchild_test.cpp728 int read_pid; in ATF_TEST_CASE_BODY() local
729 input >> read_pid; in ATF_TEST_CASE_BODY()
732 ATF_REQUIRE_EQ(read_pid, pid); in ATF_TEST_CASE_BODY()
/minix3/external/bsd/dhcpcd/dist/
H A Ddhcpcd.c87 read_pid(const char *pidfile) in read_pid() function
1653 pid = read_pid(ctx.pidfile); in main()
1679 if (read_pid(ctx.pidfile) == 0) in main()
1688 if ((pid = read_pid(ctx.pidfile)) > 0 && in main()