Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2997 parsectl_t tmp_ctl; in parse_start() local
3276 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS5; in parse_start()
3280 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS6; in parse_start()
3284 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS7; in parse_start()
3288 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS8; in parse_start()
3292 if (!PARSE_SETCS(parse, &tmp_ctl)) in parse_start()
3299 …strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat… in parse_start()
3300 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer); in parse_start()
3302 if (!PARSE_SETFMT(parse, &tmp_ctl)) in parse_start()