Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/titanic_51/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out3 ip:::send - yes
4 ip:::receive - yes
5 tcp:::send - yes
6 tcp:::receive - yes
7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to syn-received - yes
9 tcp:::state-change to established - yes
10 tcp:::state-change to fin-wait-1 - yes
11 tcp:::state-change to close-wait - yes
12 tcp:::state-change to fin-wait-2 - yes
[all...]
H A Dtst.remotetcpstate.ksh.out3 ip:::send - yes
4 ip:::receive - yes
5 tcp:::send - yes
6 tcp:::receive - yes
7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to established - yes
9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
[all...]
H A Dtst.ipv4localtcp.ksh.out3 ip:::send - yes
4 ip:::receive - yes
5 tcp:::send - yes
6 tcp:::receive - yes
H A Dtst.ipv4remotetcp.ksh.out3 ip:::send - yes
4 ip:::receive - yes
5 tcp:::send - yes
6 tcp:::receive - yes
H A Dtst.ipv4localudp.ksh.out3 ip:::send - yes
4 ip:::receive - yes
5 udp:::send - yes
/titanic_51/usr/src/cmd/initpkg/
H A Dnscd.conf43 check-files audit_user yes
48 check-files auth_attr yes
53 check-files bootparams yes
58 check-files ethers yes
63 check-files exec_attr yes
68 check-files group yes
73 check-files hosts yes
78 check-files ipnodes yes
83 check-files netmasks yes
88 check-files networks yes
[all...]
/titanic_51/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile14 LOADER_DISK_SUPPORT?= yes
15 LOADER_UFS_SUPPORT?= yes
16 LOADER_CD9660_SUPPORT?= yes
18 LOADER_NET_SUPPORT?= yes
19 LOADER_NFS_SUPPORT?= yes
20 LOADER_TFTP_SUPPORT?= yes
21 LOADER_GZIP_SUPPORT?= yes
25 .if ${LOADER_DEBUG} == "yes"
28 .if ${LOADER_DISK_SUPPORT} == "yes"
31 .if ${LOADER_UFS_SUPPORT} == "yes"
[all...]
/titanic_51/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.build.sh50 error=yes
64 error=yes
72 cp /tmp/$$build $dest || error=yes
75 error=yes
79 [ "$error" = yes ] &&
H A Dr.build.sh34 rmdir $dest || error=yes
58 cp /tmp/$$build $dest || error=yes
61 error=yes
66 rm -f $dest || error=yes
69 [ "$error" = yes ] &&
H A Dr.awk.sh34 rmdir $dest || error=yes
52 error=yes
55 rm -f $dest || error=yes
58 [ "$error" = yes ] &&
H A Dr.sed.sh34 rmdir $dest || error=yes
52 error=yes
55 rm -f $dest || error=yes
58 [ "$error" = yes ] &&
H A Di.awk.sh50 error=yes
64 error=yes
68 [ "$error" = yes ] &&
H A Di.sed.sh50 error=yes
65 error=yes
68 [ "$error" = yes ] &&
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst12 ERROR - $'iffe: test: is sys/types.h a header ... yes
13 iffe: test: is stdio.h a header ... yes'
25 ERROR - $'iffe: test: is sys/types.h a header ... yes
26 iffe: test: is stdio.h a header ... yes
27 iffe: test: is limits.h a header ... yes'
38 ERROR - $'iffe: test: is sys/types.h a header ... yes
39 iffe: test: is stdio.h a header ... yes
61 ERROR - $'iffe: test: is sys/types.h a header ... yes
62 iffe: test: is stdio.h a header ... yes'
75 ERROR - $'iffe: test: is sys/types.h a header ... yes
[all...]
/titanic_51/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf48 if [ "$error" = yes ]
68 error=yes
75 || error=yes
77 cp $dest $tmpfile || error=yes
90 error=yes
93 echo "$pkg_start" >> $tmpfile || error=yes
94 cat $src >> $tmpfile || error=yes
95 echo "$pkg_end" >> $tmpfile || error=yes
101 mv $tmpfile $dest || error=yes
110 if [ "$error" = yes ]
[all...]
H A Di.pkcs11conf50 if [ "$error" = yes ]
70 error=yes
77 || error=yes
79 cp $dest $tmpfile || error=yes
92 error=yes
95 echo "$pkg_start" >> $tmpfile || error=yes
96 cat $src >> $tmpfile || error=yes
97 echo "$pkg_end" >> $tmpfile || error=yes
103 mv $tmpfile $dest || error=yes
112 if [ "$error" = yes ]
[all...]
H A Di.kcfconf59 if [ "$error" = yes ]
79 error=yes
86 || error=yes
88 cp $dest $tmpfile || error=yes
108 error=yes
112 || error=yes
125 error=yes
128 echo "$pkg_start" >> $tmpfile || error=yes
129 cat $src >> $tmpfile || error=yes
132 echo "$pkg_end" >> $tmpfile || error=yes
[all...]
/titanic_51/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c165 char *day, *cur, *yes; in test_newlocale_categories() local
184 yes = nl_langinfo_l(YESSTR, loc); in test_newlocale_categories()
185 if ((yes == NULL) || (strcmp(yes, "да") != 0)) { in test_newlocale_categories()
200 char *day, *cur, *yes; in test_newlocale_composite() local
218 yes = nl_langinfo_l(YESSTR, loc); in test_newlocale_composite()
219 if ((yes == NULL) || (strcmp(yes, "да") != 0)) { in test_newlocale_composite()
/titanic_51/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs50 || error=yes
52 cp $dest $tmpfile || error=yes
56 echo "$pkg_start" >> $tmpfile || error=yes
57 cat $src >> $tmpfile || error=yes
58 echo "$pkg_end" >> $tmpfile || error=yes
63 mv $tmpfile $dest || error=yes
72 if [ "$error" = yes ]
/titanic_51/usr/src/grub/grub-0.97/
H A Ddepcomp49 libtool Whether libtool is used (yes/no).
155 if test "$libtool" = yes; then
168 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
206 if test "$libtool" = yes; then
289 if test "$libtool" = yes; then
340 if test "$libtool" = yes; then
391 if test "$libtool" = yes; then
404 cleared=yes ;;
436 if test "$libtool" = yes; then
/titanic_51/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh75 yes=`printf "$(gettext "yes")"`
81 $y|$yes) answer=yes;;
189 if [[ $master = yes ]]; then
192 if [[ $slave = yes ]]; then
219 if [[ $slave = yes ]]; then
223 if [[ $master = yes ]]; then
422 if [[ $master = yes ]]; then
509 printf "$(gettext "yes")\
[all...]
/titanic_51/usr/src/boot/sys/boot/arm/uboot/
H A DMakefile19 LOADER_DISK_SUPPORT?= yes
23 LOADER_UFS_SUPPORT?= yes
27 LOADER_NANDFS_SUPPORT?= yes
31 LOADER_NET_SUPPORT?= yes
32 LOADER_NFS_SUPPORT?= yes
37 LOADER_FDT_SUPPORT= yes
42 .if ${LOADER_DISK_SUPPORT} == "yes"
45 .if ${LOADER_UFS_SUPPORT} == "yes"
48 .if ${LOADER_CD9660_SUPPORT} == "yes"
51 .if ${LOADER_EXT2FS_SUPPORT} == "yes"
[all...]
/titanic_51/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh34 compress=yes
113 SPLIT=yes
154 if [ $compress = yes ] ; then
182 if [ $compress = yes ]; then
195 if [ $compress = yes ] ; then
284 if [ $compress = yes ] || [ $ISA = sparc ] ; then
395 if [ $SPLIT = yes ]; then
427 if [ $SPLIT = yes ]; then
461 if [ $SPLIT = yes ]; then
/titanic_51/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s34 je .found / yes
40 je .found1 / yes
46 je .found2 / yes
52 je .found3 / yes
/titanic_51/usr/src/boot/sys/boot/common/
H A Dboot.c168 int c, yes; in autoboot() local
201 yes = 0; in autoboot()
209 yes = 1; in autoboot()
214 yes = 1; in autoboot()
226 yes = 1; in autoboot()
229 if (yes) in autoboot()
232 if (yes) { in autoboot()

12345678910>>...16