Searched refs:cl (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dmacro.c714 ** cl -- the class name.
717 ** true if str can be found in cl.
722 wordinclass(str, cl)
724 int cl;
729 return s != NULL && bitnset(bitidx(cl), s->s_class);
H A Dreadcf.c963 char *cl, *spec; local
982 cl = p;
985 if (strcmp(cl, "LDAP") == 0)
1010 cl = "ldap";
1026 if ((spec = strchr(cl, ':')) == NULL)
1037 mapclass = stab(cl, ST_MAPCLASS, ST_FIND);
1041 mn, cl);
1052 mn, cl, key, spec);

Completed in 93 milliseconds