Searched refs:sys_phone (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_acts.c | 401 up->retry, sys_phone[up->retry]); in acts_message() 404 refclock_write(peer, sys_phone[up->retry], in acts_message() 405 strlen(sys_phone[up->retry]), in acts_message() 528 if (sys_phone[up->retry] == NULL) { in acts_timeout() 614 if (sys_phone[up->retry] != NULL) { in acts_close()
|
| H A D | refclock_jjy.c | 2761 if ( sys_phone[0] == NULL ) { in jjy_start_telephone() 2767 if ( sys_phone[1] != NULL ) { in jjy_start_telephone() 2774 for ( i = 0 ; i < strlen( sys_phone[0] ) ; i ++ ) { in jjy_start_telephone() 2775 if ( isdigit( (u_char)sys_phone[0][i] ) ) { in jjy_start_telephone() 2777 sFirstThreeDigits[iFirstThreeDigitsCount++] = sys_phone[0][i] ; in jjy_start_telephone() 2780 } else if ( sys_phone[0][i] == ',' ) { in jjy_start_telephone() 2789 } else if ( sys_phone[0][i] != '-' ) { in jjy_start_telephone() 2798 if ( iCommaPosition != 1 || *sys_phone[0] != '0' ) { in jjy_start_telephone() 2807 …ock_jjy.c : jjy_start_telephone : phone=%s : Number of digits should be 6 to 10.", sys_phone[0] ) ; in jjy_start_telephone() 2820 …ck_jjy.c : jjy_start_telephone : phone=%s : First 2 or 3 digits are not allowed.", sys_phone[0] ) ; in jjy_start_telephone() [all …]
|
| H A D | ntp_config.c | 161 char * sys_phone[MAXPHONE] = {NULL}; /* ACTS phone numbers */ variable 3637 if (i < COUNTOF(sys_phone) - 1) { in config_phone() 3638 sys_phone[i++] = estrdup(sn->s); in config_phone() 3639 sys_phone[i] = NULL; in config_phone() 3643 (COUNTOF(sys_phone) - 1), sn->s); in config_phone()
|
| /src/contrib/ntp/include/ |
| H A D | ntpd.h | 368 extern char *sys_phone[]; /* ACTS phone numbers */
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 229138 [Bug 367]: Bump CONNECT to 20, fix typo accessing sys_phone[]. 229141 [Bug 367]: Bump CONNECT to 20, fix typo accessing sys_phone[].
|