Searched refs:RET (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-9.3-release/crypto/openssl/apps/
H A DCA.pl63 $RET = 0;
72 $RET=$?;
77 $RET=$?;
82 $RET=$?;
111 $RET=$?;
121 $RET=$?;
130 $RET=$?;
132 exit $RET;
135 $RET=$?;
139 $RET
[all...]
H A DCA.pl.in63 $RET = 0;
72 $RET=$?;
77 $RET=$?;
82 $RET=$?;
111 $RET=$?;
121 $RET=$?;
130 $RET=$?;
132 exit $RET;
135 $RET=$?;
139 $RET
[all...]
H A DCA.sh76 RET=0
87 RET=$?
93 RET=$?
99 RET=$?
123 RET=$?
136 RET=$?
142 RET=$?
152 RET=$?
153 exit $RET
157 RET
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dcpufunc_asm_armv4.S48 RET
52 RET
56 RET
60 RET
67 RET
H A Dsetcpsr.S68 RET
79 RET
H A Dcpufunc_asm.S52 RET
66 RET
70 RET
74 RET
78 RET
82 RET
99 RET
104 RET
126 RET
178 RET
[all...]
H A Dcpufunc_asm_arm7tdmi.S70 RET
74 RET
88 RET
H A Dcpufunc_asm_ixp12x0.S63 RET
67 RET
H A Dbus_space_asm_generic.S52 RET
57 RET
62 RET
70 RET
75 RET
80 RET
98 RET
113 RET
128 RET
146 RET
[all...]
H A Dcpufunc_asm_sa1.S87 RET
95 RET
102 RET
106 RET
110 RET
114 RET
118 RET
198 RET
205 RET
211 RET
[all...]
H A Dfiq_subr.S76 RET
90 RET
H A Dcpufunc_asm_arm11.S55 RET
64 RET
69 RET
94 RET
H A Dcpufunc_asm_sa11x0.S97 RET
121 RET
125 RET
/freebsd-9.3-release/contrib/one-true-awk/
H A Dlex.c92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); } macro
180 RET('}');
195 RET(NUMBER);
201 RET(NL);
212 RET(';');
220 RET(c);
225 input(); RET(AND);
227 RET('&');
230 input(); RET(BOR);
232 RET('|');
[all...]
/freebsd-9.3-release/lib/libc/arm/sys/
H A Dfork.S49 RET
H A Dpipe.S50 RET
H A Dptrace.S48 RET
/freebsd-9.3-release/lib/libc/arm/gen/
H A D__aeabi_read_tp.S36 RET
H A Dalloca.S45 RET
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dbpabi.S49 RET
65 RET
79 RET
92 RET
/freebsd-9.3-release/lib/libc/arm/string/
H A Dstrcmp.S43 RET
H A Dffs.S65 RET
81 RET
/freebsd-9.3-release/sys/libkern/arm/
H A Dffs.S67 RET
83 RET
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kdc.postinst42 if db_get krb5-config/default_realm && [ "x$RET" != "x" ]
44 default_realm="$RET"
49 if [ "$RET" != "true" ]; then
55 db_get heimdal/realm; REALM="$RET"
60 db_get heimdal-kdc/password; PASSWORD="$RET"
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h50 template <typename RET, typename P1, typename P2, typename P3, typename P4,
52 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
63 template <typename RET, typename P1, typename P2, typename P3, typename P4>
64 class CheckerFn<RET(P1, P2, P3, P4)> {
65 typedef RET (*Func)(void *, P1, P2, P3, P4);
70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
75 template <typename RET, typename P1, typename P2, typename P3>
76 class CheckerFn<RET(P
[all...]

Completed in 193 milliseconds

1234