OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
239
makelist(&
sidlist
, LT_SID, optarg);
412
SLIST_FOREACH(li, &
sidlist
, li_chain)
415
if (SLIST_FIRST(&
sidlist
) != NULL && li == NULL) {
pkill.c
109
static struct listhead
sidlist
= SLIST_HEAD_INITIALIZER(list);
variable in typeref:struct:listhead
239
makelist(&
sidlist
, LT_SID, optarg);
412
SLIST_FOREACH(li, &
sidlist
, li_chain)
415
if (SLIST_FIRST(&
sidlist
) != NULL && li == NULL) {
Completed in 21 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025