Searched defs:F_SETFL (Results 1 - 4 of 4) sorted by path

/freebsd-10.0-release/bin/sh/
H A Dshow.c404 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); local
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_client.c1655 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
1669 (void)fcntl(fileno(stdin), F_SETFL, 0); local
H A Ds_server.c2156 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
2162 (void)fcntl(fileno(stdin), F_SETFL, 0); local
/freebsd-10.0-release/sys/sys/
H A Dfcntl.h213 #define F_SETFL 4 /* set file status flags */ macro

Completed in 109 milliseconds