| /onnv/onnv-gate/usr/src/tools/scripts/ |
| sdrop.sh | 41 fail() { function 47 [ -n "$CODEMGR_WS" ] || fail "Please define CODEMGR_WS." 48 [ -n "$tmpdir" ] || fail "Can't create temp directory." 70 fail "Unknown type of SCM in use." 73 fail "Unsupported SCM type: $SCM_TYPE" 76 [ $? -eq 0 ] || fail "Couldn't populate temp directory $tmpdir." 78 cp README.opensolaris $tmpdir || fail "Couldn't copy README.opensolaris." 80 (cd $tmpdir; tar cf $tarfile .) || fail "Couldn't create $tarfile." 81 bzip2 -f $tarfile || fail "Couldn't bzip2 $tarfile."
|
| build_cscope.sh | 47 fail() function 70 fail "cannot find env file as $1 or /opt/onbld/env/$1" 73 [ -z "$SRC" ] && fail "\$SRC is not set" 74 [ ! -d "$SRC" ] && fail "\$SRC ($SRC) is not a directory" 85 xref $flags $dirs || fail "cannot build $name cross-reference"
|
| onblddrop.sh | 33 fail() { function 45 [ -n "$SRC" ] || fail "Please set SRC." 46 [ -n "$CODEMGR_WS" ] || fail "Please set CODEMGR_WS." 47 [ -n "$PKGARCHIVE" ] || fail "Please set PKGARCHIVE." 68 [ -n "$stagedir" ] || fail "Can't create staging directory." 69 mkdir -p $stagedir/$subdir || fail "Can't create $stagedir/$subdir." 73 (cd usr/src/tools/SUNWonbld; $MAKE -e install) || fail "Can't make package." 76 fail "$PKGARCHIVE/SUNWonbld is missing." 81 fail "Can't add THIRDPARTYLICENSE.ON-BUILD-TOOLS." 83 (cd $stagedir; tar cf $tarfile $subdir) || fail "Can't create $tarfile. [all...] |
| bfudrop.sh | 45 function fail { function 50 [[ -n "$SRC" ]] || fail "SRC must be set." 51 [[ -n "$CODEMGR_WS" ]] || fail "CODEMGR_WS must be set." 52 [[ -n "$CPIODIR" ]] || fail "CPIODIR must be set." 63 [[ -n "$stagedir" ]] || fail "can't create staging directory." 98 mkdir -p "$scratchdir" || fail "can't create $scratchdir." 106 fail "can't get contents for $f" 152 [[ -d "$srcroot" ]] || fail "can't find $srcroot." 153 [[ -f "$closedtb" ]] || fail "can't find $closedtb." 161 mkdir -p "$newproto" || fail "can't create $newproto. [all...] |
| wx2hg.sh | 53 function fail { function 90 [[ $rev_warning = "n" ]] || fail \ 101 fail "workspace command not found; please check PATH." 141 fail "$hg_ws is not a Mercurial workspace." 146 [[ -d "$CODEMGR_WS" ]] || fail "$CODEMGR_WS does not exist." 151 fail "$CODEMGR_WS is not a Teamware workspace or does not have a parent." 152 [[ -d "$codemgr_parent" ]] || fail "parent ($codemgr_parent) doesn't exist." 196 fail "wx2hg will only migrate checked-in files;" \ 210 fail "hg update $hg_rev failed for $hg_ws" 229 fail "When using an existing Mercurial workspace with\n" [all...] |
| bindrop.sh | 55 function fail { function 64 [[ -n "$SRC" ]] || fail "SRC must be set." 65 [[ -n "$CODEMGR_WS" ]] || fail "CODEMGR_WS must be set." 112 [[ -d "$gatepkgs" ]] || fail "can't find gate's crypto packages ($gatepkgs)." 113 [[ -d "$full" ]] || fail "can't find $full." 114 [[ -d "$open" ]] || fail "can't find $open." 117 [[ -n "$tmpdir" ]] || fail "can't create temporary directory." 125 [[ -n "$needdirs" ]] || fail "can't create temporary directory list file." 310 fail "can't restore minimal binaries." 380 [[ -d "$gatepkgs/$pkg" ]] || fail "$gatepkgs/$pkg doesn't exist. [all...] |
| flg.flp.sh | 61 fail() function 181 fail "Unable to determine SCM type currently in use." 185 fail "Unsupported SCM in use: $SCM_MODE" 215 fail "neither \$CODEMGR_WS/$1 nor $1 exists as a directory" 237 fail "$SUBTREE is not a subtree of \$CODEMGR_WS" 241 fail "$CURTREE is not a subtree of \$CODEMGR_WS"
|
| /onnv/onnv-gate/usr/src/cmd/oamuser/lib/ |
| file.c | 38 int fail = -1; /* assume no permission at onset */ local 49 fail = 0; 53 fail = 0; 56 fail = 0; 59 return( fail );
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
| todo.t | 27 fail("Expected failure"); 28 fail("Another expected failure"); 38 fail("Yet another failure"); 63 fail("Just testing todo");
|
| skip.t | 50 fail("Deliberate failure"); 51 fail("And again"); 64 fail("So very failed"); 80 fail("AHHH!"); 81 fail("You're a failure");
|
| /onnv/onnv-gate/usr/src/cmd/avs/dsstat/ |
| multi_stats.c | 96 goto fail; 98 goto fail; 105 goto fail; 107 goto fail; 114 goto fail; 116 goto fail; 125 fail: 142 goto fail; 148 goto fail; 150 goto fail; [all...] |
| dsstat.c | 144 fail(int err, char *msg) function 182 fail(DSSTAT_EINVAL, gettext("Invalid mode specified")); 227 fail(DSSTAT_EINVAL, 260 fail(DSSTAT_EINVAL, 381 fail(DSSTAT_EINVAL, 389 fail(DSSTAT_EINVAL, 399 fail(DSSTAT_EINVAL, 408 fail(DSSTAT_EINVAL, 422 fail(DSSTAT_EINVAL, gettext("Invalid " 427 fail(DSSTAT_EINVAL [all...] |
| /onnv/onnv-gate/usr/src/common/net/wanboot/crypt/ |
| sha1_test.c | 84 int fail; local 94 fail = 0; 109 fail++; 115 return (fail);
|
| aes_test.c | 74 int fail; local 85 fail = 0; 100 fail++; 105 fail++; 107 if (fail == 0) 114 return (fail);
|
| des3_test.c | 38 * fail the keycheck. 117 int fail; local 128 fail = 0; 147 fail++; 154 fail++; 156 if (fail == 0) 163 return (fail); 172 int fail = 0; local 184 fail++; 199 fail++ [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/ |
| time.t | 28 # force the socket to fail 31 is( $badsock, undef, '_socket() should fail if Socket creation fails' ); 63 my %fail; 69 $fail{$pack}{$func} = $num; 74 $fail{'IO::Socket::INET'} = { 81 return if $fail{$class}{new} and $fail{$class}{new}--; 88 return if $fail{$class}{'send'} and $fail{$class}{'send'}--; 121 return if defined $fail{$class}{new} and $fail{$class}{new}-- [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| bsmaudit.c | 77 goto fail; 82 goto fail; 88 goto fail; 95 goto fail; 101 goto fail; 108 fail: 127 goto fail; 133 goto fail; 139 goto fail; 145 goto fail; [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| SAAdvert.c | 59 goto fail; 67 goto fail; 75 goto fail; 81 goto fail; 89 goto fail; 95 fail:
|
| DAAdvert.c | 56 goto fail; 67 goto fail; 70 goto fail; 78 goto fail; 86 goto fail; 94 goto fail; 102 goto fail; 108 goto fail; 116 goto fail; 122 fail [all...] |
| /onnv/onnv-gate/usr/src/lib/libinetutil/common/ |
| ifaddrlist.c | 74 goto fail; 85 goto fail; 99 goto fail; 104 goto fail; 121 goto fail; 138 goto fail; 146 goto fail; 154 goto fail; 178 fail:
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| bsd-asprintf.c | 54 goto fail; 61 goto fail; 66 goto fail; 75 goto fail; 82 fail:
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| fdopendir.c | 59 goto fail; 65 goto fail; 67 goto fail; 70 goto fail; 79 fail:
|
| scandir.c | 88 goto fail; 101 goto fail; 113 goto fail; 125 goto fail; 132 goto fail; 146 fail: 173 goto fail; 186 goto fail; 198 goto fail; 210 goto fail; [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/ssh-keysign/ |
| ssh-keysign.c | 72 int pktype, fail; local 74 fail = 0; 82 fail++; 86 fail++; 94 fail++; 100 fail++; 109 fail++; 111 fail++; 113 fail++; 121 fail++ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/ |
| nxge_ipp.c | 62 goto fail; 68 goto fail; 71 goto fail; 76 goto fail; 78 goto fail; 85 goto fail; 93 goto fail; 98 goto fail; 104 goto fail; 111 goto fail; [all...] |