/titanic_50/usr/src/cmd/awk/ |
H A D | awk.lx.l | 60 # 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 D | syslwp.s | 38 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.s | 39 RET 50 RET 61 RET 72 RET 83 RET 94 RET 106 RET 117 RET
|
H A D | seteguid.s | 38 RET 44 RET
|
H A D | uucopy.s | 32 RET 36 RET
|
H A D | pread.s | 40 RET 49 RET
|
H A D | pwrite.s | 37 RET 46 RET
|
H A D | pwritev.s | 26 RET 35 RET
|
H A D | preadv.s | 26 RET 35 RET
|
H A D | __signotify.s | 36 RET 46 RET
|
H A D | getdents.s | 48 RET 57 RET
|
H A D | lseek.s | 48 RET 59 RET
|
H A D | gethrtime.s | 46 RET 65 RET
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/mdb/ |
H A D | mdb_001_pos.ksh | 79 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 D | tree.c | 63 # 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 D | zpool_get_001_pos.ksh | 44 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 D | diff3.sh | 84 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 D | history_007_pos.ksh | 62 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 D | zpool_set_001_pos.ksh | 44 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 D | scc.h | 96 #define MAYBE_CLOSE(context, ID, RET) \ argument 100 if (!(RET)) RET = maybe_close_ret; } }
|
/titanic_50/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 41 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 D | asm_subr.s | 44 RET / if we return, it is very bad 61 RET 72 RET 83 RET
|
/titanic_50/usr/src/lib/libc/sparc/threads/ |
H A D | asm_subr.s | 48 RET ! if we return, it is very bad 112 RET 120 RET 129 RET
|
/titanic_50/usr/src/cmd/hal/tools/ |
H A D | hal-functions.sh | 15 RET=$? 16 if [ "$RET" != "0" ]; then
|
/titanic_50/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-hibernate-sunos.sh | 16 RET=$? 32 exit $RET
|