Searched refs:sFirstThreeDigits (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_jjy.c | 2740 char sLog [ 80 ], sFirstThreeDigits [ 4 ] ; in jjy_start_telephone() local 2776 if ( iFirstThreeDigitsCount < sizeof(sFirstThreeDigits)-1 ) { in jjy_start_telephone() 2777 sFirstThreeDigits[iFirstThreeDigitsCount++] = sys_phone[0][i] ; in jjy_start_telephone() 2795 sFirstThreeDigits[iFirstThreeDigitsCount] = 0 ; in jjy_start_telephone() 2812 if ( strncmp( sFirstThreeDigits + iCommaPosition, "00" , 2 ) == 0 in jjy_start_telephone() 2813 || strncmp( sFirstThreeDigits + iCommaPosition, "10" , 2 ) == 0 in jjy_start_telephone() 2814 || strncmp( sFirstThreeDigits + iCommaPosition, "11" , 2 ) == 0 in jjy_start_telephone() 2815 || strncmp( sFirstThreeDigits + iCommaPosition, "12" , 2 ) == 0 in jjy_start_telephone() 2816 || strncmp( sFirstThreeDigits + iCommaPosition, "171", 3 ) == 0 in jjy_start_telephone() 2817 || strncmp( sFirstThreeDigits + iCommaPosition, "177", 3 ) == 0 in jjy_start_telephone() [all …]
|