Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 596) sorted by path

12345678910>>...24

/illumos-gate/exception_lists/
H A Dcheck_rtime212 NOSYMSORT opt/SUNWdtrt/tst/common/pid/tst.weak2.exe # DTrace test
234 # libfakekernel is a test environment, not intended for general use
246 FORBIDDEN_DEP usr/lib/smbsrv/test-decrypt
247 FORBIDDEN_DEP usr/lib/smbsrv/test-encrypt
248 FORBIDDEN_DEP usr/lib/smbsrv/test-msgbuf
H A Dclosed-bins164 ./usr/xpg4/bin/test
H A Dcopyright61 usr/src/cmd/dtrace/test/tst/common/*/*.out
391 usr/src/test/libc-tests/tests/err/data/*
393 usr/src/test/os-tests/tests/xsave/data/*
394 usr/src/test/util-tests/tests/cpio/files/*
395 usr/src/test/util-tests/tests/dis/*/*.out
397 usr/src/test/util-tests/tests/grep_xpg4/files/test*
398 usr/src/test/util-tests/tests/head/*.in
399 usr/src/test/util-tests/tests/head/*.out
400 usr/src/test/util-tests/tests/libsff/*.out
588 usr/src/test/util-tests/tests/mdb/*/*.mdb
[all …]
H A Dcstyle694 usr/src/test/libc-tests/tests/regex/testregex.c
695 usr/src/test/os-tests/tests/sockfs/conn.c
696 usr/src/test/os-tests/tests/sockfs/dgram.c
697 usr/src/test/os-tests/tests/sockfs/drop_priv.c
698 usr/src/test/os-tests/tests/sockfs/sockpair.c
699 usr/src/test/libc-tests/tests/stdio/fmemopentest.c
700 usr/src/test/libc-tests/tests/stdio/open_memstreamtest.c
701 usr/src/test/libc-tests/tests/stdio/orientation_test.c
1257 usr/src/test/libc-tests/tests/qsort/*.c
H A Dkeywords40 usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v15.dat.bz2
41 usr/src/test/zfs-tests/tests/functional/delegate/delegate_common.kshlib
42 usr/src/test/test-runner/cmd/run
H A Dmanlint29 usr/src/test/libc-tests/tests/err/data/*
30 usr/src/test/util-tests/tests/grep_xpg4/files/*
H A Dmapfilechk49 usr/src/test/elf-tests/
H A Dpackaging557 usr/lib/smbsrv/test-decrypt
558 usr/lib/smbsrv/test-encrypt
559 usr/lib/smbsrv/test-msgbuf
600 # debug & test program for smbfs (private)
637 # portable object file and dictionary used by libfmd_msg test
720 usr/bin/test-getdc
H A Dpackaging.deps47 pkg:/system/test/fio
H A Dwscheck25 usr/src/test/crypto-tests/tests/digest/data/*.rsp
26 usr/src/test/os-tests/tests/definit/init.data
27 usr/src/test/util-tests/tests/dis/i386/*.out
28 usr/src/test/libc-tests/tests/qsort/*.c
118 # These bits form the mdb test suite are all literal output from mdb and
121 usr/src/test/util-tests/tests/mdb/*/*.*.out
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown45 Please test it everywhere you can and report back!
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th527 \ test for environment variable
704 \ need to test whether menu_caption[x] (ansi_caption[x] when
803 \ let's test for the existence of this particular array element.
818 \ Now test for the existence of our incremented array index in the
H A Dmenusets.4th499 1+ dup 57 > ( x y -- y' 0|-1 ) \ increment and test
619 1+ dup 56 > ( x -- x' 0|-1 ) \ increment and test
631 1+ dup 65535 > ( n -- n' 0|-1 ) \ increment and test
H A Dsupport.4th1085 : test-file
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S531 jmp intusr.5 # Skip CALLF test
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S502 test $0x2,%al # Busy?
507 test $0x2,%al # Busy?
/illumos-gate/usr/src/boot/i386/libi386/
H A Drelocater_tramp.S181 test %ax, %ax
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrtok.c112 char blah[80], test[80]; in main() local
119 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main()
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep)) in main()
122 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main()
124 for (word = strtok_r(test, sep, &brkt); word; in main()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1188 my ($mask, $mode, $test);
1194 $test = $mode & $mask;
1195 if ($test == $mask) {
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests2 #### ksh93 test suite
6 The directory /opt/ksh93-tests/ contains the ksh93 test suite
9 The test suite is split into modules with the ending *.sh
16 By default, with no <options>, each test is run three times:
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
31 file name of test module
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1854 register int test; in s_if() local
1856 test = exprtest(np->n_left); in s_if()
1860 if (test) in s_if()
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c30 static int compare_manifests(FILE *rulesfile, char *control, char *test,
101 compare_manifests(FILE *rulesfile, char *control, char *test, in compare_manifests() argument
121 test_fd = fopen(test, "r"); in compare_manifests()
123 perror(test); in compare_manifests()
130 &test_line, test); in compare_manifests()
140 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
164 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
173 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
214 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6510 test the dsm_using_dlpi flag instead.
1054 The implementation was tested using the TAHI test suite for DHCPv6
1055 (www.tahi.org). There are some peculiar aspects to this test suite,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME366 examples. Once the configuration is ready, you can test whether the
515 ssid="1x-test"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c224 int test, b, rn_b; in rn_match() local
268 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */ in rn_match()
269 for (b = 7; (test >>= 1) > 0; ) in rn_match()

12345678910>>...24