Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/freebsd-14.2/contrib/bmake/mk/
H A Dscripts.mk48 .for script in ${${group}:O:u}
50 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
51 script_mkdir_list += ${${group}DIR.${script:T}}
53 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
54 .if ${${group}NAME.${script}:T} != ${script:T}
56 STAGE_AS_${script} = ${${group}NAME.${script:T}}
57 stage_as.${group}: ${script}
59 installscripts: installscripts.${group}.${script:T}
60 installscripts.${group}.${script:T}: ${script} script_mkdirs
66 stage_files.${group}: ${script}
[all …]
/freebsd-14.2/tools/regression/usr.bin/env/
H A Dregress-env.rgdata272 script:N=0
276 script: shift
277 script:done
291 script:N=0
296 script:done
308 script:N=0
313 script:done
329 script:N=0
334 script:done
352 script:N=0
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcommands6 #0 string/w : shell archive or script for antique kernel text
7 0 string/fwt #!\ /bin/sh POSIX shell script text executable
14 0 string/fwt #!\ /bin/csh C shell script text executable
18 0 string/fwt #!\ /bin/ksh Korn shell script text executable
51 0 string/fwt #!\ /bin/nawk new awk script text executable
64 0 string/fwt #!\ /bin/awk awk script text executable
66 0 string/fwt #!\ /usr/bin/awk awk script text executable
132 0 search/1/c =<?php PHP script text
135 0 search/1 =<?\n PHP script text
137 0 search/1 =<?\r PHP script text
[all …]
H A Dtcl7 0 search/1/w #!\ /usr/bin/tcl Tcl script text executable
9 0 search/1/w #!\ /usr/local/bin/tcl Tcl script text executable
11 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable
13 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable
15 0 search/1/w #!\ /usr/bin/wish Tcl/Tk script text executable
17 0 search/1/w #!\ /usr/local/bin/wish Tcl/Tk script text executable
19 0 search/1 #!/usr/bin/env\ wish Tcl/Tk script text executable
21 0 search/1 #!\ /usr/bin/env\ wish Tcl/Tk script text executable
26 >0 regex \^package[\ \t]+req Tcl script
29 >0 regex \^package[\ \t]+req Tcl script
H A Druby9 0 search/1/w #!\ /usr/bin/ruby Ruby script text executable
12 0 search/1/w #!\ /usr/local/bin/ruby Ruby script text executable
15 0 search/1 #!/usr/bin/env\ ruby Ruby script text executable
18 0 search/1 #!\ /usr/bin/env\ ruby Ruby script text executable
28 >>>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
33 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
38 >&0 regex \^[[:space:]]*end([[:space:]]+[;#if].*)?$ Ruby script text
46 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
54 >0 regex \^[[:space:]]*include\ ([A-Z]+[a-z]*(::))+ Ruby script text
H A Dclojure6 0 string/w #!\ /usr/bin/clj Clojure script text executable
8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable
10 0 string/w #!\ /usr/bin/clojure Clojure script text executable
12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable
14 0 string/W #!/usr/bin/env\ clj Clojure script text executable
16 0 string/W #!/usr/bin/env\ clojure Clojure script text executable
18 0 string/W #!\ /usr/bin/env\ clj Clojure script text executable
20 0 string/W #!\ /usr/bin/env\ clojure Clojure script text executable
H A Dvaried.script2 # $File: varied.script,v 1.15 2022/10/18 13:01:30 christos Exp $
3 # varied.script: file(1) magic for various interpreter scripts
6 >&-1 string/T x %s script text executable
10 >&-1 string/T x %s script executable (binary data)
16 >15 string/T >\0 %s script text executable
20 >15 string/T >\0 %s script executable (binary data)
H A Dpython234 !:mime text/x-script.python
237 !:mime text/x-script.python
240 !:mime text/x-script.python
247 !:mime text/x-script.python
253 !:mime text/x-script.python
260 !:mime text/x-script.python
265 !:mime text/x-script.python
282 !:mime text/x-script.python
284 !:mime text/x-script.python
290 !:mime text/x-script.python
[all …]
H A Dperl8 0 search/1024 eval\ "exec\ perl Perl script text
10 0 search/1024 eval\ "exec\ /bin/perl Perl script text
12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text
14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text
16 0 search/1024 eval\ 'exec\ perl Perl script text
18 0 search/1024 eval\ 'exec\ /bin/perl Perl script text
20 0 search/1024 eval\ 'exec\ /usr/bin/perl Perl script text
22 0 search/1024 eval\ 'exec\ /usr/local/bin/perl Perl script text
24 0 search/1024 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text
26 0 string #!/usr/bin/env\ perl Perl script text executable
[all …]
/freebsd-14.2/libexec/rc/rc.d/
H A Dlocalpkg29 for script in ${zlist} ${slist}; do
30 if [ -z "${initdone}" -a -f "${script}" ]; then
34 if [ -x "${script}" ]; then
37 ${script} start)
38 elif [ -f "${script}" -o -L "${script}" ]; then
39 echo -n " (skipping ${script}, not executable)"
57 for script in `reverse_list ${slist} ${zlist}`; do
58 if [ -z "${initdone}" -a -f "${script}" ]; then
62 if [ -x "${script}" ]; then
64 echo "==>" ${script}
[all …]
/freebsd-14.2/usr.bin/tftp/tests/
H A Dtftp_test.sh68 tftp <client-script
87 tftp <client-script
107 tftp <client-script
160 echo -n "get" >client-script
166 echo >>client-script
237 tftp <client-script
259 tftp <client-script
282 tftp <client-script
342 echo -n "put" >client-script
370 echo -n "put" >client-script
[all …]
/freebsd-14.2/usr.sbin/periodic/etc/weekly/
H A D999.local14 for script in $weekly_local
17 case "$script" in
19 if [ -x "$script" ]
21 echo "Running $script:"
23 $script || rc=3
24 elif [ -f "$script" ]
26 echo "Running $script:"
28 sh $script || rc=3
30 echo "$script: No such file"
34 echo "$script: Not an absolute path"
/freebsd-14.2/usr.sbin/periodic/etc/daily/
H A D999.local17 for script in $daily_local
20 case "$script" in
22 if [ -x "$script" ]
24 echo "Running $script:"
26 $script || rc=3
27 elif [ -f "$script" ]
29 echo "Running $script:"
31 sh $script || rc=3
33 echo "$script: No such file"
37 echo "$script: Not an absolute path"
/freebsd-14.2/usr.sbin/periodic/etc/monthly/
H A D999.local14 for script in $monthly_local
17 case "$script" in
19 if [ -x "$script" ]
21 echo "Running $script:"
23 $script || rc=3
24 elif [ -f "$script" ]
26 echo "Running $script:"
28 sh $script || rc=3
30 echo "$script: No such file"
34 echo "$script: Not an absolute path"
/freebsd-14.2/stand/common/
H A Dinterp_simple.c84 struct includeline *script, *se, *sp; in interp_include() local
107 script = se = NULL; in interp_include()
134 while (script != NULL) { in interp_include()
135 se = script; in interp_include()
136 script = script->next; in interp_include()
150 if (script == NULL) { in interp_include()
151 script = sp; in interp_include()
164 for (sp = script; sp != NULL; sp = sp->next) { in interp_include()
193 while (script != NULL) { in interp_include()
194 se = script; in interp_include()
[all …]
H A Dinterp_forth.c372 struct includeline *script, *se, *sp; in interp_include() local
394 script = se = NULL; in interp_include()
406 while (script != NULL) { in interp_include()
407 se = script; in interp_include()
408 script = script->next; in interp_include()
420 if (script == NULL) { in interp_include()
421 script = sp; in interp_include()
435 for (sp = script; sp != NULL; sp = sp->next) { in interp_include()
448 while (script != NULL) { in interp_include()
449 se = script; in interp_include()
[all …]
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A Derror_handling_script.rst6 user-provided script specified with ``--error-handling-script=<path to the script>``
8 such a script.
13 The script is expected to be available in the ``PATH`` or to be provided using a
20 LLD calls the error handling script using the following arguments::
22 error-handling-script <tag> <tag-specific-arguments...>
27 is specified as the second argument, e.g. ``error-handling-script missing-lib
32 ``error-handling-script undefined-symbol mysymbol``
37 Upon success, the script is expected to return 0. A non-zero value is
/freebsd-14.2/usr.sbin/ppp/
H A Ddefs.c307 while (*script) { in MakeArgs()
308 script += strspn(script, " \t"); in MakeArgs()
309 if (*script == '#' && !(flags & PARSE_NOHASH)) { in MakeArgs()
310 *script = '\0'; in MakeArgs()
313 if (*script) { in MakeArgs()
316 *pvect++ = script; in MakeArgs()
318 script = findblank(script, flags); in MakeArgs()
319 if (script == NULL) in MakeArgs()
322 *script = '\0'; in MakeArgs()
323 else if (*script) in MakeArgs()
[all …]
/freebsd-14.2/usr.bin/sed/
H A Dmain.c82 static struct s_compunit *script, **cu_nextp = &script; variable
234 if (script == NULL) { in cu_fgets()
240 switch (script->type) { in cu_fgets()
242 if (strcmp(script->s, "-") == 0) { in cu_fgets()
247 err(1, "%s", script->s); in cu_fgets()
248 fname = script->s; in cu_fgets()
259 s = script->s; in cu_fgets()
274 script = script->next; in cu_fgets()
293 if (s == script->s) { in cu_fgets()
294 script = script->next; in cu_fgets()
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dscript.subr32 f_dprintf "%s: loading includes..." script.subr
112 local script="$1" config_file retval=$SUCCESS
114 f_dprintf "$funcname: script=[%s]" "$script"
115 if [ ! "$script" ]; then
117 for script in \
123 [ -e "$script" ] && break
133 if [ "$script" = "-" ]; then
138 f_dprintf "$funcname: Loading script \`%s'" "$script"
139 if [ ! -e "$script" ]; then
140 f_show_msg "$msg_unable_to_open" "$script"
[all …]
/freebsd-14.2/contrib/unbound/contrib/
H A DREADME4 * rc_d_unbound: FreeBSD compatible /etc/rc.d script.
5 * parseunbound.pl: perl script to run from cron that parses statistics from
8 * update-anchor.sh: shell script that uses unbound-host to update a set
14 * build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into
20 * create_unbound_ad_servers.sh: shell script to enter anti-ad server lists.
22 * unbound_cache.sh: shell script to save and load the cache.
23 * unbound_cache.cmd: windows script to save and load the cache.
24 * warmup.sh: shell script to warm up DNS cache by your own MRU domains.
25 * warmup.cmd: windows script to warm up DNS cache by your own MRU domains.
56 * metrics.awk: awk script that can convert unbound-control stats to
[all …]
/freebsd-14.2/sys/ddb/
H A Ddb_script.c170 if (strlen(script) >= DB_MAXSCRIPTLEN) in db_script_valid()
173 strcpy(buffer, script); in db_script_valid()
187 db_script_set(const char *scriptname, const char *script) in db_script_set() argument
192 error = db_script_valid(scriptname, script); in db_script_set()
203 strlcpy(dsp->ds_script, script, sizeof(dsp->ds_script)); in db_script_set()
505 char *buffer, *script, *scriptname; in sysctl_debug_ddb_scripting_script() local
522 script = buffer; in sysctl_debug_ddb_scripting_script()
523 scriptname = strsep(&script, "="); in sysctl_debug_ddb_scripting_script()
524 if (script == NULL) { in sysctl_debug_ddb_scripting_script()
529 error = db_script_set(scriptname, script); in sysctl_debug_ddb_scripting_script()
[all …]
/freebsd-14.2/contrib/diff/src/
H A Dcontext.c94 mark_ignorable (script); in print_context_script()
98 for (e = script; e; e = e->link) in print_context_script()
106 print_script (script, find_hunk, pr_unidiff_hunk); in print_context_script()
108 print_script (script, find_hunk, pr_context_hunk); in print_context_script()
424 mark_ignorable (struct change *script) in mark_ignorable() argument
426 while (script) in mark_ignorable()
428 struct change *next = script->link; in mark_ignorable()
432 script->link = 0; in mark_ignorable()
435 script->ignore = ! analyze_hunk (script, in mark_ignorable()
439 script->link = next; in mark_ignorable()
[all …]
/freebsd-14.2/contrib/openpam/t/
H A Dt_openpam_dispatch.c61 struct t_pam_conv_script script; variable
67 memset(&script, 0, sizeof script);
69 pamc.appdata_ptr = &script;
128 struct t_pam_conv_script script; variable
135 memset(&script, 0, sizeof script);
137 pamc.appdata_ptr = &script;
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp293 script->sectionCommands.push_back(cmd); in readDefsym()
505 script->phdrsCommands.push_back(cmd); in readPhdrs()
520 script->memoryRegions.insert({alias, script->memoryRegions[name]}); in readRegionAlias()
611 if (!script->seenRelroEnd) in readSections()
616 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()
620 script->hasSectionsCommand = true; in readSections()
794 script->keptSections.push_back(cmd); in readInputSectionDescription()
820 return script->getDot(); in readAssert()
927 osec->relro = script->seenDataAlign && !script->seenRelroEnd; in readOutputSectionDescription()
1452 script->seenDataAlign = true; in readPrimary()
[all …]

12345678910>>...41