Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntp_libopts.h11 extern int ntpOptionProcess(tOptions *pOpts, int argc,
/freebsd-13.1/contrib/ntp/libntp/
H A Dntp_libopts.c27 ntpOptionProcess( in ntpOptionProcess() function
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd.c396 optct = ntpOptionProcess(&ntpdOptions, *pargc, *pargv); in parse_cmdline_opts()
/freebsd-13.1/contrib/ntp/sntp/
H A Dmain.c152 optct = ntpOptionProcess(&sntpOptions, argc, argv); in sntp_main()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c309 int optct = ntpOptionProcess(&ntpdcOptions, argc, argv); in ntpdcmain()
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen.c369 optct = ntpOptionProcess(&ntp_keygenOptions, argc, argv); in main()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.c559 int optct = ntpOptionProcess(&ntpqOptions, argc, argv); in ntpqmain()
/freebsd-13.1/contrib/ntp/
H A DCommitLog127797 Quiet -Wcast-align warnings in ntpOptionProcess const-silliness workaround.
128416 use ntpOptionProcess() to get verbose --version output.
135949 new wrapper ntpOptionProcess() makes --version output more verbose.
135957 new wrapper ntpOptionProcess() makes --version output more verbose.