Manual Page Result
0
Command: getdtablecount | Section: 2 | Source: OpenBSD | File: getdtablecount.2
GETDTABLECOUNT(2) FreeBSD System Calls Manual GETDTABLECOUNT(2)
NAME
getdtablecount - get descriptor table count
SYNOPSIS
#include <unistd.h>
int
getdtablecount(void);
DESCRIPTION
getdtablecount() returns the number of file descriptors the process
currently has open.
SEE ALSO
getrlimit(2), getdtablesize(3)
HISTORY
The getdtablecount() function appeared in OpenBSD 5.2.
FreeBSD 14.1-RELEASE-p8 May 31, 2015 FreeBSD 14.1-RELEASE-p8