Home
last modified time | relevance | path

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

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