/netbsd-src/usr.bin/mail/ |
H A D | cmd1.c | 82 const char *fmtstr; in printhead() local 85 fmtstr = value(ENAME_HEADER_FORMAT); in printhead() 86 if (fmtstr == NULL) in printhead() 87 fmtstr = DEFAULT_HEADER_FORMAT; in printhead() 88 msgline = smsgprintf(fmtstr, get_message(mesg)); in printhead()
|
H A D | collect.c | 241 char *fmtstr; in interpolate() local 248 if (tabst && (fmtstr = value(ENAME_INDENT_PREAMBLE)) != NULL) in interpolate() 249 fmsgprintf(collf, fmtstr, mp); in interpolate() 267 if (tabst && (fmtstr = value(ENAME_INDENT_POSTSCRIPT)) != NULL) in interpolate() 268 fmsgprintf(collf, fmtstr, mp); in interpolate()
|
H A D | format.c | 1049 smsgprintf(const char *fmtstr, struct message *mp) in smsgprintf() argument 1057 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0) in smsgprintf() 1061 fmtstr += sizeof(USE_HL_DATE) - 1; in smsgprintf() 1065 newfmt = preformat(&tm, fmtstr, mp, use_hl_date); in smsgprintf() 1073 fmsgprintf(FILE *fo, const char *fmtstr, struct message *mp) in fmsgprintf() argument 1077 buf = smsgprintf(fmtstr, mp); in fmsgprintf()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-sprintf.cc | 898 const char *fmtstr; member 1532 char fmtstr[40]; in get_mpfr_format_length() local 1536 fmtstr[0] = '%'; in get_mpfr_format_length() 1537 memcpy (fmtstr + 1, flags, len); in get_mpfr_format_length() 1538 memcpy (fmtstr + 1 + len, ".*R", 3); in get_mpfr_format_length() 1539 fmtstr[len + 4] = rndspec; in get_mpfr_format_length() 1540 fmtstr[len + 5] = spec; in get_mpfr_format_length() 1541 fmtstr[len + 6] = '\0'; in get_mpfr_format_length() 1580 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x); in get_mpfr_format_length() 1940 char fmtstr [40]; in format_floating() local [all …]
|
H A D | ChangeLog-2018 | 28368 appropriate, get rid of all the fmtstr temporaries, move conditionals
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-sprintf.c | 901 const char *fmtstr; member 1523 char fmtstr[40]; in get_mpfr_format_length() local 1527 fmtstr[0] = '%'; in get_mpfr_format_length() 1528 memcpy (fmtstr + 1, flags, len); in get_mpfr_format_length() 1529 memcpy (fmtstr + 1 + len, ".*R", 3); in get_mpfr_format_length() 1530 fmtstr[len + 4] = rndspec; in get_mpfr_format_length() 1531 fmtstr[len + 5] = spec; in get_mpfr_format_length() 1532 fmtstr[len + 6] = '\0'; in get_mpfr_format_length() 1571 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x); in get_mpfr_format_length() 1931 char fmtstr [40]; in format_floating() local [all …]
|
/netbsd-src/bin/sh/ |
H A D | output.h | 90 void fmtstr(char *, size_t, const char *, ...) __printflike(3, 4);
|
H A D | error.c | 387 fmtstr(buf, sizeof buf, "error %d", e); in errmsg()
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | compat.c | 263 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, 501 fmtstr(buffer, &currlen, maxlen, strvalue, flags, min, max); in dopr() 553 fmtstr(char *buffer, size_t *currlen, size_t maxlen, in fmtstr() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bio_print.c | 31 static int fmtstr(char **, char **, size_t *, size_t *, 324 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue, in _dopr() 380 fmtstr(char **sbuffer, in fmtstr() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | b_print.c | 31 static int fmtstr(char **, char **, size_t *, size_t *, 324 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue, in _dopr() 380 fmtstr(char **sbuffer, in fmtstr() function
|
/netbsd-src/libexec/telnetd/ |
H A D | utility.c | 440 static const char fmtstr[] = { "%l:%M\ variable 477 (void)strftime(db, sizeof(db), fmtstr, localtime(&t)); in putf()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 332 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu() local 333 MDString *fmtStrArray = MDString::get(Ctx, fmtstr); in lowerPrintfForGpu()
|
/netbsd-src/sys/dev/audio/ |
H A D | audio.c | 8309 char fmtstr[64]; in audio_print_format2() local 8311 audio_format2_tostr(fmtstr, sizeof(fmtstr), fmt); in audio_print_format2() 8312 printf("%s %s\n", s, fmtstr); in audio_print_format2()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 2898 The internal |fmtstr| function used in processing a "%s" format string in
|