Searched defs:__cleanup (Results 1 – 2 of 2) sorted by relevance
272 typedef struct __cleanup { struct273 struct __cleanup *next; /* pointer to next handler */ argument277 } __cleanup_t; argument
153 __cleanup(void) /* called at process end to flush ouput streams */ in __cleanup() function