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

/freebsd-10.2-release/contrib/ntp/lib/isc/win32/
H A Dunistd.h27 #define F_SETFL 0 macro
/freebsd-10.2-release/bin/sh/
H A Dshow.c404 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); local
/freebsd-10.2-release/sys/sys/
H A Dfcntl.h211 #define F_SETFL 4 /* set file status flags */ macro
/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_client.c1618 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
1633 (void)fcntl(fileno(stdin), F_SETFL, 0); local
H A Ds_server.c2127 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
2133 (void)fcntl(fileno(stdin), F_SETFL, 0); local

Completed in 52 milliseconds