Searched defs:F_SETFL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dunistd.h27 #define F_SETFL 0 macro
/freebsd-11-stable/bin/sh/
H A Dshow.c404 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); local
/freebsd-11-stable/sys/sys/
H A Dfcntl.h224 #define F_SETFL 4 /* set file status flags */ macro
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c1827 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); local
1842 (void)fcntl(fileno_stdin(), F_SETFL, 0); local
H A Ds_server.c2359 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); local
2365 (void)fcntl(fileno_stdin(), F_SETFL, 0); local

Completed in 227 milliseconds