OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initfdflags
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c
183
static int
initfdflags
= -1; /* Initial file descriptor flags for ppp_fd */
variable
458
if ((
initfdflags
= fcntl(fd, F_GETFL)) == -1
459
|| fcntl(fd, F_SETFL,
initfdflags
| O_NONBLOCK) == -1) {
527
if (
initfdflags
!= -1 && fcntl(fd, F_SETFL,
initfdflags
) < 0)
531
initfdflags
= -1;
Completed in 20 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026