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

12

/macosx-10.10/ksh-23/ksh/src/lib/libast/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 Dfmtint.c100 buff = fmtbuf(k=3);
105 buff = fmtbuf(k);
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.c49 buf = fmtbuf(z = 72);
H A Dfmtbuf.c41 fmtbuf(size_t n) function
H A Dfmtclock.c60 buf = fmtbuf(z = 7);
H A Dfmtdev.c46 buf = fmtbuf(z = 17);
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.c68 b = buf = fmtbuf(c);
H A Dfmtfmt.c196 s = buf = fmtbuf(m + z);
H A Dfmtfs.c88 buf = fmtbuf(strlen(s) + 1);
/macosx-10.10/text_cmds-88/lam/
H A Dlam.c110 static char fmtbuf[BUFSIZ]; local
111 char *fmtp = fmtbuf;
159 if (fmtp >= fmtbuf + sizeof(fmtbuf))
164 if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p)
165 >= fmtbuf + sizeof(fmtbuf) - fmtp)
/macosx-10.10/OpenSSH-189/openssh/
H A Dlog.c373 char fmtbuf[MSGBUFSIZ]; local
417 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt);
418 vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args);
422 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf),
428 tmp_handler(level, fmtbuf, log_handler_ctx);
431 snprintf(msgbuf, sizeof msgbuf, "%s\r\n", fmtbuf);
436 syslog_r(pri, &sdata, "%.500s", fmtbuf);
440 syslog(pri, "%.500s", fmtbuf);
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-size/
H A Dllvm-size.cpp93 std::string fmtbuf; local
94 raw_string_ostream fmt(fmtbuf);
149 fmtbuf.clear();
178 fmtbuf.clear();
225 fmtbuf.clear();
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dastsa.omk40 fmtbuf.c \
69 libastsa.a : aso.o ast.o chresc.o error.o fmtbuf.o fmtip4.o fmtip6.o optget.o \

Completed in 296 milliseconds

12