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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c2995 parsectl_t tmp_ctl; local
3262 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS5;
3266 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS6;
3270 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS7;
3274 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS8;
3278 if (!PARSE_SETCS(parse, &tmp_ctl))
3285 strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3286 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl
[all...]

Completed in 57 milliseconds