Searched defs:tmp_flag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c249 unsigned int tmp_flag; local
264 tmp_flag = exp_op->flag;
270 (*nexp)->flag = tmp_flag;
281 tmp_flag = exp1->flag;
287 (*nexp)->flag = tmp_flag;
316 tmp_flag = exp1->flag;
320 (*nexp)->flag = tmp_flag;
461 unsigned int flag, ftype, fprio, fopnum, tmp_flag; local
615 tmp_flag = exp_op->flag;
618 exp->flag = tmp_flag;
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c347 uint8_t tmp_flag; local
363 tmp_flag = (uint8_t)RT_UNUSED;
364 if ((index = find_route(&tmp_flag, NULL, NULL)) == -1) {

Completed in 66 milliseconds