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

1234567891011>>

/freebsd-10.0-release/tools/regression/geom_eli/
H A Dconfigure-b-B.t12 if [ $? -eq 0 ]; then
19 if [ $? -eq 0 ]; then
26 if [ $? -eq 0 ]; then
33 if [ $? -eq 0 ]; then
40 if [ $? -eq 0 ]; then
47 if [ $? -eq 0 ]; then
54 if [ $? -eq 0 ]; then
61 if [ $? -eq 0 ]; then
68 if [ $? -eq 0 ]; then
75 if [ $? -eq
[all...]
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dcidrexpand80 if ($ch eq '\\')
85 elsif ($qtype eq '' && $ch eq '#')
90 elsif ($qtype ne '' && $ch eq $qtype)
94 elsif ($qtype eq '' && $ch =~ /[\'\"]/)
/freebsd-10.0-release/contrib/atf/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...]
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmtab.c110 char *eq = strchr(instr, '='); local
111 if (eq) return ++eq;
129 char *eq = str + strlen(opt); /* Look at char just after option */ local
130 if (*eq == '=') /* Is it '=' ? */
131 return ++eq; /* If so, return pointer to remaining str */
175 char *eq, *endptr; local
183 eq = hasmnteq(mnt, opt);
185 if (!eq) { /* no argument to option ('=' sign was missing) */
192 i = strtol(eq,
230 char *eq = hasmnteq(mnt, opt); local
[all...]
/freebsd-10.0-release/tools/regression/tmpfs/
H A Dt_create51 test ${st_flags} -eq 0 || die
52 test ${st_size} -eq 0 || die
53 test ${st_uid} -eq $(id -u) || die
54 test ${st_gid} -eq ${dst_gid} || die
64 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
65 [ ${st_gid} -eq 0 ] || die
69 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
70 [ ${st_gid} -eq 100 ] || die
74 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
75 [ ${st_gid} -eq
[all...]
H A Dh_funcs.subr59 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly"
60 [ ${Verbose} -eq 1 ] && echo " failed."
129 test ${got} -eq ${nev}
175 [ ${Verbose} -eq 1 ] && echo -n "${Prog_Name}:"
176 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: Running tests"
178 [ ${Verbose} -eq 1 ] && echo " ok."
179 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: All tests were successful"
H A Dt_mkdir70 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
71 [ ${st_gid} -eq 0 ] || die
75 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
76 [ ${st_gid} -eq 100 ] || die
80 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
81 [ ${st_gid} -eq 0 ] || die
85 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
86 [ ${st_gid} -eq 100 ] || die
/freebsd-10.0-release/contrib/atf/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
H A Dsrcdir_test.sh49 atf_check -s eq:0 -o ignore -e ignore -x \
51 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
52 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
72 atf_check -s eq:0 -o ignore -e ignore -x \
74 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
75 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
82 atf_check -s eq:0 -o ignore -e ignore -x \
84 atf_check -s eq:1 -o empty -e ignore "${hp}" -r res srcdir_exists
85 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
102 atf_check -s eq
[all...]
H A Dexpect_test.sh33 atf_check -s eq:0 -o match:"${*}" -e empty cat "${file}"
40 atf_check -s eq:0 -e ignore "${h}" -r result expect_pass_and_pass
43 atf_check -s eq:1 -e ignore "${h}" -r result \
51 atf_check -s eq:1 -o empty -e match:"Some reason" \
60 atf_check -s eq:0 "${h}" -r result expect_fail_and_fail_requirement
63 atf_check -s eq:1 -e match:"Expected check failure: Fail first: abc" \
71 atf_check -s eq:0 -e match:"Expected check failure: Fail first: abc" \
81 atf_check -s eq:0 -e ignore "${h}" -r result \
85 atf_check -s eq:1 -e ignore "${h}" -r result expect_fail_but_pass
93 atf_check -s eq
[all...]
H A Dmeta_data_test.sh38 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) -l
39 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
52 atf_check -s eq:0 -o ignore -e ignore ${h} -s $(atf_get_srcdir) -l
53 atf_check -s eq:0 -o match:passed -e ignore ${h} -s $(atf_get_srcdir) \
/freebsd-10.0-release/tools/regression/sbin/mdconfig/
H A D00.t43 if [ $? -eq 0 ]; then
/freebsd-10.0-release/tools/regression/usr.bin/apply/
H A Dregress.01.sh11 if [ $? -eq 0 ]; then
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dconfig_test.sh39 atf_check -s eq:0 -o match:'foo not found' -e ignore -x \
42 atf_check -s eq:0 -o match:'foo found' -e ignore -x \
46 atf_check -s eq:0 -o match:'workdir not found' -e ignore -x \
70 atf_check -s eq:0 -o match:'foo = bar' -e ignore -x \
73 atf_check -s eq:0 -o match:'foo = baz' -e ignore -x \
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
55 atf_check -s eq:1 -o ignore -e ignore ${h} tc_missing_body
H A Dnormalize_test.sh39 atf_check -s eq:0 -o match:'a.b: test value 1' \
H A Dtp_test.sh39 atf_check -s eq:0 -o empty -e empty cp "$(atf_get_srcdir)/misc_helpers" work
46 atf_check -s eq:0 -o match:'Calling helper' \
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dhtml2man.in93 if($token->[0] eq "T") {
104 if($token->[0] eq "S") {
105 if($token->[1] eq "h4") {
109 if($token->[1] eq "tt") {
113 if($token->[1] eq "i") {
117 if($token->[1] eq "address") {
121 if($token->[1] eq "dt") {
126 if($token->[1] eq "dd") {
130 if($token->[1] eq "dl") {
134 elsif($token->[0] eq "
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dputenv.c54 const char *eq = (const char *)strchr(string, '='); local
57 if (eq == NULL)
59 len = eq - string;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c172 static inline void tavor_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
183 mthca_write64(MTHCA_EQ_DB_SET_CI | eq->eqn, ci & (eq->nent - 1),
188 static inline void arbel_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
193 dev->eq_regs.arbel.eq_set_ci_base + eq->eqn * 8);
198 static inline void set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
201 arbel_set_eq_ci(dev, eq, ci);
203 tavor_set_eq_ci(dev, eq, ci);
227 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) argument
229 unsigned long off = (entry & (eq
233 next_eqe_sw(struct mthca_eq *eq) argument
259 mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq) argument
419 struct mthca_eq *eq = eq_ptr; local
453 struct mthca_eq *eq = eq_ptr; local
464 mthca_create_eq(struct mthca_dev *dev, int nent, u8 intr, struct mthca_eq *eq) argument
594 mthca_free_eq(struct mthca_dev *dev, struct mthca_eq *eq) argument
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dfddist72 if [ $opt_read -eq 0 -a $opt_write -eq 0 ]; then
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Dfddist72 if [ $opt_read -eq 0 -a $opt_write -eq 0 ]; then
/freebsd-10.0-release/etc/rc.d/
H A Dzfs19 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
35 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
44 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
57 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
/freebsd-10.0-release/share/examples/ppp/
H A Dppp.conf.sample267 set filter alive 0 deny udp src eq 520 # routed
268 set filter alive 1 deny udp dst eq 520 # routed
269 set filter alive 2 deny udp src eq 513 # rwhod
270 set filter alive 3 deny udp src eq 525 # timed
271 set filter alive 4 deny udp src eq 137 # NetBIOS name service
272 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
273 set filter alive 6 deny tcp src eq 139 # NetBIOS session service
274 set filter alive 7 deny udp dst eq 137 # NetBIOS name service
275 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service
276 set filter alive 9 deny tcp dst eq 13
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-packages.sh59 if [ "${NARGS}" -eq "0" ]
63 elif [ "${NARGS}" -eq "1" ]
80 elif [ "${NARGS}" -eq "2" ]

Completed in 138 milliseconds

1234567891011>>