Searched refs:script (Results 151 - 175 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/sbin/init/
H A Dinit.c1022 * Run the system startup script.
1040 const char *shell, *script; local
1057 * Try to directly execute the script first. If it
1058 * fails, try the old method of passing the script path
1062 script = argv[1];
1063 error = access(script, X_OK);
1065 execv(script, argv + 1);
1066 warning("can't exec %s: %m", script);
1068 warning("can't access %s: %m", script);
1073 stall("can't exec %s for %s: %m", shell, script);
1100 run_script(const char *script) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am10 libkadm5srv_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
117 version-script.map
197 version-script.map
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec478 3.0p1 spec file and init script
554 - finish marking strings in the init script for translation
555 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
556 at startup (change merged from openssh.com init script, originally by
576 - bypass the daemon() function in the init script and call initlog directly,
606 - Init script and spec file changes from Pekka Savola. (#28750)
621 - Add init script mods from Pekka Savola.
622 - Tweak the init script to match the CVS contrib script more closely.
632 script no
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp419 const char *script = summary.GetData(); local
421 input.SplitIntoLines(script, strlen(script));
543 const char *script = synth.GetData(); local
545 input.SplitIntoLines(script, strlen(script));
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh501 cat <<- \END_SCRIPT > script
510 atf_check -s exit:0 -o inline:'a\nb\n' -e empty ${TEST_SH} script
534 cat <<- \END_SCRIPT > script
550 # script somehow, and doesn't fall over completely...
552 atf_check -s exit:0 -o ignore -e empty ${TEST_SH} script
/freebsd-11-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh34 script=${event%% *}
42 if [ "${script}" != "sensor_indicator" ] ; then
43 echo "Event uses wrong script: ${script}"
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h347 // Python-based summaries, running script code to show data
371 void SetPythonScript(const char *script) { argument
372 if (script)
373 m_python_script.assign(script);
/freebsd-11-stable/contrib/nvi/common/
H A Dscreen.h79 SCRIPT *script; /* Vi: script mode information .*/ member in struct:_scr
198 #define SC_EX_SILENT 0x00040000 /* Ex: batch script. */
204 #define SC_SCRIPT 0x01000000 /* Shell script window. */
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd4 rem -- Warm up DNS cache script by your own MRU domains or from
5 rem -- file when it specified as script argument.
/freebsd-11-stable/kerberos5/lib/libroken/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/roken/version-script.map
/freebsd-11-stable/libexec/rtld-elf/
H A DMakefile70 LDFLAGS+= -Wl,--version-script=${VERSION_MAP}
/freebsd-11-stable/contrib/diff/src/
H A Difdef.c47 /* Print the edit-script SCRIPT as a merged #ifdef file. */
50 print_ifdef_script (struct change *script) argument
53 print_script (script, find_change, print_ifdef_hunk);
65 This is a contiguous portion of a complete edit script,
H A Dside.c31 /* Print the edit-script SCRIPT as a sdiff style output. */
34 print_sdiff_script (struct change *script) argument
39 print_script (script, find_change, print_sdiff_hunk);
231 This is a contiguous portion of a complete edit script,
/freebsd-11-stable/share/mk/
H A Dlocal.sys.env.mk35 # we can use this for a cheap timestamp at the start of a target's script,
/freebsd-11-stable/share/dtrace/
H A Dhotopen29 * The hotopen D script periodically outputs table of which UIDs
H A Dtcpconn29 * The tcpconn D script shows histograms of the source of TCP connections
H A Dtcpdebug29 * The tcpdebug D script uses the tcp:kernel::debug tracepoints
H A Dtcpstate29 * The tcpstate D script shows TCP sockets transitioning between states.
H A Dudptrack29 * The udptrack D script shows various information about UDP
/freebsd-11-stable/rescue/rescue/
H A DMakefile21 SCRIPTSNAME_dhclient_FIXED= dhclient-script
22 dhclient_FIXED: ../../sbin/dhclient/dhclient-script
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c299 READSCRIPT_OFF(np->script, offsetof(struct script, r))
302 WRITESCRIPT_OFF(np->script, offsetof(struct script, r), val)
385 ** script is updated.
430 struct script;
676 ** These fields are accessible to the script processor.
685 ** of the script.
687 ** After successful selection the script
689 ** the IDLE label of the script
1004 struct script *script; member in struct:ncb
1157 struct script { struct
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in923 for script in "$LIBEXECDIR"/*; do
924 if [ -f "$script" ]; then
925 eval script_enabled="\$${script##*/}"
930 if [ -x "$script" ]; then
931 "$script" "$cmd" "$iface"
933 (set -- "$cmd" "$iface"; . "$script")
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c188 /* Put the '-' back in case we ever want to rerun our script */
197 /* End of script - all ok */
222 * c->argptr now temporarily points into c->script (via c->argv)
289 /* End of script - all ok */
560 *c->script = '\0';
577 *c->script = '\0';
580 strncpy(c->script, data, sizeof c->script - 1);
581 c->script[sizeof c->script
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp486 // The ScriptDetails class collects data associated with a single script
493 // The derived type of the script.
497 // Path to script .so file on the device.
501 // Pointer to the context which owns this script.
503 // Pointer to the script object itself.
504 empirical_type<lldb::addr_t> script; member in struct:RenderScriptRuntime::ScriptDetails
902 LLDB_LOGF(log, "%s: could not find script group for %s", __FUNCTION__,
941 // all kernels making up this script group
1081 // renderscript script groups
1153 // parse script grou
1511 ScriptDetails *script = LookUpScript(addr_t(args[eRsScript]), true); local
1643 lldb::addr_t script; local
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am48 version_arg = -Wl,--version-script=libstdc++-symbols.ver
52 version_arg = -Wl,--version-script=libstdc++-symbols.ver

Completed in 307 milliseconds

1234567891011>>