Searched refs:got (Results 1 - 2 of 2) sorted by relevance
/sendmail/libsm/ |
H A D | t-match.c | 18 got = sm_match(str, pat); \ 19 if (!SM_TEST(got == want)) \ 22 str, pat, got ? "true" : "false"); 29 bool got; local
|
/sendmail/sendmail/ |
H A D | usersmtp.c | 249 /* got a 421 error code during startup */ 855 int i, r, l, got, ret; local 881 got = 0; 931 got |= 1 << r; 948 got |= 1 << r; 960 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) && 961 bitset(SASL_PASSWORD_BIT, got))) 965 if (!bitset(SASL_AUTHID_BIT, got)) 976 if (!bitset(SASL_USER_BIT, got))
|
Completed in 1087 milliseconds