Searched refs:pgrep (Results 1 – 21 of 21) sorted by relevance
5 TAP_TESTS_SH= pgrep-F_test6 TAP_TESTS_SH+= pgrep-LF_test7 TAP_TESTS_SH+= pgrep-P_test8 TAP_TESTS_SH+= pgrep-U_test9 TAP_TESTS_SH+= pgrep-_g_test10 TAP_TESTS_SH+= pgrep-_s_test11 TAP_TESTS_SH+= pgrep-g_test12 TAP_TESTS_SH+= pgrep-i_test13 TAP_TESTS_SH+= pgrep-j_test16 TAP_TESTS_SH+= pgrep-l_test[all …]
11 pid=`pgrep -Sx idle`17 pid=`pgrep -x idle`
15 pid=`pgrep -f -L -F $pidfile $sleep`28 pgrep -f -L -F $pidfile $sleep 2>/dev/null
24 pid=`pgrep -f -t $tty $sleep`30 pid=`pgrep -f -t $ttyshort $sleep`
15 pid=`pgrep -f -s $sid $sleep`30 pid=`pgrep -f -s 0 $sleep`
15 pid=`pgrep -f -g $pgrp $sleep`30 pid=`pgrep -f -g 0 $sleep`
15 pid=`pgrep -f -U $ruid $sleep`31 pid=`pgrep -f -U $ruid $sleep`
15 pid=`pgrep -f -G $rgid $sleep`31 pid=`pgrep -f -G $rgid $sleep`
15 pid=`pgrep -f -P $ppid $sleep`
16 pid=`pgrep -f -n $sleep`
16 pid=`pgrep -f -o $sleep`
17 pid=`pgrep -f -i $lsleep`
16 pid=`pgrep -f -F $pidfile $sleep`
11 LINKS= ${BINDIR}/pkill ${BINDIR}/pgrep12 MLINKS= pkill.1 pgrep.120 SYMLINKS+= ../..${BINDIR}/pgrep /usr/bin/pgrep
102 static int pgrep; variable153 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 …]
50 pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1 || break53 if pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1; then
51 pgid=`pgrep -f ucarp_up.sh | head -1`
73 sndpid=$(pgrep -P $rcvpid)
69 CRUNCH_ALIAS_pkill= pgrep
129 /bin/pgrep
897 * 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 macro934 to support PCRE. Update matcher[] array for pgrep.