Searched defs:eq (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c800 int eq; local
825 eq = 0;
836 eq = ( *(nsec3_t *)cp->var == *(nsec3_t *)cp->var2 );
839 eq = ( *(serial_form_t *)cp->var == *(serial_form_t *)cp->var2 );
844 eq = ( *(int *)cp->var == *(int *)cp->var2 );
847 eq = ( *(long *)cp->var == *(long *)cp->var2 );
855 eq = strcmp (p1, p2) == 0;
857 eq = 0;
859 eq = 1;
861 if ( !eq )
[all...]

Completed in 2409 milliseconds