Searched refs:script_path (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 833 char *script_path; in test_script() local 841 script_path = (char *)malloc (strlen (scripts_dir) in test_script() 843 CHECK_NON_NULL (script_path); 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() 861 free (script_path); in test_script()
|
H A D | toyvm.c | 806 char *script_path; in test_script() local 815 script_path = (char *)malloc (strlen (scripts_dir) in test_script() 817 CHECK_NON_NULL (script_path); 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() 838 free (script_path); in test_script()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 833 char *script_path; in test_script() local 841 script_path = (char *)malloc (strlen (scripts_dir) in test_script() 843 CHECK_NON_NULL (script_path); 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() 861 free (script_path); in test_script()
|
H A D | toyvm.c | 806 char *script_path; in test_script() local 815 script_path = (char *)malloc (strlen (scripts_dir) in test_script() 817 CHECK_NON_NULL (script_path); 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() 838 free (script_path); in test_script()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SATestUtils.py | 132 def run_script(script_path: str, build_log_file: IO, cwd: str, 137 if os.path.exists(script_path):
|
H A D | SATestBuild.py | 202 script_path = os.path.join(directory, CLEANUP_SCRIPT) 204 utils.run_script(script_path, build_log_file, cwd, 632 script_path = os.path.join(directory, DOWNLOAD_SCRIPT) 633 utils.run_script(script_path, build_log_file, directory,
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_email.py | 29 script_path = os.path.dirname(os.path.realpath(__file__)) variable 47 with open(os.path.join(script_path, 'test_patches.txt')) as f:
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_email.py | 29 script_path = os.path.dirname(os.path.realpath(__file__)) variable 47 with open(os.path.join(script_path, 'test_patches.txt')) as f:
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2977 char *script_path; 2986 script_path = (char *)malloc (strlen (scripts_dir) 2988 CHECK_NON_NULL (script_path); 2989 sprintf (script_path, "%s%s", scripts_dir, script_name); 2991 fn = toyvm_function_parse (script_path, script_name); 3009 free (script_path);
|