closefrom(3) netbsd man page | unix.com

Man Page: closefrom

Operating Environment: netbsd

Section: 3

CLOSEFROM(3)						   BSD Library Functions Manual 					      CLOSEFROM(3)

NAME
closefrom -- delete many descriptors
SYNOPSIS
#include <unistd.h> int closefrom(int fd);
DESCRIPTION
The closefrom() call deletes all descriptors numbered fd and higher from the per-process file descriptor table. It is effectively the same as calling close(2) on each descriptor.
RETURN VALUES
Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and errno is set to indicate the error.
ERRORS
closefrom() will fail if: [EBADF] fd is invalid. [EINTR] An interrupt was received.
SEE ALSO
close(2)
BSD
June 1, 2004 BSD
Related Man Pages
dup(2) - redhat
posix_spawn_file_actions_addclosefrom_np(3c) - opensolaris
close(2) - netbsd
closefrom(3c) - opensolaris
closefrom(3c) - sunos
Similar Topics in the Unix Linux Community
How to install PGX32 on Sparc 10 Ultra?
Vm versus physical linux server
Adding a List of Times
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD
Grep command to show the number of results