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

/external/kernel-headers/original/asm-generic/
H A Dfcntl.h59 #define F_SETFL 4 /* set file->f_flags */ macro
/external/openssl/apps/
H A Ds_client.c1634 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
1648 (void)fcntl(fileno(stdin), F_SETFL, 0); local
H A Ds_server.c2111 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
2117 (void)fcntl(fileno(stdin), F_SETFL, 0); local

Completed in 131 milliseconds