OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsflags
(Results
1 - 1
of
1
) sorted by null
/external/selinux/policycoreutils/run_init/
open_init_pty.c
181
int
fsflags
= fcntl(fd, F_GETFL);
local
183
if (
fsflags
< 0) {
188
if (fcntl(fd, F_SETFL,
fsflags
| O_NONBLOCK) < 0) {
Completed in 356 milliseconds