Searched refs:fmtstr (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/bin/sh/
H A Doutput.h90 void fmtstr(char *, size_t, const char *, ...) __printflike(3, 4);
H A Djobs.c426 fmtstr(str, sizeof str, "%d", n);
486 fmtstr(s, 16, "[%d] %c ",
497 fmtstr(s, 16, " " );
500 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
508 fmtstr(s + col, 16, "Done(%d)", st);
510 fmtstr(s + col, 16, "Done");
H A Derror.c387 fmtstr(buf, sizeof buf, "error %d", e);
H A Dparser.c2554 fmtstr(msg, 34, "Word \"%.13s\" unexpected", wordtext);
2556 fmtstr(msg, 34,
2559 fmtstr(msg, 34, "%s unexpected", tokname[lasttoken]);
2563 fmtstr(p, 30, " (expecting \"%.10s\")", text);
2565 fmtstr(p, 30, " (expecting %s)", tokname[token]);
H A Doptions.c586 fmtstr(s, sizeof(s), "%d", ind);
H A Dexpand.c601 fmtstr(expdest, SPACE_NEEDED, "%"PRIdMAX, result);
/netbsd-current/usr.bin/mail/
H A Dcmd1.c82 const char *fmtstr; local
85 fmtstr = value(ENAME_HEADER_FORMAT);
86 if (fmtstr == NULL)
87 fmtstr = DEFAULT_HEADER_FORMAT;
88 msgline = smsgprintf(fmtstr, get_message(mesg));
H A Dcollect.c241 char *fmtstr; local
248 if (tabst && (fmtstr = value(ENAME_INDENT_PREAMBLE)) != NULL)
249 fmsgprintf(collf, fmtstr, mp);
267 if (tabst && (fmtstr = value(ENAME_INDENT_POSTSCRIPT)) != NULL)
268 fmsgprintf(collf, fmtstr, mp);
H A Dformat.c1049 smsgprintf(const char *fmtstr, struct message *mp) argument
1057 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0)
1061 fmtstr += sizeof(USE_HL_DATE) - 1;
1065 newfmt = preformat(&tm, fmtstr, mp, use_hl_date);
1073 fmsgprintf(FILE *fo, const char *fmtstr, struct message *mp) argument
1077 buf = smsgprintf(fmtstr, mp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c901 const char *fmtstr;
1523 char fmtstr[40]; local
1527 fmtstr[0] = '%';
1528 memcpy (fmtstr + 1, flags, len);
1529 memcpy (fmtstr + 1 + len, ".*R", 3);
1530 fmtstr[len + 4] = rndspec;
1531 fmtstr[len + 5] = spec;
1532 fmtstr[len + 6] = '\0';
1571 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x);
1931 char fmtstr [4 local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc898 const char *fmtstr;
1532 char fmtstr[40];
1536 fmtstr[0] = '%';
1537 memcpy (fmtstr + 1, flags, len);
1538 memcpy (fmtstr + 1 + len, ".*R", 3);
1539 fmtstr[len + 4] = rndspec;
1540 fmtstr[len + 5] = spec;
1541 fmtstr[len + 6] = '\0';
1580 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x);
1940 char fmtstr [4
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c263 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags,
501 fmtstr(buffer, &currlen, maxlen, strvalue, flags, min, max);
553 fmtstr(char *buffer, size_t *currlen, size_t maxlen, function
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c31 static int fmtstr(char **, char **, size_t *, size_t *,
324 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
380 fmtstr(char **sbuffer, function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c31 static int fmtstr(char **, char **, size_t *, size_t *,
324 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
380 fmtstr(char **sbuffer, function
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-prettyprint.c771 gdbpy_ref<> fmtstr = host_string_to_python_string (str); local
772 if (fmtstr == nullptr)
774 if (PyDict_SetItemString (result.get (), "format", fmtstr.get ()) < 0)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp332 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); local
333 MDString *fmtStrArray = MDString::get(Ctx, fmtstr);
/netbsd-current/libexec/telnetd/
H A Dutility.c440 static const char fmtstr[] = { "%l:%M\ variable
477 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c540 static void fmtstr(char *, size_t *, size_t, const char *, int, int, int);
860 fmtstr(str, &len, size, strvalue, width,
875 fmtstr(str, &len, size, "(nil)", width,
959 fmtstr(char *str, size_t *len, size_t size, const char *value, int width, function
1147 fmtstr(str, len, size, iconvert, width, ipos, flags);
/netbsd-current/sys/dev/audio/
H A Daudio.c8309 char fmtstr[64]; local
8311 audio_format2_tostr(fmtstr, sizeof(fmtstr), fmt);
8312 printf("%s %s\n", s, fmtstr);

Completed in 444 milliseconds