Home
last modified time | relevance | path

Searched refs:fmtstr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dcmd1.c82 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 Dcollect.c241 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 Dformat.c1049 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 Dgimple-ssa-sprintf.cc898 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 DChangeLog-201828368 appropriate, get rid of all the fmtstr temporaries, move conditionals
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c901 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 Doutput.h90 void fmtstr(char *, size_t, const char *, ...) __printflike(3, 4);
H A Derror.c387 fmtstr(buf, sizeof buf, "error %d", e); in errmsg()
/netbsd-src/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); 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 Dbio_print.c31 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 Db_print.c31 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 Dutility.c440 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 DAMDGPUPrintfRuntimeBinding.cpp332 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 Daudio.c8309 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 DCHANGES2898 The internal |fmtstr| function used in processing a "%s" format string in