gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__atexit_register_cleanup (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/findfp.c - 7.8KB - 239 lines
234:         /* make sure we clean up on exit */
235:         __atexit_register_cleanup(_cleanup); /* conservative */
236:         __sF[0] = sF[0]; __sF[1] = sF[1]; __sF[2] = sF[2]; __sdidinit = 1;
bsd_source/lib/libc/src_bsd/stdio/makebuf.c - 3.8KB - 107 lines
67:         }
68:         __atexit_register_cleanup(_cleanup);
69:         flags |= __SMBF;
bsd_source/lib/libc/src_bsd/stdio/setvbuf.c - 5.6KB - 154 lines
150:         FUNLOCKFILE(fp);
151:         __atexit_register_cleanup(_cleanup);
152: