HomeSort by: relevance | last modified time | path
    Searched defs:fmtstr (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/telnetd/
utility.c 440 static const char fmtstr[] = { "%l:%M\ variable in typeref:typename:const char[]
477 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));
  /src/usr.bin/mail/
cmd1.c 82 const char *fmtstr; local in function:printhead
85 fmtstr = value(ENAME_HEADER_FORMAT);
86 if (fmtstr == NULL)
87 fmtstr = DEFAULT_HEADER_FORMAT;
88 msgline = smsgprintf(fmtstr, get_message(mesg));
collect.c 241 char *fmtstr; local in function:interpolate
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);
  /src/bin/sh/
output.c 366 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function in typeref:typename:void
  /src/sys/dev/audio/
audio.c 8309 char fmtstr[64]; local in function:audio_print_format2
8311 audio_format2_tostr(fmtstr, sizeof(fmtstr), fmt);
8312 printf("%s %s\n", s, fmtstr);

Completed in 18 milliseconds