Home
last modified time | relevance | path

Searched refs:make_cleanup_close (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddefs.h368 extern struct cleanup *make_cleanup_close (int fd);
Dutils.c245 make_cleanup_close (int fd) in make_cleanup_close() function
Dprocfs.c2955 old_chain = make_cleanup_close (fd); in proc_get_LDT_entry()
5424 make_cleanup_close (map_fd); in iterate_over_mappings()
DChangeLog-20004373 * utils.c (make_cleanup_close, do_close_cleanup): New functions.
4374 * defs.h (make_cleanup_close): Add declaration.
4446 (proc_iterate_over_mappings): Use make_cleanup_close.
DChangeLog-20019206 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.