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

/sendmail/libsm/
H A Dfvwrite.c65 char *nl; local
224 nl = memchr((void *)p, '\n', len);
225 nldist = nl != NULL ? nl + 1 - p : len + 1;
/sendmail/libmilter/
H A Dcomm.c329 mi_int32 nl; local
337 nl = htonl(len + 1); /* add 1 for the cmd char */
338 (void) memcpy(data, (void *) &nl, MILTER_LEN_BYTES);
/sendmail/contrib/
H A Dexpn.pl1228 .nr nl 0-1
/sendmail/sendmail/
H A Dmilter.c524 mi_int32 nl; local
566 nl = htonl(len + 1); /* add 1 for the command char */
567 (void) memcpy(data, (char *) &nl, MILTER_LEN_BYTES);
H A Dmap.c5457 int nl; local
5461 nl = strlen(name);
5462 if (nl < sizeof(nbuf) - 1)

Completed in 31 milliseconds