OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ah_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
atexit.c
45
struct atexit_handler *
ah_next
;
member in struct:atexit_handler
99
if (ah->ah_atexit == NULL && ah->
ah_next
== NULL) {
168
ah->
ah_next
= atexit_handler_stack;
230
*prevp = ah->
ah_next
;
232
ah->
ah_next
= NULL;
234
ah->
ah_next
= dead_handlers;
238
prevp = &ah->
ah_next
;
240
prevp = &ah->
ah_next
;
253
dead_handlers = ah->
ah_next
;
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
1273
u_char
ah_next
;
member in struct:authhdr
Completed in 37 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025