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

/osnet-11/usr/src/lib/libmail/common/
H A Dxgetenv.c82 static char xbuf[MAXENV]; variable
103 nread = read(infd, xbuf, sizeof (xbuf));
116 xenv[0] = &xbuf[0];
118 if (xbuf[i] == '\n') {
119 xbuf[i] = '\0';
121 xenv[++envctr] = &xbuf[i+1];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c216 char xbuf[XFRMBUFSIZE]; local
217 Size_t fa = strxfrm(xbuf, "a", XFRMBUFSIZE);
218 Size_t fb = strxfrm(xbuf, "ab", XFRMBUFSIZE);
566 char *xbuf; local
573 New(171, xbuf, xAlloc, char);
574 if (! xbuf)
577 *(U32*)xbuf = PL_collation_ix;
583 xused = strxfrm(xbuf + xout, s + xin, xAlloc - xout);
589 Renew(xbuf, xAlloc, char);
590 if (! xbuf)
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c201 char xbuf[MACBUFSIZE]; local
217 for (xp = xbuf; *s != '\0'; s++)
292 if (skipping || xp >= &xbuf[sizeof(xbuf) - 1])
302 xp < &xbuf[sizeof(xbuf) - 1])
319 xputs(sm_debug_file(), xbuf); local
328 doexpand(xbuf, buf, bufsize, explevel + 1, e);
337 (void) sm_strlcpy(buf, xbuf, bufsize);
341 i = xp - xbuf;
[all...]
H A Dheaders.c494 char xbuf[MAXLINE]; local
498 xbufs = sizeof(xbuf);
499 xbp = quote_internal_chars(line, xbuf, &xbufs);
507 if (xbp != xbuf)
H A Ddeliver.c4494 char xbuf[MAXLINE]; local
4524 (void) sm_snprintf(xbuf, sizeof(xbuf),
4531 (void) sm_snprintf(xbuf, sizeof(xbuf),
4534 template = xbuf;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c159 char xbuf[SF_BUFSIZE + 1]; /* indirect file data */ \
173 int xbsz; /* xbuf size */ \
176 long xoff; /* xbuf offset */ \
301 if ((mp->xbsz = sfread(mp->fp, mp->xbuf, sizeof(mp->xbuf) - 1)) < 0)
307 mp->xbuf[mp->xbsz] = 0;
312 return mp->xbuf + off - mp->xoff;

Completed in 52 milliseconds