Searched refs:ntp_getopt (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/ntp/libntp/ |
| H A D | getopt.c | 53 ntp_getopt( in ntp_getopt() function
|
| /freebsd/contrib/ntp/util/ |
| H A D | tickadj.c | 56 while ((c = ntp_getopt(argc, argv, "a:qt:")) != EOF) { 264 while ((c = ntp_getopt(argc, argv, "a:Adkpqst:")) != EOF) in main()
|
| H A D | ntptime.c | 115 while ((ch = ntp_getopt(argc, argv, optargs)) != EOF) { in main()
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 104 extern int ntp_getopt (int, char **, const char *);
|
| /freebsd/contrib/ntp/adjtimed/ |
| H A D | adjtimed.c | 88 while ((ch = ntp_getopt(argc, argv, "hkrvdfp:")) != EOF) { in main()
|
| /freebsd/contrib/ntp/clockstuff/ |
| H A D | propdelay.c | 150 while ((c = ntp_getopt(argc, argv, "dh:CWG")) != EOF) in main()
|
| H A D | chutest.c | 97 while ((c = ntp_getopt(argc, argv, "cdfpt")) != EOF) in main()
|
| /freebsd/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 353 while ((c = ntp_getopt(argc, argv, "46a:bBde:k:o:p:qst:uv")) != EOF) in ntpdatemain()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |