/src/etc/autofs/ |
special_hosts | 6 if [ $# -eq 0 ]; then 8 [ $? -eq 0 ] || exit 1 14 [ $? -eq 0 ] || exit 1
|
/src/etc/rc.d/ |
envsys | 21 [ $? -eq 0 ] && echo "Setting new sensor properties." 27 [ $? -eq 0 ] && echo "Removing sensor properties."
|
/src/common/dist/zlib/contrib/puff/ |
Makefile | 19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254 22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246 25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249 28 @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246 30 @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24 [all...] |
/src/lib/ |
checkvers | 90 if [ $usefile -eq 1 -o $usesets -eq 1 ]; then 94 if [ $usedir -eq 1 -o $usesets -eq 1 ]; then 98 if [ $usedir -eq 1 -o $usefile -eq 1 ]; then 107 if [ $usedir -eq 0 -a $usefile -eq 0 -a $usesets -eq 0 ] ; then 110 if [ $usefile -eq 0 -a $# -gt 2 ] ; the [all...] |
checkver | 113 if [ "0$major" -eq "0$instmajor" ]; then 114 if [ "0$minor" -eq "0$instminor" ]; then 116 if [ $error -eq 0 -a $quiet -eq 0 ]; then 123 if [ $error -eq 0 -a $quiet -eq 0 ]; then 130 if [ $error -eq 0 -a $quiet -eq 0 ]; then 141 if [ $usefile -eq 1 -o $usesets -eq 1 ]; the [all...] |
/src/usr.bin/make/unit-tests/ |
cond-cmp-numeric-eq.exp | 1 make: cond-cmp-numeric-eq.mk:68: Malformed conditional "!(12345 = 12345)" 2 make: cond-cmp-numeric-eq.mk:76: Malformed conditional "!(12345 === 12345)"
|
/src/tests/fs/tmpfs/ |
t_create.sh | 68 test ${st_flags} -eq 0 || atf_fail "Incorrect flags" 69 test ${st_size} -eq 0 || atf_fail "Incorrect size" 70 test ${st_uid} -eq $(id -u) || atf_fail "Incorrect uid" 71 test ${st_gid} -eq ${dst_gid} || atf_fail "Incorrect gid" 78 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 79 [ ${st_gid} -eq 0 ] || atf_fail "Incorrect group" 83 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 84 [ ${st_gid} -eq 100 ] || atf_fail "Incorrect group" 88 [ ${st_uid} -eq $(id -u ${user}) ] || atf_fail "Incorrect owner" 89 [ ${st_gid} -eq 0 ] || atf_fail "Incorrect group [all...] |
t_times.sh | 43 [ ${ost_birthtime} -eq ${ost_atime} ] || \ 45 [ ${ost_birthtime} -eq ${ost_ctime} ] || \ 47 [ ${ost_birthtime} -eq ${ost_mtime} ] || \ 55 [ ${st_ctime} -eq ${ost_ctime} ] || \ 57 [ ${st_mtime} -eq ${ost_mtime} ] || \ 90 [ ${st_ctime} -eq ${ost_ctime} ] || \ 92 [ ${st_mtime} -eq ${ost_mtime} ] || \ 113 [ ${st_atime} -eq ${ost_atime} ] || \ 117 [ ${st_mtime} -eq ${ost_mtime} ] || \ 140 [ ${st_atime} -eq ${ost_atime} ] || [all...] |
/src/tests/lib/libnvmm/ |
t_io_assist.sh | 43 if [ $exitcode -eq 6 ] ; then
|
t_mem_assist.sh | 43 if [ $exitcode -eq 6 ] ; then
|
/src/tests/sbin/envstat/ |
t_envstat.sh | 44 if [ ! $? -eq 0 ]; then 58 if [ $tempi -eq 0 ]; then
|
/src/sys/dev/qbus/ |
qduser.h | 200 * if the event queue is non-empty ( ISEMPTY(eq) == FALSE ), and that the 202 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.) 212 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail) 213 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head]) 223 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? [all...] |
/src/sys/arch/vax/include/ |
qduser.h | 207 * if the event queue is non-empty ( ISEMPTY(eq) == FALSE ), and that the 209 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.) 219 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail) 220 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head]) 230 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? [all...] |
/src/tests/sbin/ifconfig/ |
t_repeated_scan.sh | 57 if [ $? -eq 1 ]; then 62 if [ ! $? -eq 0 ]; then 71 if [ ! $? -eq 0 ]; then
|
t_tap.sh | 47 if [ $? -eq 0 ]; then 66 if [ $? -eq 0 ]; then 93 if [ $? -eq 0 ]; then
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx6q-hummingboard-emmc-som-v15.dts | 60 fsl,receive-eq-mdB = <3000>;
|
imx6q-hummingboard-som-v15.dts | 59 fsl,receive-eq-mdB = <3000>;
|
imx6q-hummingboard.dts | 59 fsl,receive-eq-mdB = <3000>;
|
/src/tests/lib/csu/arch/ia64/ |
h_initfini_align.S | 24 cmp.eq p1, p0 = 0, loc1 34 (p1) cmp.eq p1, p0 = 0, loc1
|
/src/tests/modules/ |
t_abi_uvm.sh | 40 if [ $? -eq 1 ] || [ $? -eq 78 ]; then
|
/src/sys/arch/ia64/stand/ia64/ski/ |
pal_stub.S | 37 cmp.eq p6,p0=6,r28 // PAL_PTCE_INFO 40 cmp.eq p6,p0=8,r28 // PAL_VM_SUMMARY 43 cmp.eq p6,p0=14,r28 // PAL_FREQ_RATIOS 46 cmp.eq p6,p0=29,r28 // PAL_HALT_LIGHT
|
/src/tests/usr.bin/xlint/lint1/ |
msg_102.c | 32 eq(int x) function in typeref:typename:_Bool
|
/src/usr.bin/sed/TEST/ |
sed.test | 109 if [ $SUN -eq 1 ] ; then 116 if [ $SUN -eq 1 ] ; then 124 if [ $SUN -eq 1 ] ; then 131 if [ $SUN -eq 1 ] ; then 137 if [ $SUN -eq 1 ] ; then 143 if [ $SUN -eq 1 ] ; then 149 if [ $SUN -eq 1 ] ; then 158 if [ $SUN -eq 1 ] ; then 164 if [ $SUN -eq 1 ] ; then 170 if [ $SUN -eq 1 ] ; the [all...] |
/src/share/locale/ctype/ |
gen_ctype_utf8.pl | 108 next if $blocks_maps_ref->[$i] eq 'No_Block'; 168 my $is_upper = $general_category eq 'Lu'; 169 my $is_lower = $general_category eq 'Ll'; 170 my $is_space = charprop( $code, 'Sentence_Break' ) eq 'Sp'; 174 if ( $general_category eq 'Nd' ) { 178 } elsif ( $gc eq 'P' or $gc eq 'S' ) { 182 } elsif ( charprop( $code, 'White_Space' ) eq 'Yes' ) { 184 $is_print = 1 if charprop( $code, 'Grapheme_Base' ) eq 'Yes'; 186 } elsif ( charprop( $code, 'Alphabetic' ) eq 'Yes' ) [all...] |
/src/tests/bin/sh/ |
t_varval.sh | 35 test $# -eq 4 && q="" 149 test $( wc -l < results ) -eq 256 || 151 test $(wc -c < results) -eq $(( 255 * 14 )) || 180 test $( wc -l < "prefix/suffix" ) -eq 1 || 188 test $( wc -l < "prefix${nl}suffix" ) -eq 2 || 194 test $( ls | wc -l ) -eq 253 || 199 test $( ls | wc -c ) -eq $(( 253 * 14 )) || 236 test $( wc -l < "prefix/suffix" ) -eq 1 || 243 test $( ls | wc -l ) -eq 253 || 248 test $( ls | wc -c ) -eq $(( 253 * 14 )) | [all...] |