Home
last modified time | relevance | path

Searched refs:ffestpFile (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstp.h354 typedef struct _ffestp_file ffestpFile; typedef
398 ffestpFile accept_spec[FFESTP_acceptix];
403 ffestpFile beru_spec[FFESTP_beruix];
408 ffestpFile close_spec[FFESTP_closeix];
413 ffestpFile delete_spec[FFESTP_deleteix];
418 ffestpFile find_spec[FFESTP_findix];
431 ffestpFile inquire_spec[FFESTP_inquireix];
436 ffestpFile open_spec[FFESTP_openix];
441 ffestpFile print_spec[FFESTP_printix];
446 ffestpFile read_spec[FFESTP_readix];
[all …]
H A Dste.c108 ffestpFile *format_spec, bool rec,
111 ffestpFile *stat_spec);
114 ffestpFile *format_spec);
116 ffestpFile *unit_spec,
117 ffestpFile *file_spec,
118 ffestpFile *exist_spec,
119 ffestpFile *open_spec,
120 ffestpFile *number_spec,
121 ffestpFile *named_spec,
122 ffestpFile *name_spec,
[all …]
H A Dstc.c343 ffestpFile *spec, const char *whine);
344 static ffestvFormat ffestc_subr_format_ (ffestpFile *spec);
345 static bool ffestc_subr_is_branch_ (ffestpFile *spec);
346 static bool ffestc_subr_is_format_ (ffestpFile *spec);
347 static bool ffestc_subr_is_present_ (const char *name, ffestpFile *spec);
348 static int ffestc_subr_speccmp_ (const char *string, ffestpFile *spec,
350 static ffestvUnit ffestc_subr_unit_ (ffestpFile *spec);
5047 ffestc_subr_binsrch_ (const char *const *list, int size, ffestpFile *spec, in ffestc_subr_binsrch_()
5118 ffestc_subr_format_ (ffestpFile *spec) in ffestc_subr_format_()
5158 ffestc_subr_is_branch_ (ffestpFile *spec) in ffestc_subr_is_branch_()
[all …]
H A Dstd.c1163 "FFESTD easy", sizeof (ffestpFile) * max); in ffestd_subr_copy_easy_()