Searched refs:script_name (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_NW5.t191 my $script_name = 'mm_w32tmp';
195 unless open SCRIPT, "> $script_name";
203 is( $MM->perl_script( $script_name ),
204 "${script_name}$script_ext", "perl_script ($script_ext)" );
207 unless rename $script_name, "${script_name}.pl";
209 is( $MM->perl_script( $script_name ),
210 "${script_name}$script_ext", "perl_script ($script_ext)" );
213 unless rename "${script_name}$script_ext", "${script_name}
[all...]
H A DMM_Win32.t198 my $script_name = 'mm_w32tmp';
202 unless open SCRIPT, "> $script_name";
210 is( $MM->perl_script( $script_name ),
211 "${script_name}$script_ext", "perl_script ($script_ext)" );
214 unless rename $script_name, "${script_name}.pl";
216 is( $MM->perl_script( $script_name ),
217 "${script_name}$script_ext", "perl_script ($script_ext)" );
220 unless rename "${script_name}$script_ext", "${script_name}
[all...]
/openbsd-current/gnu/llvm/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()
173 // WARNING: This test was generated by {script_name}
194 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()
1109 // WARNING: This test was generated by {script_name}
1125 """.format(script_name=script_name,
/openbsd-current/gnu/llvm/llvm/utils/
H A Dupdate_any_test_checks.py55 script_name = os.path.abspath(__file__)
56 utc_search_path.append(os.path.join(os.path.dirname(script_name),
H A Dupdate_test_checks.py67 script_name = os.path.basename(__file__)
77 script_name='utils/' + script_name):
H A Dupdate_llc_test_checks.py46 script_name = os.path.basename(__file__)
49 script_name='utils/' + script_name):
H A Dupdate_analyze_test_checks.py51 script_name = os.path.basename(__file__)
59 script_name='utils/' + script_name):
H A Dupdate_mir_test_checks.py445 script_name = os.path.basename(__file__)
447 script_name='utils/' + script_name):
H A Dupdate_cc_test_checks.py242 script_name = os.path.basename(__file__)
244 for ti in common.itertests(initial_args.tests, parser, 'utils/' + script_name,
/openbsd-current/usr.sbin/slowcgi/
H A Dslowcgi.c128 char script_name[PATH_MAX]; member in struct:request
551 ldebug("wait: %s", c->script_name);
778 "SCRIPT_NAME") == 0 && c->script_name[0] == '\0') {
779 bcopy(buf, c->script_name, val_len);
780 c->script_name[val_len] = '\0';
783 bcopy(buf, c->script_name, val_len);
784 c->script_name[val_len] = '\0';
891 ldebug("fork: %s", c->script_name);
934 path = strrchr(c->script_name, '/');
936 if (path != c->script_name) {
[all...]
/openbsd-current/gnu/llvm/compiler-rt/utils/
H A Dgenerate_netbsd_ioctls.awk26 script_name = "generate_netbsd_ioctls.awk"
30 in_utils = system("test -f " script_name " && exit 1 || exit 0")
468 print "Usage: " script_name
H A Dgenerate_netbsd_syscalls.awk28 script_name = "generate_netbsd_syscalls.awk"
33 in_utils = system("test -f " script_name " && exit 1 || exit 0")
251 pcmd("// Generated with: " script_name)
421 pcmd("// Generated with: " script_name)
533 print "Usage: " script_name " syscalls.master"
/openbsd-current/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py158 def __init__(self, test, parser, script_name, input_lines, args, argv,
177 self.test_autogenerated_note = self.autogenerated_note_prefix + script_name
219 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None):
235 if script_name not in first_line and not args.force_update:
236 warn("Skipping test which wasn't autogenerated by " + script_name, test)
248 yield TestInfo(test, parser, script_name, final_input_lines, args, argv,
/openbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c103 char *script_name = "SCRIPT"; variable
687 fprintf (outfp, "const u_int32_t %s[] = {\n", script_name);
710 script_name = malloc (len);
711 strlcpy (script_name, name, len);

Completed in 286 milliseconds