Searched refs:lc (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dusersmtp.c727 int lc; local
802 lc = 0;
803 while (lc <= SASL_MECHLIST &&
808 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
809 if ((s = strchr((*sai)[lc], '\n')) != NULL)
811 lc++;
818 if (lc < SASL_PASSWORD)
823 sasl_info_name[lc + 1], filename);
H A Dreadcf.c988 char *lc; local
1001 lc = macvalue(macid("{sendmailMTACluster}"), CurEnv);
1002 if (lc == NULL)
1003 lc = "";
1006 expand(lc, lcbuf, sizeof(lcbuf), CurEnv);
1007 lc = lcbuf;
1013 mn, lc, jbuf);
H A Dmap.c3928 char *lc; local
3940 lc = macvalue(macid("{sendmailMTACluster}"), CurEnv);
3941 if (lc == NULL)
3942 lc = "";
3945 expand(lc, lcbuf, sizeof(lcbuf), CurEnv);
3946 lc = lcbuf;
3951 lc, jbuf);

Completed in 661 milliseconds