HomeSort by: relevance | last modified time | path
    Searched refs:_cleanup (Results 1 - 6 of 6) sorted by relevancy

  /src/games/sail/
array.h 145 void ARRAY##_cleanup(struct ARRAY *a); \
163 ARRAY##_cleanup(struct ARRAY *a) \
184 ARRAY##_cleanup(a); \
  /src/lib/libc/stdio/
findfp.c 201 * exit() calls _cleanup() through *__cleanup, set whenever we
205 * The name `_cleanup' is, alas, fairly well known outside stdio.
208 _cleanup(void) function
226 __cleanup = _cleanup; /* conservative */
local.h 58 extern void _cleanup(void);
makebuf.c 141 __cleanup = _cleanup;
setvbuf.c 170 __cleanup = _cleanup;
  /src/dist/pf/sbin/pfctl/
pfctl_table.c 352 goto _cleanup;
356 _cleanup:

Completed in 20 milliseconds