Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsm_resolve.c51 static struct stot struct
55 } stot[] = variable
90 struct stot *p = stot;
92 for (p = stot; p->st_name != NULL; p++)
113 struct stot *p = stot;
115 for (p = stot; p->st_name != NULL; p++)
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1557 struct storage *cond, *stot = NULL, *stof = NULL; in emit_conditional_expr() local
1566 stot = x86_expression(expr->cond_true); in emit_conditional_expr()
1568 emit_copy(new, stot, expr->ctype); in emit_conditional_expr()
1586 struct storage *stot = x86_expression(expr->cond_true); in emit_select_expr() local
1593 reg_true = get_reg_value(stot, get_regclass(expr)); in emit_select_expr()