OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sidlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/pkill/
pkill.c
109
static struct listhead
sidlist
= SLIST_HEAD_INITIALIZER(list);
variable in typeref:struct:listhead
243
makelist(&
sidlist
, LT_SID, optarg);
416
SLIST_FOREACH(li, &
sidlist
, li_chain)
419
if (SLIST_FIRST(&
sidlist
) != NULL && li == NULL) {
pkill.c
109
static struct listhead
sidlist
= SLIST_HEAD_INITIALIZER(list);
variable in typeref:struct:listhead
243
makelist(&
sidlist
, LT_SID, optarg);
416
SLIST_FOREACH(li, &
sidlist
, li_chain)
419
if (SLIST_FIRST(&
sidlist
) != NULL && li == NULL) {
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026