Searched refs:ffests (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | sts.h | 38 typedef struct _ffests_ *ffests; typedef 61 void ffests_kill (ffests s); 62 void ffests_new (ffests s, mallocPool pool, ffestsLength size); 63 void ffests_printf (ffests s, const char *ctl, ...) ATTRIBUTE_PRINTF_2; 64 void ffests_putc (ffests s, char c); 65 void ffests_puts (ffests s, const char *string); 66 void ffests_puttext (ffests s, const char *text, ffestsLength length);
|
| H A D | sts.c | 71 ffests_kill (ffests s) in ffests_kill() 87 ffests_new (ffests s, mallocPool pool, ffestsLength size) in ffests_new() 107 ffests_printf (ffests s, const char *ctl, ...) in ffests_printf() 126 ffests_putc (ffests s, char c) in ffests_putc() 137 ffests_puts (ffests s, const char *string) in ffests_puts() 151 ffests_puttext (ffests s, const char *text, ffestsLength length) in ffests_puttext()
|
| H A D | std.c | 520 static void ffestd_R1001dump_ (ffests s, ffesttFormatList list); 521 static void ffestd_R1001dump_1005_1_ (ffests s, ffesttFormatList f, 523 static void ffestd_R1001dump_1005_2_ (ffests s, ffesttFormatList f, 525 static void ffestd_R1001dump_1005_3_ (ffests s, ffesttFormatList f, 527 static void ffestd_R1001dump_1005_4_ (ffests s, ffesttFormatList f, 529 static void ffestd_R1001dump_1005_5_ (ffests s, ffesttFormatList f, 531 static void ffestd_R1001dump_1010_1_ (ffests s, ffesttFormatList f, 533 static void ffestd_R1001dump_1010_2_ (ffests s, ffesttFormatList f, 535 static void ffestd_R1001dump_1010_3_ (ffests s, ffesttFormatList f, 537 static void ffestd_R1001dump_1010_4_ (ffests s, ffesttFormatList f, [all …]
|
| H A D | ste.h | 109 void ffeste_R1001 (ffests s);
|
| H A D | ste.c | 4177 ffeste_R1001 (ffests s) in ffeste_R1001()
|