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

/netbsd-6-1-5-RELEASE/bin/sh/
H A Doutput.h77 void fmtstr(char *, size_t, const char *, ...)
H A Djobs.c432 fmtstr(s, 16, "[%ld] %c ",
441 fmtstr(s, 16, " " );
444 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
452 fmtstr(s + col, 16, "Done(%d)", st);
454 fmtstr(s + col, 16, "Done");
466 fmtstr(s + col, 16, "Signal %d", st);
H A Derror.c368 fmtstr(buf, sizeof buf, "error %d", e);
H A Doptions.c489 fmtstr(s, sizeof(s), "%d", ind);
H A Dparser.c1596 fmtstr(msg, 64, "%s unexpected (expecting %s)",
1599 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]);
H A Dexpand.c398 fmtstr(p, SPACE_NEEDED, "%"PRIdMAX, result);
/netbsd-6-1-5-RELEASE/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.c1041 smsgprintf(const char *fmtstr, struct message *mp) argument
1049 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0)
1053 fmtstr += sizeof(USE_HL_DATE) - 1;
1057 newfmt = preformat(&tm, fmtstr, mp, use_hl_date);
1065 fmsgprintf(FILE *fo, const char *fmtstr, struct message *mp) argument
1069 buf = smsgprintf(fmtstr, mp);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Db_print.c128 static void fmtstr (char **, char **, size_t *, size_t *,
375 fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,
433 fmtstr( function
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c345 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags,
583 fmtstr(buffer, &currlen, maxlen, strvalue, flags, min, max);
635 fmtstr(char *buffer, size_t *currlen, size_t maxlen, function
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dutility.c430 static const char fmtstr[] = { "%l:%M\ variable
467 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));

Completed in 164 milliseconds