Searched refs:in_fname (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/usr.sbin/config/ |
| HD | lang.l | 48 const char *in_fname; /* previous file name */ member 293 in->in_fname = yyfile; 319 yyfile = in->in_fname;
|
| /NextBSD/contrib/gcc/ |
| HD | gensupport.c | 38 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()
|
| HD | gensupport.h | 26 extern const char *in_fname;
|
| HD | fix-header.c | 603 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()
|
| HD | genpreds.c | 1062 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()
|
| HD | ChangeLog-2002 | 10566 * 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.
|
| HD | ChangeLog-2004 | 19569 * 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)
|
| HD | ChangeLog-2001 | 29193 in_fname and out_fname. Use the passed file name exclusively. 29196 (_cpp_post_options): Canonicalize in_fname and out_fname.
|
| HD | ChangeLog-1998 | 285 * cpplib.c (cpp_start_read): If in_fname is not initialized, try to
|
| HD | ChangeLog-2003 | 14307 * c-opts.c (in_fnames): Rename from in_fname.
|
| /NextBSD/contrib/wpa/hs20/client/ |
| HD | osu_client.c | 1833 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()
|