Searched refs:fmtbuf (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmttime.c38 buf = fmtbuf(z = 80);
H A Dfmtsignal.c46 buf = fmtbuf(z = 20);
57 buf = fmtbuf(z = 20);
H A Dfmttmx.c41 b = fmtbuf(z += 80);
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 Dfmtdev.c43 buf = fmtbuf(z = 17);
H A Dfmtip4.c38 buf = fmtbuf(z = 20);
H A Dfmtmode.c42 s = buf = fmtbuf(MODELEN + 1);
H A Dfmttv.c41 t = fmtbuf(n = strlen(s) + 11);
H A Dfmtbase.c42 buf = fmtbuf(z = 72);
H A Dfmtbuf.c41 fmtbuf(size_t n) function
H A Dfmtclock.c60 buf = fmtbuf(z = 7);
H A Dfmtversion.c40 buf = cur = fmtbuf(n = 18);
H A Dfmtident.c71 buf = fmtbuf(i + 1);
H A Dfmtnum.c86 buf = fmtbuf(z = 8);
H A Dfmtperm.c39 s = buf = fmtbuf(32);
H A Dfmtip6.c37 fmtbuf(int n) function
93 s = b = fmtbuf(44);
H A Dfmtelapsed.c42 buf = fmtbuf(z = 8);
H A Dfmtesc.c63 b = buf = fmtbuf(c);
H A Dfmtfmt.c196 s = buf = fmtbuf(m + z);
H A Dfmtfs.c88 buf = fmtbuf(strlen(s) + 1);
H A Dfmtgid.c90 name = fmtbuf(z = sizeof(gid) * 3 + 1);
/illumos-gate/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);
/illumos-gate/usr/src/cmd/date/
H A Ddate.c89 char fmtbuf[BUFSIZ]; local
164 fmt_extensions(fmtbuf, sizeof (fmtbuf), fmt, &ts);
173 (void) strftime(buf, BUFSIZ, fmtbuf, &tm);
372 fmt_extensions(char *fmtbuf, size_t len, argument
378 for (p = fmt, q = fmtbuf; *p != '\0' && q < fmtbuf + len; ++p) {
383 q += snprintf(q, len - (q - fmtbuf),
391 if (q < fmtbuf + len)
394 fmtbuf[le
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c693 char fmtbuf[40]; local
729 ofmtp = fmtbuf;
751 length += fprintf(fp, fmtbuf, c);
757 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
764 (void) wsprintf(bptr, (const char *) fmtbuf, c);
776 length += fprintf(fp, fmtbuf,
781 adjust_buf(cp, &cplen, &bptr, fmtbuf,
783 (void) wsprintf(bptr, (const char *) fmtbuf,
804 length += fprintf(fp, fmtbuf,
807 adjust_buf(cp, &cplen, &bptr, fmtbuf,
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil.c302 char fmtbuf[18]; local
311 fmtbuf,
312 sizeof(fmtbuf),
314 printf("%s ", fmtbuf);

Completed in 94 milliseconds

12