OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_config
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c
193
scan = &
remote_config
.buffer[
remote_config
.pos];
204
remote_config
.pos = (int)(scan -
remote_config
.buffer);
ntp_control.c
3556
snprintf(
remote_config
.err_msg,
3557
sizeof(
remote_config
.err_msg),
3559
ctl_putdata(
remote_config
.err_msg,
3560
strlen(
remote_config
.err_msg), 0);
3573
if (data_count > sizeof(
remote_config
.buffer) - 2) {
3574
snprintf(
remote_config
.err_msg,
3575
sizeof(
remote_config
.err_msg),
3577
ctl_putdata(
remote_config
.err_msg,
3578
strlen(
remote_config
.err_msg), 0);
3587
snprintf(
remote_config
.err_msg
[
all
...]
ntp_parser.y
1852
retval = snprintf(
remote_config
.err_msg +
remote_config
.err_pos,
1853
sizeof
remote_config
.err_msg -
remote_config
.err_pos,
1859
remote_config
.err_pos += retval;
1862
++
remote_config
.no_errors;
ntp_config.c
214
struct REMOTE_CONFIG_INFO
remote_config
; /* Remote configuration buffer and
variable in typeref:struct:REMOTE_CONFIG_INFO
/src/external/bsd/ntp/dist/include/
ntp_config.h
345
extern struct REMOTE_CONFIG_INFO
remote_config
;
Completed in 18 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026