Home
last modified time | relevance | path

Searched refs:in_fname (Results 1 – 11 of 11) sorted by relevance

/NextBSD/usr.sbin/config/
HDlang.l48 const char *in_fname; /* previous file name */ member
293 in->in_fname = yyfile;
319 yyfile = in->in_fname;
/NextBSD/contrib/gcc/
HDgensupport.c38 const char *in_fname; variable
1002 read_rtx_filename = in_fname = "<stdin>"; in init_md_reader_args_cb()
1025 in_fname = argv[i]; in init_md_reader_args_cb()
1026 lastsl = strrchr (in_fname, '/'); in init_md_reader_args_cb()
1028 base_dir = save_string (in_fname, lastsl - in_fname + 1 ); in init_md_reader_args_cb()
1032 read_rtx_filename = in_fname; in init_md_reader_args_cb()
1034 input_file = fopen (in_fname, "r"); in init_md_reader_args_cb()
1037 perror (in_fname); in init_md_reader_args_cb()
1048 if (!in_fname) in init_md_reader_args_cb()
1051 read_rtx_filename = in_fname = "<stdin>"; in init_md_reader_args_cb()
HDgensupport.h26 extern const char *in_fname;
HDfix-header.c603 read_scan_file (char *in_fname, int argc, char **argv) in read_scan_file() argument
626 if (!cpp_read_main_file (scan_in, in_fname)) in read_scan_file()
631 cpp_change_file (scan_in, LC_RENAME, in_fname); in read_scan_file()
HDgenpreds.c1062 from the machine description file '%s'. */\n\n", progname, in_fname); in write_tm_constrs_h()
1230 from the machine description file '%s'. */\n\n", progname, in_fname); in write_tm_preds_h()
1310 from the machine description file '%s'. */\n\n", progname, in_fname); in write_insn_preds_c()
HDChangeLog-200210566 * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
10568 (c_common_decode_option): Remove warn_multichar. Use in_fname.
10571 * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
10572 * cpplib.h (struct cpp_options): Remove in_fname.
HDChangeLog-200419569 * gensupport.c (in_fname, first_predicate): New globals.
19576 (init_md_reader_args_cb): Use the global in_fname. No need to zero
19580 * gensupport.h (in_fname, struct pred_data, first_predicate)
HDChangeLog-200129193 in_fname and out_fname. Use the passed file name exclusively.
29196 (_cpp_post_options): Canonicalize in_fname and out_fname.
HDChangeLog-1998285 * cpplib.c (cpp_start_read): If in_fname is not initialized, try to
HDChangeLog-200314307 * c-opts.c (in_fnames): Rename from in_fname.
/NextBSD/contrib/wpa/hs20/client/
HDosu_client.c1833 static void cmd_to_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_to_tnds() argument
1838 mo = node_from_file(ctx->xml, in_fname); in cmd_to_tnds()
1840 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_to_tnds()
1854 static void cmd_from_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_from_tnds() argument
1859 tnds = node_from_file(ctx->xml, in_fname); in cmd_from_tnds()
1861 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_from_tnds()