Home
last modified time | relevance | path

Searched refs:script_name (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py8 script_name = os.path.basename(__file__)
14 return script_name, src_root, test_path
17 script_name, source_root, test_path = get_libcxx_paths() variable
190 script_name=script_name,
H A Dgenerate_header_tests.py11 script_name = os.path.basename(__file__)
18 return script_name, src_root, include_path, libcxx_test_path
21 script_name, source_root, include_path, libcxx_test_path = get_libcxx_paths() variable
69 """.format(script_name=script_name)
H A Dgenerate_feature_test_macro_components.py9 script_name = os.path.basename(__file__)
20 return script_name, src_root, include_path, docs_path, macro_test_path
22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
1019 """.format(script_name=script_name,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_analyze_test_checks.py58 script_name = os.path.basename(__file__)
59 autogenerated_note = (ADVERT + 'utils/' + script_name)
72 if 'autogenerated' in first_line and script_name not in first_line:
73 common.warn("Skipping test which wasn't autogenerated by " + script_name + ": " + test)
H A Dupdate_llc_test_checks.py46 script_name = os.path.basename(__file__)
49 script_name='utils/' + script_name):
H A Dupdate_test_checks.py62 script_name = os.path.basename(__file__)
70 script_name='utils/' + script_name):
H A Dupdate_mir_test_checks.py286 script_name = os.path.basename(__file__)
288 if 'autogenerated' in first_line and script_name not in first_line:
290 script_name + ": " + test)
334 'utils/{}'.format(comment_char, script_name))
H A Dupdate_cc_test_checks.py217 script_name = os.path.basename(__file__)
219 for ti in common.itertests(initial_args.tests, parser, 'utils/' + script_name,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc830 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() argument
839 snprintf (test, sizeof (test), "toyvm.cc: %s", script_name); in test_script()
842 + strlen (script_name) + 1); in test_script()
844 sprintf (script_path, "%s%s", scripts_dir, script_name); in test_script()
846 fn = toyvm_function::parse (script_path, script_name); in test_script()
H A Dtoyvm.c803 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() argument
813 snprintf (test, sizeof (test), "toyvm.c: %s", script_name); in test_script()
816 + strlen (script_name) + 1); in test_script()
818 sprintf (script_path, "%s%s", scripts_dir, script_name); in test_script()
820 fn = toyvm_function_parse (script_path, script_name); in test_script()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc830 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() argument
839 snprintf (test, sizeof (test), "toyvm.cc: %s", script_name); in test_script()
842 + strlen (script_name) + 1); in test_script()
844 sprintf (script_path, "%s%s", scripts_dir, script_name); in test_script()
846 fn = toyvm_function::parse (script_path, script_name); in test_script()
H A Dtoyvm.c803 test_script (const char *scripts_dir, const char *script_name, int input, in test_script() argument
813 snprintf (test, sizeof (test), "toyvm.c: %s", script_name); in test_script()
816 + strlen (script_name) + 1); in test_script()
818 sprintf (script_path, "%s%s", scripts_dir, script_name); in test_script()
820 fn = toyvm_function_parse (script_path, script_name); in test_script()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py54 def __init__(self, test, parser, script_name, input_lines, args, argv, argument
73 self.test_autogenerated_note = self.autogenerated_note_prefix + script_name
96 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument
112 if script_name not in first_line and not args.force_update:
113 warn("Skipping test which wasn't autogenerated by " + script_name, test)
120 yield TestInfo(test, parser, script_name, input_lines, args, argv,
/netbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c105 char *script_name = "SCRIPT"; variable
685 fprintf (outfp, "const u_int32_t %s[] = {\n", script_name); in close_script()
706 script_name = malloc (strlen (name) + 1); in new_script()
707 strcpy (script_name, name); in new_script()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c193 top_level_config.script_name = path_dhclient_script; in read_client_conf()
753 parse_string (cfile, &config -> script_name, (unsigned *)0);
H A Ddhclient.c4577 scriptName = client -> config -> script_name; in script_go()
4579 scriptName = top_level_config.script_name; in script_go()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1267 char *script_name; /* Name of config script. */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi2974 test_script (const char *scripts_dir, const char *script_name, int input,
2984 snprintf (test, sizeof (test), "toyvm.c: %s", script_name);
2987 + strlen (script_name) + 1);
2989 sprintf (script_path, "%s%s", scripts_dir, script_name);
2991 fn = toyvm_function_parse (script_path, script_name);