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

  /src/usr.bin/pkill/
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)
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)

Completed in 55 milliseconds