Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_as2201.c102 static char stat_command[][30] = { variable
336 octets = strlen(stat_command[up->index]); in as2201_receive()
340 memcpy(up->lastptr, stat_command[up->index], octets); in as2201_receive()
343 (void)write(pp->io.fd, stat_command[up->index], in as2201_receive()
344 strlen(stat_command[up->index])); in as2201_receive()
346 if (*stat_command[up->index] == '\0') in as2201_receive()