/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | generate_header_inclusion_tests.py | 8 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 D | generate_header_tests.py | 11 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 D | generate_feature_test_macro_components.py | 9 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 D | update_analyze_test_checks.py | 58 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 D | update_llc_test_checks.py | 46 script_name = os.path.basename(__file__) 49 script_name='utils/' + script_name):
|
H A D | update_test_checks.py | 62 script_name = os.path.basename(__file__) 70 script_name='utils/' + script_name):
|
H A D | update_mir_test_checks.py | 286 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 D | update_cc_test_checks.py | 217 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 D | toyvm.cc | 830 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 D | toyvm.c | 803 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 D | toyvm.cc | 830 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 D | toyvm.c | 803 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 D | common.py | 54 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 D | ncr53cxxx.c | 105 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 D | clparse.c | 193 top_level_config.script_name = path_dhclient_script; in read_client_conf() 753 parse_string (cfile, &config -> script_name, (unsigned *)0);
|
H A D | dhclient.c | 4577 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 D | dhcpd.h | 1267 char *script_name; /* Name of config script. */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2974 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);
|