Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dcgi.c100 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 Dsplit-lib.py7 def __init__(self, scriptname, outputname): argument
8 self.shfile = open(scriptname, 'w')
H A Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
12 self.shfile = open(scriptname, 'w')
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dsplit-lib.py7 def __init__(self, scriptname, outputname): argument
8 self.shfile = open(scriptname, 'w')
H A Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
12 self.shfile = open(scriptname, 'w')
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.c2190 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 Dutil.c3405 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 Dproto.h1169 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 Dembed.fnc1149 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 Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
12 self.shfile = open(scriptname, 'w')
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebtut.pod99 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 Dperl5004delta.pod62 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 Dperldebug.pod1232 have to type the path or C<which $scriptname>.
H A Dperldiag.pod1429 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 Dperlfaq.pod117 perl -MO=Xref[,OPTIONS] scriptname.plx
H A Dperlfaqo.txt56 perl -MO=Xref[,OPTIONS] scriptname.plx
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq3.pod318 perl -MO=Xref[,OPTIONS] scriptname.plx
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc917 p |char* |find_script |NN const char *scriptname|bool dosearch \
2996 S |PerlIO *|open_script |NN const char *scriptname|bool dosearch \