OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xpath
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_ppsdev.c
417
char *
xpath
= findMatchingPpsDev(ttyfd);
local
418
if (
xpath
&& *
xpath
) {
419
retfd = open(
xpath
, omode, oflags);
421
xpath
, (retfd != -1 ? "succeeded" : "failed"));
423
free(
xpath
);
Completed in 24 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026