| /openbsd-src/usr.bin/mandoc/ |
| H A D | cgi.c | 100 static const char *scriptname = SCRIPT_NAME; variable 439 scriptname); in resp_searchform() 575 scriptname, *scriptname == '\0' ? "" : "/", in pg_index() 576 scriptname, *scriptname == '\0' ? "" : "/"); in pg_index() 608 "</main>\n", scriptname); in pg_error_badrequest() 626 if (*scriptname != '\0') in pg_redirect() 627 printf("%s/", scriptname); in pg_redirect() 666 if (*scriptname != '\0') in pg_searchres() 667 printf("%s/", scriptname); in pg_searchres() 732 if (*scriptname != '\0') in pg_searchres() [all …]
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | split-lib.py | 7 def __init__(self, scriptname, outputname): argument 8 self.shfile = open(scriptname, 'w')
|
| H A D | genk-timing.py | 10 def __init__(self, scriptname, outputname): argument 12 self.shfile = open(scriptname, 'w')
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | split-lib.py | 7 def __init__(self, scriptname, outputname): argument 8 self.shfile = open(scriptname, 'w')
|
| H A D | genk-timing.py | 10 def __init__(self, scriptname, outputname): argument 12 self.shfile = open(scriptname, 'w')
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perl.c | 2190 const char *scriptname = NULL; in S_parse_body() 2349 scriptname = BIT_BUCKET; in S_parse_body() 2515 if (!scriptname) in S_parse_body() 2516 scriptname = argv[0]; in S_parse_body() 2519 scriptname = BIT_BUCKET; /* don't look for script or read stdin */ in S_parse_body() 2521 else if (scriptname == NULL) { in S_parse_body() 2522 scriptname = "-"; in S_parse_body() 2531 rsfp = open_script(scriptname, dosearch, &suidscript); in S_parse_body() 4149 S_open_script(pTHX_ const char *scriptname, bool dosearch, bool *suidscript) in S_open_script() 4165 scriptname in S_open_script() 2146 const char *scriptname = NULL; S_parse_body() local 4100 S_open_script(pTHX_ const char * scriptname,bool dosearch,bool * suidscript) S_open_script() argument [all...] |
| H A D | util.c | 3405 Perl_find_script(pTHX_ const char *scriptname, bool dosearch, 3427 /* additional extensions to try in each dir if scriptname not found */ 3441 * If dosearch is true and if scriptname does not contain path 3442 * delimiters, search the PATH for scriptname. 3445 * scriptname{SEARCH_EXTS} whenever scriptname is not found 3451 * + look for ./scriptname{,.foo,.bar} 3452 * + search the PATH for scriptname{,.foo,.bar} 3455 * + look *only* in the PATH for scriptname{,.foo,.bar} (note 3462 len = strlen(scriptname); 3335 Perl_find_script(pTHX_ const char * scriptname,bool dosearch,const char * const * const search_ext,I32 flags) global() argument [all...] |
| H A D | proto.h | 1169 Perl_find_script(pTHX_ const char *scriptname, bool dosearch, const char * const * const search_ext, I32 flags) 1172 assert(scriptname) 7681 S_open_script(pTHX_ const char *scriptname, bool dosearch, bool *suidscript); 7683 assert(scriptname); assert(suidscript)
|
| H A D | embed.fnc | 1149 p |char * |find_script |NN const char *scriptname \ 4876 S |PerlIO *|open_script |NN const char *scriptname \
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | genk-timing.py | 10 def __init__(self, scriptname, outputname): argument 12 self.shfile = open(scriptname, 'w')
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebtut.pod | 99 Looks OK, after it's been through the syntax check (perl -c scriptname), we 702 B<-w>. We can run the perl debugger B<perl -d scriptname> to inspect your
|
| H A D | perl5004delta.pod | 62 will probably work for an executable script invoked as C<scriptname>, 68 probably not follow this rule.) But C<perl scriptname> is guaranteed
|
| H A D | perldebug.pod | 1232 have to type the path or C<which $scriptname>.
|
| H A D | perldiag.pod | 1429 you don't have to type the path or C<`which $scriptname`>. 6620 If the Perl script is being executed as C<perl scriptname>, then the 6621 B<-%c> option must appear on the command line: C<perl -%c scriptname>.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlfaq.pod | 117 perl -MO=Xref[,OPTIONS] scriptname.plx
|
| H A D | perlfaqo.txt | 56 perl -MO=Xref[,OPTIONS] scriptname.plx
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq3.pod | 318 perl -MO=Xref[,OPTIONS] scriptname.plx
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 917 p |char* |find_script |NN const char *scriptname|bool dosearch \ 2996 S |PerlIO *|open_script |NN const char *scriptname|bool dosearch \
|