Searched refs:try (Results 1 - 3 of 3) sorted by relevance
/sendmail/libsm/ |
H A D | t-match.c | 17 #define try(str, pat, want) \ macro 33 try("foo", "foo", true); 34 try("foo", "bar", false); 35 try("foo[bar", "foo[bar", true); 36 try("foo[bar]", "foo[bar]", false); 37 try("foob", "foo[bar]", true); 38 try("a-b", "a[]-]b", true); 39 try("abcde", "a*e", true); 40 try("[", "[[]", true); 41 try(" [all...] |
/sendmail/sendmail/ |
H A D | sfsasl.c | 511 ** We try to get the "raw" file descriptor that TLS uses to 722 int r, rfd, wfd, try, ssl_err; local 727 try = 99; 751 try = tls_retry(so->con, rfd, wfd, tlsstart, 755 if (try > 0) 782 if (errno == EAGAIN && try > 0) 801 if (try == 0 && save_errno == SM_ERR_TIMEOUT) 811 if (save_errno == EAGAIN && try > 0) 818 ERR_error_string(ERR_get_error(), NULL), try, 824 err, r, errno, try, ssl_er 851 int r, rfd, wfd, try, ssl_err; local [all...] |
/sendmail/contrib/ |
H A D | expn.pl | 89 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try 163 # look it up, or try for an mx. 167 # if we can't get an A record, try for an MX record. 235 # try the users, one by one 488 # Undo a previous fallback so that we can try again 575 # So, what do we do? We try everything! 788 # The first try must always be to cut the domain part out of 791 # A reasonable second try is to tack the whole server part onto 1331 will try harder.
|
Completed in 146 milliseconds