Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dgetopt.c55 ntp_getopt( in ntp_getopt() function
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtickadj.c58 while ((c = ntp_getopt(argc, argv, "a:qt:")) != EOF) {
266 while ((c = ntp_getopt(argc, argv, "a:Adkpqst:")) != EOF) in main()
H A Dntptime.c117 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) { in main()
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c90 while ((ch = ntp_getopt(argc, argv, "hkrvdfp:")) != EOF) { in main()
/netbsd-src/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c152 while ((c = ntp_getopt(argc, argv, "dh:CWG")) != EOF) in main()
H A Dchutest.c99 while ((c = ntp_getopt(argc, argv, "cdfpt")) != EOF) in main()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c355 while ((c = ntp_getopt(argc, argv, "46a:bBde:k:o:p:qst:uv")) != EOF) in ntpdatemain()