Home
last modified time | relevance | path

Searched refs:script (Results 26 – 50 of 297) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c116 char *script; variable
180 script = getenv("PKG_PROC_SCRIPT"); in main()
182 if (ulim && script) { in main()
482 if (ulim && script) { in quit()
484 set_ulimit(script, gettext(ERR_R_FAIL)); in quit()
486 set_ulimit(script, gettext(ERR_I_FAIL)); in quit()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddoulimit.c60 int set_ulimit(char *script, char *err_msg);
95 set_ulimit(char *script, char *err_msg) in set_ulimit() argument
103 script_name = strdup(script); in set_ulimit()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests20 o As a compiled script using $SHCOMP.
23 -c execute test module as compiled shell script only
24 -p execute test module as normal shell script in posix/C only
25 -u execute test module as normal shell script in c.UTF-8 only
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c209 register char *script; in b_dot_cmd() local
231 script = *argv; in b_dot_cmd()
232 if(error_info.errors || !script) in b_dot_cmd()
235 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script); in b_dot_cmd()
239 np = nv_search(script,shp->fun_tree,0); in b_dot_cmd()
244 path_search(shp,script,NIL(Pathcomp_t**),0); in b_dot_cmd()
251 errormsg(SH_DICT,ERROR_exit(1),e_found,script); in b_dot_cmd()
258 if((fd=path_open(shp,script,path_get(shp,script))) < 0) in b_dot_cmd()
259 errormsg(SH_DICT,ERROR_system(1),e_open,script); in b_dot_cmd()
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME34 executing each script in one of the /etc/rc[S0-6] directories, the
35 /sbin/rc[S0-6] script passes a single argument. It passes the argument
42 On earlier Solaris releases, a script named with a suffix of '.sh' would
49 behavior as described above, such that each 'S' script has a suitable
50 matching 'K' script, and they are both hard linked to a script in
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamprobe.sh134 script=lib/probe/C/make/probe
137 0) echo "$0: ../$script: probe script not found on PATH" >&2
144 makeprobe=`echo $1 | sed 's,[^/]*$,'$script,`
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.QuietMode.d.ksh40 script() function
58 script
H A Dtst.PreprocessorStatement.d.ksh42 script() function
63 script
H A Dtst.TestCompile.d.ksh40 script() function
60 script
H A Dtst.DefineNameWithCPP.d.ksh41 script() function
61 script
H A Dtst.UnDefineNameWithCPP.d.ksh43 script() function
63 script
H A Dtst.DataModel32.d.ksh40 script() function
66 script
H A Dtst.DataModel64.d.ksh41 script() function
67 script
H A Dtst.ELFGenerationOut.d.ksh42 script() function
59 script
H A Dtst.ELFGenerationWithO.d.ksh42 script() function
60 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh27 script() function
45 script &
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh47 script() function
61 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitexit.ksh35 script() function
63 script
H A Dtst.create.ksh35 script() function
63 script
H A Dtst.exec.ksh35 script() function
69 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh37 script() function
65 script 2>/dev/null
H A Derr.cputrackterminates.ksh35 script() function
63 script 2>/dev/null &
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ftruncate.ksh28 script() function
58 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.udp.ksh32 script() function
70 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.enablerace.ksh31 script() function
79 script

12345678910>>...12