Searched refs:iCommaPosition (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_jjy.c | 2697 int iNumberOfDigitsOfPhoneNumber, iCommaCount, iCommaPosition ; in jjy_start_telephone() local 2729 iNumberOfDigitsOfPhoneNumber = iCommaCount = iCommaPosition = iFirstThreeDigitsCount = 0 ; in jjy_start_telephone() 2744 iCommaPosition = i ; in jjy_start_telephone() 2754 if ( iCommaPosition != 1 || *sys_phone[0] != '0' ) { in jjy_start_telephone() 2761 …if ( iNumberOfDigitsOfPhoneNumber - iCommaPosition < 6 || 10 < iNumberOfDigitsOfPhoneNumber - iCom… in jjy_start_telephone() 2768 if ( strncmp( sFirstThreeDigits + iCommaPosition, "00" , 2 ) == 0 in jjy_start_telephone() 2769 || strncmp( sFirstThreeDigits + iCommaPosition, "10" , 2 ) == 0 in jjy_start_telephone() 2770 || strncmp( sFirstThreeDigits + iCommaPosition, "11" , 2 ) == 0 in jjy_start_telephone() 2771 || strncmp( sFirstThreeDigits + iCommaPosition, "12" , 2 ) == 0 in jjy_start_telephone() 2772 || strncmp( sFirstThreeDigits + iCommaPosition, "171", 3 ) == 0 in jjy_start_telephone() [all …]
|