Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 25 of 148) sorted by relevance

123456

/titanic_50/usr/src/cmd/awk/
H A Dawk.lx.l60 # define RET(x) {if(dbg)printf("lex %s [%s]\n", tokname(x), yytext); return(x); } macro
62 # define RET(x) return(x) macro
98 RET('}');
101 <A>\n { lineno++; RET(NL); }
104 <A>; { RET(';'); }
107 <A>BEGIN { RET(XBEGIN); }
108 <A>END { RET(XEND); }
109 <A>func(tion)? { if (infunc) ERROR "illegal nested function" SYNTAX; RET(FUNC); }
110 <A>return { if (!infunc) ERROR "return not in function" SYNTAX; RET(RETURN); }
111 <A>"&&" { RET(AND); }
[all …]
/titanic_50/usr/src/lib/libc/common/sys/
H A Dsyslwp.s38 RET
48 RET
58 RET
68 RET
77 RET
87 RET
97 RET
115 RET
125 RET
135 RET
[all …]
H A D__clock_timer.s39 RET
50 RET
61 RET
72 RET
83 RET
94 RET
106 RET
117 RET
H A Dseteguid.s38 RET
44 RET
H A Duucopy.s32 RET
36 RET
H A Dpread.s40 RET
49 RET
H A Dpwrite.s37 RET
46 RET
H A Dpwritev.s26 RET
35 RET
H A Dpreadv.s26 RET
35 RET
H A D__signotify.s36 RET
46 RET
H A Dgetdents.s48 RET
57 RET
H A Dlseek.s48 RET
59 RET
H A Dgethrtime.s46 RET
65 RET
/titanic_50/usr/src/test/zfs-tests/tests/functional/mdb/
H A Dmdb_001_pos.ksh79 typeset -i RET=0
85 RET=$?
86 if (( $RET != 0 )); then
87 log_fail "mdb '${dcmds[i]}' returned error $RET"
94 RET=$?
95 if (( $RET == 0 )); then
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dtree.c63 # define RET(value) { \ macro
80 # define RET(value) return (value); macro
111 RET(tree_srch(&(**ppr_tree).right, in tree_srch()
116 RET(tree_srch(&(**ppr_tree).left, in tree_srch()
122 RET((**ppr_tree).data) in tree_srch()
127 RET(NULL) in tree_srch()
138 RET(NULL) in tree_add()
139 RET(p_user) in tree_add()
149 RET(delete(ppr_p, pfi_compare, p_user, pfv_uar, in tree_delete()
158 RET(TRUE) in tree_trav()
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh44 RET=$?
45 if [ $RET != 2 ]
47 log_fail "\"zpool get\" exit status $RET should be equal to 2."
51 RET=$?
52 if [ $RET != 0 ]
/titanic_50/usr/src/cmd/diff3/
H A Ddiff3.sh84 RET=$?
85 if [ $RET -eq 1 ]
91 if [ $RET -gt 1 ]
109 RET=$?
110 if [ $RET -eq 1 ]
116 if [ $RET -gt 1 ]
/titanic_50/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_007_pos.ksh62 typeset -i RET=1
85 RET=$?
86 (( $RET != 0 )) && log_fail "$ZPOOL histroy $migratedpoolname fails."
96 RET=$?
97 (( $RET != 0 )) && log_fail "zpool $subcmd is not logged for" \
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_001_pos.ksh44 RET=$?
45 if [ $RET != 2 ]
47 log_fail "\"zpool set\" exit status $RET should be equal to 2."
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dscc.h96 #define MAYBE_CLOSE(context, ID, RET) \ argument
100 if (!(RET)) RET = maybe_close_ret; } }
/titanic_50/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s41 RET /* actually, never returns */
47 RET /* if we return, it is very bad */
61 RET
69 RET
78 RET
/titanic_50/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s44 RET / if we return, it is very bad
61 RET
72 RET
83 RET
/titanic_50/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s48 RET ! if we return, it is very bad
112 RET
120 RET
129 RET
/titanic_50/usr/src/cmd/hal/tools/
H A Dhal-functions.sh15 RET=$?
16 if [ "$RET" != "0" ]; then
/titanic_50/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh16 RET=$?
32 exit $RET

123456