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

/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Drc_cmdlength.c19 size_t length, commandLength; local
26 commandLength = remoteconfig_cmdlength(command1, command1+length);
27 TEST_ASSERT_EQUAL(14, commandLength );
30 commandLength = remoteconfig_cmdlength(command2, command2+length);
31 TEST_ASSERT_EQUAL(14, commandLength );
34 commandLength = remoteconfig_cmdlength(command3, command3+length);
35 TEST_ASSERT_EQUAL(6, commandLength );
38 commandLength = remoteconfig_cmdlength(command4, command4+length);
39 TEST_ASSERT_EQUAL(16, commandLength );
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_jjy.c1142 int commandLength ; member in struct:__anon8
1394 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
1449 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
2028 int commandLength ; member in struct:__anon9
2277 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2329 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2704 int commandLength ; member in struct:__anon10
3397 iLen = teljjy_command_sequence[up->iClockCommandSeq].commandLength ;

Completed in 194 milliseconds