/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
atexit.h | 39 void *fn_arg; /* argument for CXA callback */ member in struct:atexit::atexit_fn
|
atexit.c | 95 fnp->fn_arg = arg; 141 (*fn.fn_ptr)(fn.fn_arg); 196 p->fns[0].fn_arg = NULL;
|
/external/libsepol/include/sepol/ |
interfaces.h | 41 void *fn_arg), void *arg);
|
nodes.h | 38 void *fn_arg), void *arg);
|
ports.h | 38 void *fn_arg), void *arg);
|
booleans.h | 57 void *fn_arg), void *arg);
|
users.h | 55 void *fn_arg), void *arg);
|
/external/libsepol/src/ |
booleans.c | 181 void *fn_arg), void *arg)
|
interfaces.c | 240 void *fn_arg), void *arg)
|
nodes.c | 348 void *fn_arg), void *arg)
|
ports.c | 279 void *fn_arg), void *arg)
|
users.c | 348 void *fn_arg), void *arg)
|