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

  /src/usr.bin/seq/
seq.c 58 char default_format[] = { "%g" }; /* default */ variable in typeref:typename:char[]
207 fmt = default_format;
  /src/usr.sbin/ofctl/
ofctl.c 762 default_format(int node, const u_int8_t *buf, size_t len) function in typeref:typename:void
788 default_format(node, buf, len);
820 default_format(node, buf, len);
852 default_format(node, buf, len);
914 { NULL, default_format }
  /src/usr.bin/kdump/
kdump.c 117 static const char default_format[] = { "%n\t%E\t%x\n" }; variable in typeref:typename:const char[]
152 const char *format = default_format;
169 if (format != default_format)

Completed in 12 milliseconds