Home
last modified time | relevance | path

Searched refs:sFirstThreeDigits (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_jjy.c2696 char sLog [ 80 ], sFirstThreeDigits [ 4 ] ; in jjy_start_telephone() local
2732 if ( iFirstThreeDigitsCount < sizeof(sFirstThreeDigits)-1 ) { in jjy_start_telephone()
2733 sFirstThreeDigits[iFirstThreeDigitsCount++] = sys_phone[0][i] ; in jjy_start_telephone()
2751 sFirstThreeDigits[iFirstThreeDigitsCount] = 0 ; 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()
2773 || strncmp( sFirstThreeDigits + iCommaPosition, "177", 3 ) == 0 in jjy_start_telephone()
[all …]