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

  /src/usr.bin/pkill/
pkill.c 107 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(list); variable in typeref:struct:listhead
204 makelist(&ppidlist, LT_GENERIC, optarg);
384 SLIST_FOREACH(li, &ppidlist, li_chain)
387 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {
pkill.c 107 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(list); variable in typeref:struct:listhead
204 makelist(&ppidlist, LT_GENERIC, optarg);
384 SLIST_FOREACH(li, &ppidlist, li_chain)
387 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {
pkill.c 107 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(list); variable in typeref:struct:listhead
204 makelist(&ppidlist, LT_GENERIC, optarg);
384 SLIST_FOREACH(li, &ppidlist, li_chain)
387 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {

Completed in 164 milliseconds