Searched refs:qtype (Results 1 - 4 of 4) sorted by relevance

/sendmail/contrib/
H A Dcidrexpand76 my $qtype='';
85 elsif ($qtype eq '' && $ch eq '#')
90 elsif ($qtype ne '' && $ch eq $qtype)
92 $qtype = '';
94 elsif ($qtype eq '' && $ch =~ /[\'\"]/)
96 $qtype = $ch;
H A Dbitdomain.c219 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 Ddomain.c787 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 Dmain.c2522 char qtype[200]; local
2532 qtype[0] = '\0';
2533 (void) sm_strlcpyn(qtype, sizeof(qtype), 4,
2538 sm_setproctitle(true, CurEnv, qtype);

Completed in 17 milliseconds