OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pidlist
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/gen/
popen.c
73
} *
pidlist
;
variable in typeref:struct:pid *
127
for (old =
pidlist
; old; old = old->next)
174
cur->next =
pidlist
;
175
pidlist
= cur;
278
for (last = NULL, cur =
pidlist
; cur; last = cur, cur = cur->next)
291
pidlist
= cur->next;
popen.c
73
} *
pidlist
;
variable in typeref:struct:pid *
127
for (old =
pidlist
; old; old = old->next)
174
cur->next =
pidlist
;
175
pidlist
= cur;
278
for (last = NULL, cur =
pidlist
; cur; last = cur, cur = cur->next)
291
pidlist
= cur->next;
popen.c
73
} *
pidlist
;
variable in typeref:struct:pid *
127
for (old =
pidlist
; old; old = old->next)
174
cur->next =
pidlist
;
175
pidlist
= cur;
278
for (last = NULL, cur =
pidlist
; cur; last = cur, cur = cur->next)
291
pidlist
= cur->next;
popen.c
73
} *
pidlist
;
variable in typeref:struct:pid *
127
for (old =
pidlist
; old; old = old->next)
174
cur->next =
pidlist
;
175
pidlist
= cur;
278
for (last = NULL, cur =
pidlist
; cur; last = cur, cur = cur->next)
291
pidlist
= cur->next;
Completed in 42 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025