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

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dt-exc.c87 SM_TEST(x == 2 && exc->exc_argv[0].v_int == 17);
88 if (!(x == 2 && exc->exc_argv[0].v_int == 17))
92 x, exc->exc_argv[0].v_int);
114 SM_TEST(x == 5 && exc->exc_argv[0].v_int == 94);
115 if (!(x == 5 && exc->exc_argv[0].v_int == 94))
119 x, exc->exc_argv[0].v_int);
H A Dexc.c110 exc->exc_argv[i].v_int);
159 int err = exc->exc_argv[0].v_int;
280 argv[i].v_int = SM_VA_ARG(ap, int);
/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dexc.h60 int v_int; member in union:sm_val

Completed in 105 milliseconds