Searched defs:fmtbuf (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtbuf.c41 fmtbuf(size_t n) function
H A Dstrerror.c61 #define fmtbuf(n) ((n),tmp) macro
102 msg = strcpy(fmtbuf(strlen(msg) + 1), msg);
113 t = fmtbuf(z = strlen(s) + 1);
131 msg = fmtbuf(z = 32);
H A Dfmtip6.c37 fmtbuf(int n) function
93 s = b = fmtbuf(44);
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Ddebug.c45 char fmtbuf[BUFSIZ]; local
55 (void) snprintf(fmtbuf, sizeof (fmtbuf), "%s: %s",
57 (void) vsnprintf(msgbuf, sizeof (msgbuf), fmtbuf, args);
86 char fmtbuf[BUFSIZ]; local
97 (void) snprintf(fmtbuf, sizeof (fmtbuf), "%s: %s",
99 (void) vsnprintf(msgbuf, sizeof (msgbuf), fmtbuf, args);
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c512 * fmtbuf - ponter to caller's receptacle buffer
513 * bsize - size of caller's fmtbuf buffer
526 fmt_str(fcode_env_t *env, char *fmt, char *fmtbuf, int bsize) argument
534 *fmtbuf = 0;
563 strncpy(fmtbuf, tbuf, bsize);
602 (void) snprintf(fmtbuf, bsize, tbuf, arg);
605 (void) snprintf(fmtbuf, bsize, tbuf);
615 (void) snprintf(fmtbuf, bsize, tbuf, llarg);
618 strncpy(fmtbuf, fmt, bsize);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4563 char fmtbuf[30]; local
4567 (void) sm_strlcpy(fmtbuf, "252", sizeof(fmtbuf));
4569 (void) sm_strlcpy(fmtbuf, "250", sizeof(fmtbuf));
4570 fmtbuf[3] = last ? ' ' : '-';
4571 (void) sm_strlcpy(&fmtbuf[4], "2.1.5 ", sizeof(fmtbuf) - 4);
4578 (void) sm_strlcpy(&fmtbuf[OFFF], "<%s@%s>",
4579 sizeof(fmtbuf)
[all...]

Completed in 59 milliseconds