Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d106 enum F_SETFL = 4; in version() local
406 enum F_SETFL = 4; in version() local
/netbsd-src/sys/sys/
H A Dfcntl.h183 #define F_SETFL 4 /* set file status flags */ macro