Home
last modified time | relevance | path

Searched defs:F_GETFL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d105 enum F_GETFL = 3; in version() local
405 enum F_GETFL = 3; in version() local
/netbsd-src/sys/sys/
H A Dfcntl.h182 #define F_GETFL 3 /* get file status flags */ macro