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

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c58 char *ebuf; local
70 if ((ebuf = (char *)malloc(elen + 1)) == NULL)
74 (void) vsprintf(ebuf, fmt, ap);
77 if (strlen(ebuf) > elen)
80 *errstring = ebuf;
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dstrerror.c60 static char ebuf[40] = UPREFIX; /*%< 64-bit number + slop */ local
84 for (p = ebuf + sizeof(UPREFIX) - 1;;) {
89 return (ebuf);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c835 char *ebuf = buf + size - 2; local
961 while (--l1indent >= 0 && buf < ebuf)
965 buf += strlcpy(buf, lcllbl, ebuf - buf);
972 buf += strlcpy(buf, SEPSTR, ebuf - buf);
978 while (--l1indent >= 0 && buf < ebuf)
982 buf += strlcpy(buf, sevpstr, ebuf - buf);
989 buf += strlcpy(buf, SEPSTR, ebuf - buf);
995 for (c = *p++; c != NULL && buf < ebuf; c = *p++) {
998 for (i = 0; i < textindent && buf < ebuf; i++)
1009 if (dotext && buf < ebuf) {
[all...]
H A Dttyname.c639 char *buf, *ebuf; local
686 ebuf = &dir_buf[size];
687 *ebuf++ = '\n';
688 for (sz = 1, buf = dir_buf; buf < ebuf; ++buf)
703 for (buf = dir_buf; buf < ebuf; ++buf) {
/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c545 char ebuf[OFMT_BUFSIZE]; local
549 * ebuf is intended for optional error-specific data to be appended
552 ebuf[0] = '\0';
575 /* set up the bad fields in ebuf */
577 (void) strlcat(ebuf, " `", sizeof (ebuf));
578 (void) strlcat(ebuf, os->os_badfields[i],
579 sizeof (ebuf));
580 (void) strlcat(ebuf, "'", sizeof (ebuf));
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c1052 char ebuf[MAXLINE]; local
1054 (void) sm_snprintf(ebuf,
1055 sizeof(ebuf),
1060 CurEnv->e_rpool, ebuf);
H A Denvelope.c1020 char ebuf[MAXNAME * 2 + 2]; local
1029 (void) sm_snprintf(ebuf, sizeof(ebuf),
1032 p = ebuf;
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c697 char *hptr, **thisargv, *ebuf; local
704 ebuf = NULL;
787 ebuf = calloc((IBUF_SIZE * 2), sizeof (char));
788 if (ebuf == NULL) {
793 (void) snprintf(ebuf, (IBUF_SIZE * 2),
812 free(ebuf);
817 /* ebuf consumed */
818 parseit(thisargc, thisargv, ebuf, readfile);
820 free(ebuf);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c2906 char *ebuf = ptr; local
2923 *peob = ebuf;
3150 char *ebuf, *ptr; local
3155 ptr = uiv_2buf(buf, 0, SvUVX(sv), 1, &ebuf);
3157 ptr = uiv_2buf(buf, SvIVX(sv), 0, 0, &ebuf);
3158 SvGROW(sv, (STRLEN)(ebuf - ptr + 1)); /* inlined from sv_setpvn */
3159 Move(ptr,SvPVX(sv),ebuf - ptr,char);
3160 SvCUR_set(sv, ebuf - ptr);
8038 char *ebuf; local
8039 char *ptr = uiv_2buf(buf, iv, 0, 0, &ebuf);
8056 char *ebuf; local
8329 char ebuf[IV_DIG * 4 + NV_DIG + 32]; local
[all...]
H A Dperlio.c4237 const STDCHAR *ebuf = buf + count; local
4242 while (buf < ebuf) {
4245 while (buf < ebuf && b->ptr < eptr) {

Completed in 61 milliseconds