Home
last modified time | relevance | path

Searched refs:OModeF (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_ppsdev.c64 static const int OModeF = O_CLOEXEC|O_RDONLY|O_NOCTTY; variable
130 if (-1 == (dfd = openat(rfd, path, OModeF)) || -1 == fstat(dfd, &sb)) in readFileAt()
355 if (-1 == (fdpps = open(dpath, OModeF))) { in findMatchingPpsDev()