Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 297) sorted by path

12345678910>>...12

/illumos-gate/usr/src/boot/common/
H A Dhelp.common326 # Tinclude DRead commands from a script file
H A Dinterp.c200 struct includeline *script, *se, *sp; in include() local
213 script = se = NULL; in include()
228 while (script != NULL) { in include()
229 se = script; in include()
230 script = script->next; in include()
243 if (script == NULL) { in include()
244 script = sp; in include()
261 for (sp = script; sp != NULL; sp = sp->next) { in include()
277 while(script != NULL) { in include()
278 se = script; in include()
[all …]
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown19 …* Smaller programs not using a configure script not supporting line editing at all (A problem we h…
/illumos-gate/usr/src/boot/forth/
H A Dshortcuts.4th33 \ This script should be included after you have included any/all other
/illumos-gate/usr/src/cmd/
H A DMakefile371 script \
693 script \
/illumos-gate/usr/src/cmd/allocate/
H A Ddevalloc_defaults34 # cleanscript=<full path to clean script for this type>
H A Dwdwwrapper.sh53 echo **** Clean script $SCRIPT not found ****
/illumos-gate/usr/src/cmd/ast/ksh/builtins/
H A Dalias.c152 static const char *script = "\n" variable
206 (void) sh_trap(script, 0); in script_builtin_main()
/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/cmd/bnu/
H A DDevices92 # explicitly using the Network Listener Service dial script):
109 # and that uses the Network Listener Service dial script to negotiate
116 # Interface and that uses the Network Listener Service dial script
H A DDialers33 # - a chat script (same format and meaning as the login scripts
353 # DATAKIT(r) serial port connection script
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf27 # Class action script for "kcfconf" class files.
29 # This script appends the input file from the package to the
H A Di.kmfconf26 # Class action script for "kmfconf" class files.
28 # This script appends the input file from the package to the
H A Di.pkcs11conf27 # Class action script for "pkcs11conf" class files.
29 # This script appends the input file from the package to the
H A Dr.kcfconf27 # Removal class action script for "kcfconf" class files.
29 # This script removes entries belonging to the package from the
H A Dr.kmfconf26 # Removal class action script for "kmfconf" class files.
28 # This script removes entries belonging to the package from the
H A Dr.pkcs11conf27 # Removal class action script for "pkcs11conf" class files.
29 # This script removes entries belonging to the package from the
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample31 # file are currently configured using ipsecconf from inetinit script
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Dmyisp-chat.tmpl26 # This is an example chat script for dialing into a typical ISP. See
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c152 char *script, *copy = NULL; in nwamd_enm_activate_deactivate_thread() local
173 nwam_value_get_string(scriptval, &script) != NWAM_SUCCESS) { in nwamd_enm_activate_deactivate_thread()
194 "running script %s for enm %s", script, object_name); in nwamd_enm_activate_deactivate_thread()
205 if ((copy = strdup(script)) == NULL || in nwamd_enm_activate_deactivate_thread()
206 (argv = calloc(strlen(script), sizeof (char *))) == NULL) { in nwamd_enm_activate_deactivate_thread()
265 script, object_name); in nwamd_enm_activate_deactivate_thread()
337 pthread_t script; in nwamd_enm_run_method() local
349 if (pthread_create(&script, NULL, in nwamd_enm_run_method()
359 (void) pthread_detach(script); in nwamd_enm_run_method()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6755 eventhook script, if present. There seem to be few ways to do this,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c2146 auth_script(script) in auth_script() argument
2147 char *script; in auth_script()
2163 argv[0] = script;
2171 auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL);
H A Dipcp.c1723 ipcp_script(script) in ipcp_script() argument
1724 char *script; in ipcp_script()
1735 argv[0] = script;
1743 ipcp_script_pid = run_program(script, argv, 0, ipcp_script_done, NULL);
H A Dipv6cp.c1386 ipv6cp_script(script) in ipv6cp_script() argument
1387 char *script; in ipv6cp_script()
1398 argv[0] = script;
1407 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs27 # Class action script for ipsecalgs class files.
29 # This script appends the input file from the package to the

12345678910>>...12