Home
last modified time | relevance | path

Searched refs:pkill (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/bin/pkill/tests/
H A DMakefile24 TAP_TESTS_SH+= pkill-F_test
25 TAP_TESTS_SH+= pkill-LF_test
26 TAP_TESTS_SH+= pkill-P_test
27 TAP_TESTS_SH+= pkill-U_test
28 TAP_TESTS_SH+= pkill-_g_test
29 TAP_TESTS_SH+= pkill-g_test
30 TAP_TESTS_SH+= pkill-i_test
31 TAP_TESTS_SH+= pkill-j_test
34 TAP_TESTS_SH+= pkill-s_test
35 TAP_TESTS_SH+= pkill-t_test
[all …]
H A Dpkill-x_test.sh13 pkill -x slee -P $$
19 pkill -x sleep -P $$
32 pkill -x -f "$sleep " -P $$
38 pkill -x -f "$sleep 5" -P $$
H A Dpkill-j_test.sh45 if pkill -f -j "$jid" $sleep && sleep 0.5 &&
67 if pkill -f -j any $sleep && sleep 0.5 &&
84 if pkill -f -j none "$sleep $sleep_amount" && sleep 1 &&
109 if pkill -f -j "$jname" $sleep && sleep 0.5 &&
H A Dpkill-g_test.sh14 pkill -f -g $pgrp $sleep
31 pkill -f -g 0 $sleep
H A Dpkill-s_test.sh14 pkill -f -s $sid $sleep
31 pkill -f -s 0 $sleep
H A Dpkill-LF_test.sh14 pkill -f -L -F $pidfile $sleep
30 pkill -f -L -F $pidfile $sleep 2>/dev/null
H A Dpkill-t_test.sh23 pkill -f -t $tty $sleep
35 pkill -f -t $ttyshort $sleep
H A Dpkill-U_test.sh14 pkill -f -U $ruid $sleep
32 pkill -f -U $ruid $sleep
H A Dpkill-_g_test.sh14 pkill -f -G $rgid $sleep
32 pkill -f -G $rgid $sleep
H A Dpkill-P_test.sh14 pkill -f -P $ppid $sleep
H A Dpkill-i_test.sh16 pkill -f -i $lsleep
H A Dpkill-F_test.sh15 pkill -f -F $pidfile $sleep
/freebsd-12.1/bin/pkill/
H A DMakefile7 PROG= pkill
11 LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
12 MLINKS= pkill.1 pgrep.1
19 SYMLINKS= ../..${BINDIR}/pkill /usr/bin/pkill
/freebsd-12.1/contrib/pjdfstest/tests/truncate/
H A D11.t21 while ! pkill -0 -f ./${n0}; do
25 pkill -9 -f ./${n0}
/freebsd-12.1/contrib/pjdfstest/tests/open/
H A D20.t21 while ! pkill -0 -f ./${n0}; do
27 pkill -9 -f ./${n0}
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.ksh71 pkill -P $child
H A Dtst.signal.ksh81 pkill -P $child
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh69 pkill -P $$ sleep
/freebsd-12.1/bin/
H A DMakefile28 pkill \
/freebsd-12.1/libexec/rc/
H A Drc.shutdown106 pkill -TERM -P $_rcshutdown_watchdog >/dev/null 2>&1
/freebsd-12.1/libexec/rc/rc.d/
H A Drfcomm_pppd_server80 /bin/pkill -f "^${command}.*[[:space:]]${_profile}\$" || \
H A Dppp112 /bin/pkill -f "^${command}.*[[:space:]]${_ppp_profile}\$" || \
/freebsd-12.1/tests/sys/geom/class/gate/
H A Dggate_test.sh184 pkill -F "$PIDFILE"
/freebsd-12.1/rescue/rescue/
H A DMakefile56 pkill ps pwd realpath rm rmdir setfacl sh sleep stty \
/freebsd-12.1/contrib/tcsh/
H A Dsh.proc.c134 static void pkill (Char **, int);
1431 pkill(++v, SIGSTOP); in dostop()
1491 pkill(v, signum); in dokill()
1495 pkill(Char **v, int signum) in pkill() function

12