HomeSort by: relevance | last modified time | path
    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