Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/src/stdio/
A D__fdopen.c19 int flags = fcntl(fd, F_GETFL); in __fdopen()
/third_party/ulib/musl/include/
A Dfcntl.h81 #define F_GETFL 3 macro
/third_party/uapp/dash/src/
A Dshow.c399 if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
A Dinput.c193 int flags = fcntl(0, F_GETFL, 0); in preadfd()

Completed in 6 milliseconds