Searched refs:script (Results 51 - 75 of 356) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py10 script = """__all__ = [{import_names}]
17 f.write(script)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh33 # This script will fail if:
37 script() function
56 script 2>/dev/null &
60 # Sleep while the above script fires into life. To guard against dtrace dying
H A Derr.cputrackfailtostart.ksh28 # This script ensures that cputrack(1M) will fail to start when the cpc
31 # The script will fail if:
35 script() function
55 script 2>/dev/null &
59 # Sleep while the above script fires into life. To guard against dtrace dying
H A Dtst.platformevent.ksh29 # This script ensures that we can enable a probe which specifies a platform
57 script() function
77 script $event
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh29 # This script tests that several of the the mib:::icmp* probes fire and fire
32 script() function
75 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh59 script() function
77 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.discard.ksh29 # This script tests that the proc:::signal-discard probe fires correctly
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
69 script
H A Dtst.execfail.ENOENT.ksh29 # This script is identical to tst.execfail.ksh -- but it additionally checks
33 # If this fails, the script will run indefinitely; it relies on the harness
36 script() function
78 script
H A Dtst.execfail.ksh29 # This script tests that -- if a exec(2) fails -- the proc:::exec probe fires,
31 # circumvent any potential shell cleverness, this script generates exec
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
80 script
H A Dtst.exitcore.ksh29 # This script tests that the proc:::exit probe fires with the correct argument
38 # If this fails, the script will run indefinitely; it relies on the harness
41 script() function
81 script
H A Dtst.startexit.ksh29 # This script tests that the firing order of probes in a process is:
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
85 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh29 script() { function
72 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.basic.ksh45 script() function
74 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.trapstat.ksh30 # This script verifies that user-land stacks can be walked safely
36 script() function
64 script 2>/dev/null &
68 # Sleep while the above script fires into life. To guard against dtrace dying
/freebsd-12-stable/usr.sbin/bsdconfig/share/
H A DMakefile7 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A DMakefile5 netconfig_ipv6 rootpass script services time umount wlanconfig \
/freebsd-12-stable/usr.sbin/ppp/
H A Ddefs.c304 MakeArgs(char *script, char **pvect, int maxargs, int flags) argument
309 while (*script) {
310 script += strspn(script, " \t");
311 if (*script == '#' && !(flags & PARSE_NOHASH)) {
312 *script = '\0';
315 if (*script) {
318 *pvect++ = script;
320 script = findblank(script, flag
[all...]
/freebsd-12-stable/contrib/bc/tests/
H A Dall.sh32 script="$0"
33 testdir=$(dirname "$script")
41 err_exit "usage: $script dir [run_extra_tests] [run_stack_tests] [gen_tests] [time_tests] [exec args...]" 1
/freebsd-12-stable/contrib/diff/src/
H A Ded.c1 /* Output routines for ed-script format.
30 /* Print our script as ed commands. */
33 print_ed_script (struct change *script)
35 print_script (script, find_reverse_change, print_ed_hunk);
84 /* Print change script in the style of ed commands,
89 pr_forward_ed_script (struct change *script)
91 print_script (script, find_change, pr_forward_ed_hunk);
130 print_rcs_script (struct change *script)
132 print_script (script, find_change, print_rcs_hunk);
32 print_ed_script(struct change *script) argument
87 pr_forward_ed_script(struct change *script) argument
127 print_rcs_script(struct change *script) argument
H A Dnormal.c27 /* Print the edit-script SCRIPT as a normal diff.
31 print_normal_script (struct change *script) argument
33 print_script (script, find_change, print_normal_hunk);
37 This is a contiguous portion of a complete edit script,
/freebsd-12-stable/crypto/heimdal/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
/freebsd-12-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am20 libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
22 $(libheimntlm_la_OBJECTS): $(srcdir)/version-script.map
44 version-script.map \
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c84 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit
187 /* First usage case; script is the first arg */
214 "usage: %s script [-Ealnru] [-i extension] [file ...]\n"
215 "\t%s [-Ealnu] [-i extension] [-e script] ... [-f script_file]"
236 if (script == NULL) {
242 switch (script->type) {
244 if (strcmp(script->s, "-") == 0) {
248 if ((f = fopen(script->s, "r")) == NULL)
249 err(1, "%s", script
[all...]
/freebsd-12-stable/stand/common/
H A Dinterp_forth.c348 setenv("script.lang", "forth", 1);
376 struct includeline *script, *se, *sp; local
396 * Read the script into memory.
398 script = se = NULL;
404 /* Allocate script line structure and copy line, flags */
410 while (script != NULL) {
411 se = script;
412 script = script->next;
424 if (script
[all...]
/freebsd-12-stable/contrib/openpam/t/
H A Dt_openpam_dispatch.c63 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
69 memset(&script, 0, sizeof script);
71 pamc.appdata_ptr = &script;
130 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
137 memset(&script, 0, sizeof script);
139 pamc.appdata_ptr = &script;

Completed in 407 milliseconds

1234567891011>>