| /freebsd/tests/sys/netinet/ |
| H A D | output.sh | 53 script_name=`dirname $0`/../common/net_receiver.py 54 script_name=`realpath ${script_name}` 70 echo jexec ${jname}b ${script_name} ${args} 71 jexec ${jname}b ${script_name} --test_name "test_listen_tcp" ${args} & 123 script_name=`dirname $0`/../common/net_receiver.py 124 script_name=`realpath ${script_name}` 139 echo jexec ${jname}b ${script_name} ${args} 140 jexec ${jname}b ${script_name} --test_name "test_listen_udp" ${args} & 190 script_name=`dirname $0`/../common/net_receiver.py 191 script_name=`realpath ${script_name}` [all …]
|
| H A D | forward.sh | 49 script_name="../common/sender.py" 73 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 106 script_name="../common/sender.py" 133 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 165 script_name="../common/sender.py" 187 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 220 script_name="../common/sender.py" 247 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| H A D | divert.sh | 63 script_name="../common/divert.py" 74 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 118 script_name="../common/divert.py" 129 atf_check -s exit:0 jexec ${jname} $(atf_get_srcdir)/${script_name} \
|
| H A D | redirect.sh | 66 script_name="redirect.py" 88 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| /freebsd/tests/sys/netinet6/ |
| H A D | output6.sh | 53 script_name=`dirname $0`/../common/net_receiver.py 54 script_name=`realpath ${script_name}` 78 echo jexec ${jname}b ${script_name} ${args} 79 jexec ${jname}b ${script_name} --test_name "test_listen_tcp" ${args} & 131 script_name=`dirname $0`/../common/net_receiver.py 132 script_name=`realpath ${script_name}` 155 echo jexec ${jname}b ${script_name} ${args} 156 jexec ${jname}b ${script_name} --test_name "test_listen_udp" ${args} & 206 script_name=`dirname $0`/../common/net_receiver.py 207 script_name=`realpath ${script_name}` [all …]
|
| H A D | forward6.sh | 60 script_name="../common/sender.py" 87 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 131 script_name="../common/sender.py" 161 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 205 script_name="../common/sender.py" 236 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 279 script_name="../common/sender.py" 305 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \ 349 script_name="../common/sender.py" 379 $(atf_get_srcdir)/${script_name} \ [all …]
|
| H A D | divert.sh | 64 script_name="../common/divert.py" 81 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| H A D | redirect.sh | 65 script_name="redirect.py" 98 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| /freebsd/tools/tools/git/ |
| H A D | mfc-candidates.lua | 119 local script_name = arg[0]:match("([^/]+)$") 120 …print(script_name .. " [-ah] [-F git-show-fmt] [-f from_branch] [-t to_branch] [-u user] [-X exclu…
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 42 const char *script_name; member 686 static int helper_init(struct helper *h, const char *script_name, in helper_init() argument 805 BIO_snprintf(title, sizeof(title), "quic_multistream_test: %s", script_name); in helper_init() 1040 const char *script_name, in run_script_worker() argument 1196 TEST_info("script \"%s\" finished on thread %d", script_name, thread_idx); in run_script_worker() 1896 h->threads[i].script_name = script_name; in run_script_worker() 2033 script_name, op_idx + 1, thread_idx); in run_script_worker() 2098 const char *script_name, in run_script() argument 2105 if (!TEST_true(helper_init(&h, script_name, in run_script() 2109 if (!TEST_true(run_script_worker(&h, script, script_name, -1))) in run_script() [all …]
|
| H A D | json_test.c | 130 static const char script_name[] = #name; \ 140 script_name, script_title, script_words, OSSL_NELEM(script_words), \
|
| /freebsd/targets/pseudo/bootstrap-packages/ |
| H A D | bootstrap-packages.sh | 72 script_name=$(realpath $0 | to_reldir)
|
| /freebsd/sbin/dhclient/ |
| H A D | clparse.c | 85 top_level_config.script_name = client_script_name; in read_client_conf() 277 config->script_name = parse_string(cfile); in parse_client_statement()
|
| H A D | dhcpd.h | 169 char *script_name; member
|
| H A D | dhclient.c | 2358 scriptName = ip->client->config->script_name; in priv_script_go() 2361 scriptName = top_level_config.script_name; in priv_script_go()
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 840 #define OP_SPAWN_THREAD(script_name) \ argument 841 (OP_PUSH_P(SCRIPT(script_name)), OP_FUNC(hf_spawn_thread))
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_hipd.c | 3667 char *script_name; in sym_log_hard_error() local 3678 script_name = "scripta"; in sym_log_hard_error() 3685 script_name = "scriptb"; in sym_log_hard_error() 3690 script_name = "mem"; in sym_log_hard_error() 3697 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
|
| /freebsd/contrib/bc/ |
| H A D | build.pkg.rig | 754 script_name: str = name +~ "." +~ calc; 758 src_script_name: str = path.join(src_scriptdir, script_name);
|