Searched defs:qtype (Results 1 - 3 of 3) sorted by relevance
/sendmail/contrib/ |
H A D | bitdomain.c | 219 int qtype; local 229 qtype = T_ANY; 233 ret = res_querydomain(host, "", C_IN, qtype, 247 if (qtype == T_ANY) 249 qtype = T_A; 252 else if (qtype == T_A) 254 qtype = T_MX; 318 if (qtype == T_ANY) 319 qtype = T_A; 320 else if (qtype [all...] |
/sendmail/sendmail/ |
H A D | domain.c | 787 int qtype; local 866 qtype = initial; 870 if (qtype == initial) 876 qtype == T_AAAA ? "AAAA" : 878 qtype == T_A ? "A" : 879 qtype == T_MX ? "MX" : 882 ret = res_querydomain(host, *dp, C_IN, qtype, 911 ** attempt with a different qtype may 931 if (qtype == T_AAAA) 933 qtype [all...] |
H A D | main.c | 2522 char qtype[200]; local 2532 qtype[0] = '\0'; 2533 (void) sm_strlcpyn(qtype, sizeof(qtype), 4, 2538 sm_setproctitle(true, CurEnv, qtype);
|
Completed in 44 milliseconds