Searched refs:pgrep (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/adv_cmds-153/xcodescripts/
H A Dvariant_links.sh10 ln ${DSTROOT}/usr/bin/pkill ${DSTROOT}/usr/bin/pgrep
11 ln ${DSTROOT}/usr/share/man/man1/pkill.1 ${DSTROOT}/usr/share/man/man1/pgrep.1
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpgrep.c62 pgrep(FILE *in, char *name) function
122 fprintf(stderr, "Usage: pgrep [-Vchilnsvx] pattern [file] ...\n");
168 fprintf(stderr, "pgrep: unknown option %c\n", s[-1]);
183 fprintf(stderr, "pgrep: error in regex at offset %d: %s\n", errptr, error);
192 fprintf(stderr, "pgrep: error while studing regex: %s\n", error);
198 if (i >= argc) return pgrep(stdin, NULL);
216 int frc = pgrep(in, filenames? argv[i] : NULL);
/macosx-10.9.5/adv_cmds-153/pkill/
H A Dpkill.c117 static int pgrep; variable
191 if (strcmp(getprogname(), "pgrep") == 0) {
193 pgrep = 1;
249 if (pgrep)
270 if (!pgrep)
283 if (!pgrep)
315 if (!pgrep)
742 if (longfmt && !pgrep) {
756 if (!did_action && !pgrep && longfmt)
768 if (pgrep)
[all...]

Completed in 126 milliseconds