Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dgetopt.c26 char *ntp_optarg; /* Global argument pointer. */ variable
63 ntp_optarg = NULL; in ntp_getopt()
98 ntp_optarg = scan; in ntp_getopt()
103 ntp_optarg = argv[ntp_optind++]; in ntp_getopt()
/freebsd/contrib/ntp/util/
H A Dntptime.c91 extern char *ntp_optarg; in main()
130 ntx.constant = atoi(ntp_optarg); in main()
139 ntx.esterror = atoi(ntp_optarg); in main()
144 ntx.freq = (long)(atof(ntp_optarg) * SCALE_FREQ); in main()
149 ntx.maxerror = atoi(ntp_optarg); in main()
154 ntx.offset = atoi(ntp_optarg); in main()
163 ntx.status = atoi(ntp_optarg); in main()
170 ntx.constant = atoi(ntp_optarg); in main()
H A Dtickadj.c44 extern char *ntp_optarg;
59 if ((i=atoi(ntp_optarg)) > 0) {
65 progname, ntp_optarg);
75 if ((i=atoi(ntp_optarg)) > 0) {
81 progname, ntp_optarg);
269 writetickadj = atoi(ntp_optarg); in main()
274 progname, ntp_optarg); in main()
307 writetick = atoi(ntp_optarg); in main()
312 progname, ntp_optarg); in main()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c363 c = atoi(ntp_optarg); in ntpdatemain()
379 if (!atolfp(ntp_optarg, &tmp) in ntpdatemain()
383 progname, ntp_optarg); in ntpdatemain()
390 key_file = ntp_optarg; in ntpdatemain()
393 sys_version = atoi(ntp_optarg); in ntpdatemain()
396 c = atoi(ntp_optarg); in ntpdatemain()
413 if (!atolfp(ntp_optarg, &tmp)) { in ntpdatemain()
416 progname, ntp_optarg); in ntpdatemain()
/freebsd/contrib/ntp/clockstuff/
H A Dpropdelay.c157 height = atof(ntp_optarg); in main()
160 ntp_optarg); in main()
/freebsd/contrib/ntp/include/
H A Dntp_stdlib.h231 extern char * ntp_optarg; /* global argument pointer */
/freebsd/contrib/ntp/
H A DCommitLog[all...]