Home
last modified time | relevance | path

Searched defs:__cleanup (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h272 typedef struct __cleanup { struct
273 struct __cleanup *next; /* pointer to next handler */ argument
277 } __cleanup_t; argument
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c153 __cleanup(void) /* called at process end to flush ouput streams */ in __cleanup() function