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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dniprop.c77 ni_namelist ninl; local
158 if (ni_lookupprop(ni, &nid, valprop, &ninl) != 0)
164 ninl.ni_namelist_len);
171 if (ninl.ni_namelist_len <= 0)
174 if (sepchar == '\0' && ninl.ni_namelist_len > 1)
176 ni_namelist_free(&ninl);
185 for (j = 0; j < ninl.ni_namelist_len; j++)
186 alen += strlen(ninl.ni_namelist_val[j]) + 1;
190 for (j = 0; j < ninl.ni_namelist_len; j++)
192 (void) sm_strlcpy(p, ninl
[all...]

Completed in 44 milliseconds