Home
last modified time | relevance | path

Searched refs:pgrep (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/bin/pkill/tests/
H A DMakefile5 TAP_TESTS_SH= pgrep-F_test
6 TAP_TESTS_SH+= pgrep-LF_test
7 TAP_TESTS_SH+= pgrep-P_test
8 TAP_TESTS_SH+= pgrep-U_test
9 TAP_TESTS_SH+= pgrep-_g_test
10 TAP_TESTS_SH+= pgrep-_s_test
11 TAP_TESTS_SH+= pgrep-g_test
12 TAP_TESTS_SH+= pgrep-i_test
13 TAP_TESTS_SH+= pgrep-j_test
16 TAP_TESTS_SH+= pgrep-l_test
[all …]
H A Dpgrep-_s_test.sh11 pid=`pgrep -Sx idle`
17 pid=`pgrep -x idle`
H A Dpgrep-LF_test.sh15 pid=`pgrep -f -L -F $pidfile $sleep`
28 pgrep -f -L -F $pidfile $sleep 2>/dev/null
H A Dpgrep-t_test.sh24 pid=`pgrep -f -t $tty $sleep`
30 pid=`pgrep -f -t $ttyshort $sleep`
H A Dpgrep-s_test.sh15 pid=`pgrep -f -s $sid $sleep`
30 pid=`pgrep -f -s 0 $sleep`
H A Dpgrep-g_test.sh15 pid=`pgrep -f -g $pgrp $sleep`
30 pid=`pgrep -f -g 0 $sleep`
H A Dpgrep-U_test.sh15 pid=`pgrep -f -U $ruid $sleep`
31 pid=`pgrep -f -U $ruid $sleep`
H A Dpgrep-_g_test.sh15 pid=`pgrep -f -G $rgid $sleep`
31 pid=`pgrep -f -G $rgid $sleep`
H A Dpgrep-P_test.sh15 pid=`pgrep -f -P $ppid $sleep`
H A Dpgrep-n_test.sh16 pid=`pgrep -f -n $sleep`
H A Dpgrep-o_test.sh16 pid=`pgrep -f -o $sleep`
H A Dpgrep-i_test.sh17 pid=`pgrep -f -i $lsleep`
H A Dpgrep-F_test.sh16 pid=`pgrep -f -F $pidfile $sleep`
/freebsd-12.1/bin/pkill/
H A DMakefile11 LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep
12 MLINKS= pkill.1 pgrep.1
20 SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep
H A Dpkill.c102 static int pgrep; variable
153 pgrep = 1; in main()
203 if (pgrep) in main()
221 if (!pgrep) in main()
237 if (!pgrep) in main()
267 if (!pgrep) in main()
563 if (longfmt && !pgrep) { in main()
573 if (rv && pgrep && !quiet) in main()
587 if (pgrep) in usage()
607 assert(pgrep); in show_process()
[all …]
/freebsd-12.1/share/examples/hast/
H A Ducarp_up.sh50 pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1 || break
53 if pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1; then
H A Ducarp_down.sh51 pgid=`pgrep -f ucarp_up.sh | head -1`
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_004_pos.ksh73 sndpid=$(pgrep -P $rcvpid)
/freebsd-12.1/rescue/rescue/
H A DMakefile69 CRUNCH_ALIAS_pkill= pgrep
/freebsd-12.1/tests/sys/cddl/zfs/include/
H A Dcommands.txt129 /bin/pgrep
/freebsd-12.1/gnu/usr.bin/grep/
H A DChangeLog897 * doc/grep.1, doc/grep.texi: Remove pgrep program.
901 * src/grep.c (main): Rename matcher from "pgrep" to "perl".
931 * src/Makefile.am(bin_PROGRAMS): added pgrep and new macro
934 to support PCRE. Update matcher[] array for pgrep.