HomeSort by: relevance | last modified time | path
    Searched refs:pgrep (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/pkill/
t_pgrep.sh 33 atf_require_prog pgrep
55 pgrep -l t0123456 >OUT ; # should find the process
56 pgrep -l beef >>OUT ; # should find the process
60 pgrep -l t0123456 >>OUT ; # should find the process
61 pgrep -l beef >>OUT ; # should find nothing
66 # note that pgrep -l only ever prints p_comm which is of limited sicze
  /src/usr.bin/pkill/
Makefile 8 LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
10 MLINKS+=pkill.1 pgrep.1
pkill.c 89 static int pgrep; variable in typeref:typename:int
133 if (strcmp(getprogname(), "pgrep") == 0) {
135 pgrep = 1;
212 if (!pgrep)
234 if (!pgrep)
477 if (pgrep)
  /src/tests/net/altq/
t_cbq.sh 106 pgrep -x altqd | grep -q $pid
111 $DEBUG && pgrep -x altqd

Completed in 11 milliseconds