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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c2995 parsectl_t tmp_ctl; local
3261 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS5;
3265 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS6;
3269 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS7;
3273 tmp_ctl.parsesetcs.parse_cs = PARSE_IO_CS8;
3277 if (!PARSE_SETCS(parse, &tmp_ctl))
3284 strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3285 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl
[all...]

Completed in 36 milliseconds