Searched refs:eq (Results 1 - 25 of 840) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dnon-c-lang-syms.s6 .comm _test_equiv.eq.1_, 16, 4
7 .comm _test_equiv.eq.100, 16, 5
8 .comm _test_equiv.eq._, 16, 6
9 .comm _test_equiv.eq., 16, 7
11 .comm _test$equiv.eq.1_, 16, 4
12 .comm _test$equiv.eq.100, 16, 5
13 .comm _test$equiv.eq._, 16, 6
14 .comm _test$equiv.eq., 16, 7
H A Dnon-c-lang-syms.d2 [0-9A-Fa-f]{6,14}[08]0 B _?test\$equiv\.eq\.
3 [0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test\$equiv\.eq\.100
4 [0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test\$equiv\.eq\.1_
5 [0-9A-Fa-f]{6,14}[048cC]0 B _?test\$equiv\.eq\._
6 [0-9A-Fa-f]{6,14}[08]0 B _?test_equiv\.eq\.
7 [0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test_equiv\.eq\.100
8 [0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test_equiv\.eq\.1_
9 [0-9A-Fa-f]{6,14}[048cC]0 B _?test_equiv\.eq\._
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-nis-master.conf40 index objectClass eq
41 index uid pres,eq,approx
42 index gidNumber pres,eq,approx
43 index uidNumber pres,eq,approx
44 index cn pres,eq,approx
45 index memberUid pres,eq,approx
46 index macAddress pres,eq,approx
47 index ipServiceProtocol pres,eq,approx
48 index ipServicePort pres,eq,approx
49 index oncRpcNumber pres,eq,appro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_it_bad.s7 itttt eq
12 ittt eq
16 it eq
18 itt eq
21 it eq
22 iteq eq
H A Dneon-cond-bad-inc.s9 itblock 4 eq
15 itblock 4 eq
21 .macro dyadic_eq op eq="eq" f32=".f32"
22 itblock 2 eq
23 \op\eq\f32 d0,d1,d2
24 \op\eq\f32 q0,q1,q2
33 .macro monadic_eq op eq="eq" f32=".f32"
34 itblock 2 eq
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Denvsys21 [ $? -eq 0 ] && echo "Setting new sensor properties."
27 [ $? -eq 0 ] && echo "Removing sensor properties."
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c35 eq (0.0);
36 eq (360.0);
93 " .ent eq\n"
94 "eq:\n"
102 " .end eq\n");
/netbsd-6-1-5-RELEASE/lib/
H A Dcheckver106 if [ $usefile -eq 1 -o $usesets -eq 1 ]; then
110 if [ $usedir -eq 1 -o $usesets -eq 1 ]; then
114 if [ $usedir -eq 1 -o $usefile -eq 1 ]; then
124 if [ $usedir -eq 0 -a $usefile -eq 0 -a $usesets -eq 0 ] ; then
128 if [ $usefile -eq
[all...]
H A Dcheckvers90 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
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-config/
H A Dintegration_test.sh55 atf_check -s eq:0 -o save:stdout -e empty atf-config
56 atf_check -s eq:0 -o empty -e empty \
59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout
71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
73 atf_check -s eq:0 -o empty -e empty \
87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
89 atf_check -s eq:0 -o empty -e empty \
91 atf_check -s eq:0 -o save:stdout -e empty cut -d ' ' -f 3- stdout
92 atf_check -s eq:0 -o empty -e empty mv stdout expout
93 atf_check -s eq
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dt_mkdir.sh42 atf_check -s eq:1 -o empty -e empty test -d a
43 atf_check -s eq:0 -o empty -e empty mkdir a
44 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:1 -o empty -e empty test -d ${d}
63 atf_check -s eq:0 -o empty -e empty mkdir ${d}
64 atf_check -s eq:0 -o empty -e empty test -d ${d}
80 atf_check -s eq:1 -o empty -e empty test -d a/b/c/d/e
81 atf_check -s eq:0 -o empty -e empty mkdir -p a/b/c/d/e
82 atf_check -s eq:0 -o empty -e empty test -d a/b/c/d/e
101 atf_check -s eq
[all...]
H A Dt_remove.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
43 atf_check -s eq:0 -o empty -e empty rm a
44 atf_check -s eq:1 -o empty -e empty test -f a
58 atf_check -s eq:0 -o empty -e empty touch a
59 atf_check -s eq:0 -o empty -e empty chflags uchg a
60 atf_check -s eq:1 -o empty -e ignore rm -f a
61 atf_check -s eq:0 -o empty -e empty chflags nouchg a
62 atf_check -s eq
[all...]
H A Dt_create.sh40 atf_check -s eq:1 -o empty -e empty test -f a
41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty test -f a
62 atf_check -s eq:1 -o empty -e empty test -f a
63 atf_check -s eq:0 -o empty -e empty touch a
64 atf_check -s eq:0 -o empty -e empty test -f a
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
[all...]
H A Dt_link.sh41 atf_check -s eq:0 -o empty -e empty touch a
42 atf_check -s eq:0 -o empty -e empty touch z
47 test ${sta_nlink} -eq 1 || atf_fail "Number of links is incorrect"
48 atf_check -s eq:0 -o empty -e empty ln a b
54 test ${sta_nlink} -eq 2 || atf_fail "Link count is incorrect"
55 test ${stb_nlink} -eq 2 || atf_fail "Link count is incorrect"
58 atf_check -s eq:0 -o empty -e empty rm a
60 test ${stb_nlink} -eq 1 || atf_fail "Link count is incorrect"
61 atf_check -s eq:0 -o empty -e empty rm b
75 atf_check -s eq
[all...]
H A Dt_setattr.sh41 atf_check -s eq:0 -o empty -e empty mkdir own
43 atf_check -s eq:0 -o empty -e empty chown 1234 own
45 [ ${st_uid} -eq 1234 ] || atf_fail "uid was not set"
46 [ ${st_gid} -eq ${ost_gid} ] || atf_fail "gid was modified"
60 atf_check -s eq:0 -o empty -e empty mkdir ownq
75 atf_check -s eq:0 -o empty -e empty mkdir grp
77 atf_check -s eq:0 -o empty -e empty chgrp 5678 grp
79 [ ${st_uid} -eq ${ost_uid} ] || atf_fail "uid was modified"
80 [ ${st_gid} -eq 5678 ] || atf_fail "gid was not set"
94 atf_check -s eq
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dmtab.c112 char *eq = strchr(instr, '='); local
113 if (eq) return ++eq;
131 char *eq = str + strlen(opt); /* Look at char just after option */ local
132 if (*eq == '=') /* Is it '=' ? */
133 return ++eq; /* If so, return pointer to remaining str */
177 char *eq, *endptr; local
185 eq = hasmnteq(mnt, opt);
187 if (!eq) { /* no argument to option ('=' sign was missing) */
194 i = strtol(eq,
232 char *eq = hasmnteq(mnt, opt); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-test-ice-on-invalid-code30 if [ $? -eq 0 ]; then
36 if [ $? -eq 0 ]; then
42 if [ $? -eq 0 ]; then
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Dtc_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} tc_pass_true
40 atf_check -s eq:1 -o ignore -e ignore ${h} tc_pass_false
41 atf_check -s eq:1 -o match:'failed:.*body.*non-ok exit code' -e ignore \
43 atf_check -s eq:1 -o ignore -e match:'An error' ${h} tc_fail
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2udev22 if [ $DEVMNTPOINT -eq 0 -a $ACTIVEDMDEVS -eq 0 -a -x /sbin/vgscan ]; then
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dillegal.s5 c.eq.s 1,2
/netbsd-6-1-5-RELEASE/tests/util/id/
H A Dt_id.sh45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test
50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
62 atf_check -s eq:0 -o ignore -e empty grep ^usage: stderr
76 atf_check -s eq
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/test-programs/
H A Dconfig_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
43 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
47 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
51 atf_check -s eq:0 -o ignore -e ignore -x ${h} -s $(atf_get_srcdir) \
53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/test-programs/
H A Dconfig_test.sh39 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
43 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
47 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) \
49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
51 atf_check -s eq:0 -o ignore -e ignore -x ${h} -s $(atf_get_srcdir) \
53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Ddv-entry-err.s8 cmp.eq p1, p2 = r1, r2
9 cmp.eq p3, p4 = r3, r0;;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930513-2.c6 eq (a, b) function
24 eq (k, k);

Completed in 224 milliseconds

1234567891011>>