Searched refs:eq (Results 276 - 300 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tools/tools/zfsboottest/
H A Dzfsboottest.sh35 if [ $? -eq 0 ]; then
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Denable110 if [ $retval -eq $DIALOG_OK ]; then
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Ddevices157 [ $? -eq $DIALOG_OK ] && break
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh166 if [ $so_entries -eq 0 ] ; then return 0 ; fi
176 if [ $lines -eq 1 ] ; then
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-mountdisk.sh77 if [ $? -eq 0 ] ; then
121 if [ $? -eq 0 ] ; then continue ; fi
H A Dfunctions-upgrade.sh120 if [ $? -eq 0 ]
130 if [ $? -eq 0 ]
H A Dstartautoinstall.sh118 if [ $? -eq 0 ]
H A Dfunctions-mountoptical.sh64 if [ $? -eq 0 ]
/freebsd-11-stable/tests/sys/acl/
H A D03.sh94 if [ $? -eq 0 ]; then
/freebsd-11-stable/etc/
H A Drc80 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
/freebsd-11-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh108 if [ $# -eq 1 ]; then
132 if [ -z "$next" ] || [ "$next" -eq 0 ]; then
191 if [ $? -eq 0 ]; then
/freebsd-11-stable/usr.sbin/service/
H A Dservice.sh84 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
114 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
/freebsd-11-stable/tests/sys/geom/class/mirror/
H A Dsync_error.sh39 atf_check [ $(gmirror status -s $name | wc -l) -eq 1 ]
85 atf_check [ $(gmirror status -s $name | wc -l) -eq 2 ]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check_test.sh67 atf_set "descr" "Tests for the -s option using the 'eq' and 'ne' qualifiers"
71 h_pass "true" -s eq:0
73 h_pass "exit 255" -s eq:255
76 h_fail "exit 256" -s eq:256
77 h_fail "exit -1" -s eq:-1
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh137 if [ $timeout -eq 0 ]; then
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh101 if [ $i -eq $concurrency ]; then
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D00.t95 test_check $ctime1 -eq $ctime2
109 test_check $ctime1 -eq $ctime2
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D00.t80 test_check $dmtime -eq $mtime
82 test_check $dctime -eq $ctime
/freebsd-11-stable/lib/libc/arm/gen/
H A Dsetjmp.S146 it eq
151 it eq
/freebsd-11-stable/sys/kern/
H A Dsubr_hints.c61 char *line, *eq; local
66 eq = strchr(cp, '=');
67 if (eq == NULL)
70 eqidx = eq - cp;
/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in196 if [ $DO_SMF -eq 1 ]
265 if [ $DO_SMF -eq 1 ]
296 if [ $DO_SMF -eq 1 ]
327 if [ $DO_SMF -eq 1 ]
426 if [ $DO_SMF -eq 1 ]
441 if [ $DO_SMF -eq 1 ]
461 if [ $DO_SMF -eq 1 ]
533 if [ $DO_SMF -eq 1 ]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dupdate-anchor.sh32 if test $# -eq 0; then
123 if test $? -eq 1; then # 0 means no change, 2 means trouble.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S299 p1 = cmp.eq(mantexpa, mantexpb)
304 p2 = cmp.eq(mantexpa, min)
397 p1 = cmp.eq(cff,#0x40)
473 p1 = cmp.eq(mag, #0)
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp148 auto eq = [&](const coff_relocation &r1, const coff_relocation &r2) {
164 b->getRelocs().begin(), eq))
178 auto eq = [&](const coff_relocation &r1, const coff_relocation &r2) { local
189 b->getRelocs().begin(), eq) &&
/freebsd-11-stable/etc/rc.d/
H A Dipfw140 if [ ${status} -eq 0 ]; then

Completed in 298 milliseconds

<<11121314151617181920>>