Home
last modified time | relevance | path

Searched refs:format2 (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ospfctl/
H A Doutput.c108 char *header, *format, *format2; in show_rib_head() local
116 format2 = ""; in show_rib_head()
120 format2 = "Type"; in show_rib_head()
129 format2 = "Cost 2"; in show_rib_head()
146 "Nexthop", "Adv Router", "Path type", "Cost", format2); in show_rib_head()
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h100 struct ins_format2 format2; member
H A Daicasm_gram.y1699 f2_instr = &instr->format.format2; in format_2_instr()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c1133 char *header, *format, *format2; in show_rib_head() local
1141 format2 = ""; in show_rib_head()
1145 format2 = "Type"; in show_rib_head()
1154 format2 = "Cost 2"; in show_rib_head()
1171 "Nexthop", "Adv Router", "Path type", "Cost", format2); in show_rib_head()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dwrite.t269 our $format2;
278 local $format2 = '@' . '>' x $_;
279 formline $format2, 'abc';
280 $was2 .= "$format2 $^A\n";
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dconvex.h225 const struct formstr format2[] = { variable
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dconvex.h225 const struct formstr format2[] = { variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog6391 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,