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

/sendmail/libsm/
H A Dniprop.c70 int j, alen, l; local
182 alen = 1;
184 alen += strlen(ninl.ni_namelist_val[j]) + 1;
185 propval = p = sm_malloc(alen);
190 (void) sm_strlcpy(p, ninl.ni_namelist_val[j], alen);
194 alen -= l + 1;
/sendmail/sendmail/
H A Dsrvrsmtp.c4684 ** alen -- authentication identity length.
4697 proxy_policy(conn, context, requested_user, rlen, auth_identity, alen,
4704 unsigned alen;

Completed in 15 milliseconds