Searched refs:iCommaPosition (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_jjy.c | 2741 int iNumberOfDigitsOfPhoneNumber, iCommaCount, iCommaPosition ; in jjy_start_telephone() local 2773 iNumberOfDigitsOfPhoneNumber = iCommaCount = iCommaPosition = iFirstThreeDigitsCount = 0 ; in jjy_start_telephone() 2788 iCommaPosition = i ; in jjy_start_telephone() 2798 if ( iCommaPosition != 1 || *sys_phone[0] != '0' ) { in jjy_start_telephone() 2805 …if ( iNumberOfDigitsOfPhoneNumber - iCommaPosition < 6 || 10 < iNumberOfDigitsOfPhoneNumber - iCom… 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() [all …]
|