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

/freebsd-10.3-release/bin/pkill/
H A Dpkill.c118 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(ppidlist); variable in typeref:struct:listhead
214 makelist(&ppidlist, LT_GENERIC, optarg);
431 SLIST_FOREACH(li, &ppidlist, li_chain)
434 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {

Completed in 47 milliseconds