Searched refs:fmts (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.c1462 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1490 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1493 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1496 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ?
1500 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ?
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc2632 } fmts[] = { local
2650 int i, n = sizeof (fmts)/sizeof(*fmts);
2653 if (strcmp (fmts[i].name, optarg) == 0)
2661 printf ("\t%s\n", fmts[i].name);
2668 = fmts[i].fmt;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dparanoia.cc2632 } fmts[] = { local
2652 int i, n = sizeof (fmts)/sizeof(*fmts);
2655 if (strcmp (fmts[i].name, optarg) == 0)
2663 printf ("\t%s\n", fmts[i].name);
2670 = fmts[i].fmt;

Completed in 69 milliseconds