Searched refs:fl_flag_0 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c62 static int fl_flag_0; variable
659 if (!(fl_flag_0 & O_NONBLOCK))
660 fcntl(fd, F_SETFL, fl_flag_0 | O_NONBLOCK);
662 if (!(fl_flag_0 & O_NONBLOCK))
663 fcntl(fd, F_SETFL, fl_flag_0);
867 fl_flag_0 = fcntl(0, F_GETFL);

Completed in 50 milliseconds