Searched refs:RET (Results 1 – 25 of 140) sorted by relevance
123456
/illumos-gate/usr/src/cmd/awk/ |
H A D | lex.c | 92 #define RET(x) { if (dbg) (void) printf("lex %s\n", tokname(x)); return (x); } macro 184 RET('}'); in yylex() 200 RET(NUMBER); in yylex() 207 RET(NL); in yylex() 218 RET(';'); in yylex() 228 RET(c); in yylex() 234 RET(AND); in yylex() 236 RET('&'); in yylex() 240 RET(BOR); in yylex() 242 RET('|'); in yylex() [all …]
|
/illumos-gate/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 | preadv.S | 26 RET 35 RET
|
H A D | pwrite.S | 37 RET 46 RET
|
H A D | pwritev.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
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 59 # define RET(value) { \ macro 76 # define RET(value) return (value); macro 107 RET(tree_srch(&(**ppr_tree).right, in tree_srch() 112 RET(tree_srch(&(**ppr_tree).left, in tree_srch() 118 RET((**ppr_tree).data) in tree_srch() 123 RET(NULL) in tree_srch() 134 RET(NULL) in tree_add() 135 RET(p_user) in tree_add() 145 RET(delete(ppr_p, pfi_compare, p_user, pfv_uar, in tree_delete() 154 RET(TRUE) in tree_trav() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get_001_pos.ksh | 48 RET=$? 49 if [ $RET != 2 ] 51 log_fail "\"zpool get\" exit status $RET should be equal to 2." 55 RET=$? 56 if [ $RET != 0 ]
|
/illumos-gate/usr/src/cmd/diff3/ |
H A D | diff3.sh | 82 RET=$? 83 if [ $RET -eq 1 ] 89 if [ $RET -gt 1 ] 107 RET=$? 108 if [ $RET -eq 1 ] 114 if [ $RET -gt 1 ]
|
/illumos-gate/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" \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | zpool_set_001_pos.ksh | 48 RET=$? 49 if [ $RET != 2 ] 51 log_fail "\"zpool set\" exit status $RET should be equal to 2."
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | scc.h | 94 #define MAYBE_CLOSE(context, ID, RET) \ argument 98 if (!(RET)) RET = maybe_close_ret; } }
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | __getcontext.S | 49 RET 60 RET
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-functions.sh | 15 RET=$? 16 if [ "$RET" != "0" ]; then
|
/illumos-gate/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-hibernate-sunos.sh | 16 RET=$? 32 exit $RET
|
123456