HomeSort by: relevance | last modified time | path
    Searched refs:pgrep (Results 1 - 5 of 5) 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
133 if (strcmp(getprogname(), "pgrep") == 0) {
135 pgrep = 1;
216 if (!pgrep)
238 if (!pgrep)
481 if (pgrep)
  /src/external/bsd/openldap/dist/tests/scripts/
grandchild_wrapper.py 28 This requires the pgrep utility provided by the procps package on Debian
40 pgrep = await asyncio.create_subprocess_exec(
41 "pgrep", "-o", "--parent", str(child.pid),
44 stdout, _ = await pgrep.communicate()
  /src/tests/net/altq/
t_cbq.sh 106 pgrep -x altqd | grep -q $pid
111 $DEBUG && pgrep -x altqd

Completed in 23 milliseconds