Searched refs:commandLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ntp/tests/ntpd/
H A Drc_cmdlength.c17 size_t length, commandLength; local
24 commandLength = remoteconfig_cmdlength(command1, command1+length);
25 TEST_ASSERT_EQUAL(14, commandLength );
28 commandLength = remoteconfig_cmdlength(command2, command2+length);
29 TEST_ASSERT_EQUAL(14, commandLength );
32 commandLength = remoteconfig_cmdlength(command3, command3+length);
33 TEST_ASSERT_EQUAL(6, commandLength );
36 commandLength = remoteconfig_cmdlength(command4, command4+length);
37 TEST_ASSERT_EQUAL(16, commandLength );
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c1122 int commandLength ; member in struct:__anon4153
1344 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
1397 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
1976 int commandLength ; member in struct:__anon4154
2225 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2277 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2652 int commandLength ; member in struct:__anon4155
3343 iLen = teljjy_command_sequence[up->iClockCommandSeq].commandLength ;

Completed in 28 milliseconds