Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fd_is_file
headers/private/kernel/fs/fd.h
93
extern bool fd_is_file(struct file_descriptor* descriptor);
src/system/kernel/fs/fd.cpp
227
if (fd_is_file(descriptor))