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

/freebsd-current/contrib/ntp/libntp/
H A Ddolfptoa.c69 u_int32 digit, tmph, tmpl; local
79 tmph = digit;
83 M_ADD(digit, fpv, tmph, tmpl);
/freebsd-current/sys/kern/
H A Dkern_khelp.c71 struct helper *tmph; local
101 TAILQ_FOREACH(tmph, &helpers, h_next) {
102 if (tmph->h_id < h->h_id) {
103 TAILQ_INSERT_BEFORE(tmph, h, h_next);
120 struct helper *tmph; local
128 TAILQ_FOREACH(tmph, &helpers, h_next) {
129 if (tmph == h) {

Completed in 140 milliseconds