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

/sendmail/libsm/
H A Dconfig.c114 char nbuf[100];
120 if (l > sizeof nbuf - 1)
121 l = sizeof nbuf - 1;
122 memmove(nbuf, env, l);
123 nbuf[l] = '\0';
124 return setenv(nbuf, ++p, 1);
H A Dutil.c64 char *nbuf = sm_pmalloc_x(l); local
69 buf = nbuf;
/sendmail/contrib/
H A Dbitdomain.c220 char nbuf[1024]; local
284 (u_char *) nbuf, sizeof nbuf);
300 eom, ap, (u_char *)nbuf, sizeof(nbuf))) < 0)
302 if (strlen(nbuf) < hbsize) {
303 (void)strcpy(host, nbuf);
/sendmail/sendmail/
H A Ddomain.c790 char nbuf[SM_MAX(MAXPACKET, MAXDNAME*2+2)]; local
990 (RES_UNC_T) nbuf, sizeof(nbuf));
1069 eom, ap, (RES_UNC_T) nbuf,
1070 sizeof(nbuf))) < 0)
1072 (void) sm_strlcpy(host, nbuf, hbsize);
1134 (void) sm_snprintf(nbuf, sizeof(nbuf), "%.*s%s%.*s", MAXDNAME, host,
1137 (void) sm_strlcpy(host, nbuf, hbsize);
H A Dmap.c922 char nbuf[MAXNAME + 1]; local
924 p = get_column(line, i, '\0', nbuf, sizeof(nbuf));
2805 char nbuf[MAXNAME + 1]; local
2810 if (sm_strlcpy(nbuf, name, sizeof(nbuf)) >= sizeof(nbuf))
2815 (void) shorten_hostname(nbuf);
2816 keylen = strlen(nbuf);
2820 makelower(nbuf);
3188 char nbuf[MAXNAME + 1]; local
3823 char *nbuf; local
5459 char nbuf[MAXNAME]; local
5643 char nbuf[MAXNAME + 1]; local
5892 char nbuf[MAXNAME + 1]; local
6531 char nbuf[MAXNAME + 1]; local
7893 char *nbuf; local
[all...]
H A Denvelope.c1056 char nbuf[100]; local
1059 expand("\201n", nbuf, sizeof(nbuf), e);
1060 from = sm_rpool_strdup_x(e->e_rpool, nbuf);

Completed in 18 milliseconds