Home
last modified time | relevance | path

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

12345678910>>...19

/minix3/external/bsd/file/dist/magic/magdir/
H A Dcommands6 #0 string/w : shell archive or script for antique kernel text
7 0 string/wt #!\ /bin/sh POSIX shell script text executable
9 0 string/wb #!\ /bin/sh POSIX shell script executable (binary data)
12 0 string/wt #!\ /bin/csh C shell script text executable
16 0 string/wt #!\ /bin/ksh Korn shell script text executable
18 0 string/wb #!\ /bin/ksh Korn shell script executable (binary data)
21 0 string/wt #!\ /bin/tcsh Tenex C shell script text executable
23 0 string/wt #!\ /usr/bin/tcsh Tenex C shell script text executable
25 0 string/wt #!\ /usr/local/tcsh Tenex C shell script text executable
27 0 string/wt #!\ /usr/local/bin/tcsh Tenex C shell script text executable
[all …]
H A Dvaried.script2 # $File: varied.script,v 1.10 2014/03/01 22:32:39 christos Exp $
3 # varied.script: file(1) magic for various interpreter scripts
6 >3 string >\0 %s script text executable
10 >3 string >\0 %s script executable (binary data)
14 >3 string >\0 %s script text executable
18 >3 string >\0 %s script executable (binary data)
22 >2 string >\0 %s script text executable
26 >2 string >\0 %s script executable (binary data)
29 0 string/t #!\ script text executable
33 0 string/b #!\ script executable
[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 Dpython9 0 string/t """ Python script text executable
28 0 search/1/w #!\ /usr/bin/python Python script text executable
30 0 search/1/w #!\ /usr/local/bin/python Python script text executable
32 0 search/1 #!/usr/bin/env\ python Python script text executable
34 0 search/1 #!\ /usr/bin/env\ python Python script text executable
39 0 regex \^from\\s+(\\w|\\.)+\\s+import.*$ Python script text executable
44 >&0 search/64 self Python script text executable
49 #>&0 regex .*'''$ Python script text executable
53 #>&0 regex .*"""$ Python script text executable
60 >&0 regex \^\\s*except.*: Python script text executable
[all …]
H A Djavascript6 0 search/1/w #!/bin/node Node.js script text executable
8 0 search/1/w #!/usr/bin/node Node.js script text executable
10 0 search/1/w #!/bin/nodejs Node.js script text executable
12 0 search/1/w #!/usr/bin/nodejs Node.js script text executable
14 0 search/1 #!/usr/bin/env\ node Node.js script text executable
16 0 search/1 #!/usr/bin/env\ nodejs Node.js script text executable
H A Dmake5 0 regex \^CFLAGS makefile script text
7 0 regex \^LDFLAGS makefile script text
9 0 regex \^all: makefile script text
11 0 regex \^.PRECIOUS makefile script text
14 0 regex \^SUBDIRS automake makefile script text
H A Druby9 0 search/1/w #!\ /usr/bin/ruby Ruby script text executable
11 0 search/1/w #!\ /usr/local/bin/ruby Ruby script text executable
13 0 search/1 #!/usr/bin/env\ ruby Ruby script text executable
15 0 search/1 #!\ /usr/bin/env\ ruby Ruby script text executable
23 >>0 regex \^[\ \t]*end([\ \t]*[;#].*)?$ Ruby script text
H A Dlua9 0 search/1/w #!\ /usr/bin/lua Lua script text executable
11 0 search/1/w #!\ /usr/local/bin/lua Lua script text executable
13 0 search/1 #!/usr/bin/env\ lua Lua script text executable
15 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable
H A Dperl8 0 search/1 eval\ "exec\ /bin/perl Perl script text
10 0 search/1 eval\ "exec\ /usr/bin/perl Perl script text
12 0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
14 0 search/1 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text
16 0 search/1 #!/usr/bin/env\ perl Perl script text executable
18 0 search/1 #!\ /usr/bin/env\ perl Perl script text executable
21 >0 regex \^#!.*/bin/perl$ Perl script text executable
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py180 script = KScriptGenerator(filename)
181 script.setCallWeighting(callWeighting)
182script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
186 script.writeComment(" call weighting = %f" % callWeighting)
187script.writeComment("===========================================================================")
188 script.writeEmptyLine()
189 script.writePredefinedFunctions()
192 script.writeFunction(elementsPerFunc)
[all …]
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py180 script = KScriptGenerator(filename)
181 script.setCallWeighting(callWeighting)
182script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
186 script.writeComment(" call weighting = %f" % callWeighting)
187script.writeComment("===========================================================================")
188 script.writeEmptyLine()
189 script.writePredefinedFunctions()
192 script.writeFunction(elementsPerFunc)
[all …]
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py185 script = KScriptGenerator(filename)
186 script.setCallWeighting(callWeighting)
187script.writeComment("===========================================================================")
188 script.writeComment("Auto-generated script")
189 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
191 script.writeComment(" call weighting = %f" % callWeighting)
192script.writeComment("===========================================================================")
193 script.writeEmptyLine()
194 script.writePredefinedFunctions()
197 script.writeFunction(elementsPerFunc)
[all …]
/minix3/usr.sbin/service/
H A Dservice105 script=$1
112 if [ -x "${dir}/${script}" ]; then
113 [ -n "${VERBOSE}" ] && echo "${script} is located in ${dir}" >&2
119 "${dir}/${script}" "${arg}"
120 echo "Failed to exec ${dir}/${script} ${arg}" >&2
125 echo "${script} does not exist in ${rc_directories}" >&2
/minix3/usr.bin/sed/
H A Dmain.c91 static struct s_compunit *script, **cu_nextp = &script; variable
248 if (script == NULL) { in cu_fgets()
254 switch (script->type) { in cu_fgets()
256 if ((f = fopen(script->s, "r")) == NULL) in cu_fgets()
257 err(1, "%s", script->s); in cu_fgets()
258 fname = script->s; in cu_fgets()
263 sizeof(string_ident), "\"%s\"", script->s)) >= in cu_fgets()
268 s = script->s; in cu_fgets()
281 script = script->next; in cu_fgets()
300 if (s == script->s) { in cu_fgets()
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py278 script = tmpBase + '.script'
280 script += '.bat'
286 f = open(script, mode)
297 command = ['cmd','/c', script]
300 command = [bashPath, script]
302 command = ['/bin/sh', script]
415 script = []
434 if script and script[-1][-1] == '\\':
435 script[-1] = script[-1][:-1] + ln
437 script.append(ln)
[all …]
/minix3/external/bsd/bind/dist/contrib/nslint-3.0a2/
H A DINSTALL4 script will abort if your compiler is not ANSI compliant. If this
10 and run ./configure (a shell script). "configure" will determine
18 have to modify the configure script and Makefile.in. Please send
26 Makefile.in - compilation rules (input to the configure script)
32 configure - configure script (run this first)
33 configure.in - configure script source
34 install-sh - BSD style install script
/minix3/external/bsd/atf/dist/atf-sh/
H A Datf-sh.cpp88 const std::string* script = construct_script(interpreter_argv[0]); in construct_argv() local
94 argv[2] = script->c_str(); in construct_argv()
135 const atf::fs::path script(m_argv[0]); in main() local
136 if (!atf::fs::exists(script)) in main()
137 throw std::runtime_error("The test program '" + script.str() + "' " in main()
/minix3/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-sh.cpp88 const std::string* script = construct_script(interpreter_argv[0]); in construct_argv() local
94 argv[2] = script->c_str(); in construct_argv()
135 const atf::fs::path script(m_argv[0]); in main() local
136 if (!atf::fs::exists(script)) in main()
137 throw std::runtime_error("The test program '" + script.str() + "' " in main()
/minix3/crypto/external/bsd/heimdal/dist/cf/
H A Dversion-script.m41 dnl check if ld supports --version-script
4 AC_CACHE_CHECK(for ld --version-script, rk_cv_version_script,[
20 …AC_TRY_COMMAND([${CC-cc} -shared -Wl,--version-script,conftest.map $CFLAGS $LDFLAGS -o libconftest…
29 LDFLAGS_VERSION_SCRIPT="-Wl,--version-script,"
/minix3/external/mit/lua/dist/src/
H A Dlua.c226 static void createargtable (lua_State *L, char **argv, int argc, int script) { in createargtable() argument
228 if (script == argc) script = 0; /* no script name? */ in createargtable()
229 narg = argc - (script + 1); /* number of positive indices */ in createargtable()
230 lua_createtable(L, narg, script + 1); in createargtable()
233 lua_rawseti(L, -2, i - script); in createargtable()
560 int script; in pmain() local
561 int args = collectargs(argv, &script); in pmain()
565 print_usage(argv[script]); /* 'script' has index of bad arg. */ in pmain()
575 createargtable(L, argv, argc, script); /* create table 'arg' */ in pmain()
580 if (!runargs(L, argv, script)) /* execute arguments -e and -l */ in pmain()
[all …]
/minix3/crypto/external/bsd/heimdal/dist/base/
H A DMakefile.am10 libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
27 libheimbase_la_DEPENDENCIES = version-script.map
31 EXTRA_DIST = NTMakefile version-script.map
/minix3/bin/ed/test/
H A DREADME10 .t Template - a list of ed commands from which an ed script is
12 .d Data - read by an ed script
14 script.
20 *** The script u.ed exited abnormally ***
22 *** Output u.o of script u.ed is incorrect ***
/minix3/external/bsd/lutok/dist/examples/
H A Dbindings.cpp124 std::ostringstream script; in main() local
125 script << "print(native.factorial(" << argv[1] << "))"; in main()
127 lutok::do_string(state, script.str()); in main()
/minix3/external/bsd/nvi/dist/ex/
H A Dex_script.c104 sp->script = sc; in sscr_init()
227 sc = sp->script; in sscr_getprompt()
348 sc = sp->script; in sscr_exec()
389 FD_SET(sp->script->sh_master, &rdfd); in sscr_check_input()
390 if (sp->script->sh_master > maxfd) in sscr_check_input()
391 maxfd = sp->script->sh_master; in sscr_check_input()
403 FD_ISSET(sp->script->sh_master, &rdfd)) { in sscr_check_input()
435 FD_SET(sp->script->sh_master, &rdfd); in sscr_input()
436 if (sp->script->sh_master > maxfd) in sscr_input()
437 maxfd = sp->script->sh_master; in sscr_input()
[all …]
/minix3/crypto/external/bsd/heimdal/dist/lib/com_err/
H A DMakefile.am11 libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
29 libcom_err_la_DEPENDENCIES = version-script.map
48 version-script.map

12345678910>>...19