| /onnv/onnv-gate/usr/src/tools/scripts/ |
| 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"
|
| 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."
|
| 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...] |
| mkbfu.sh | 36 fail() { function 99 [ -n "$I_REALLY_WANT_TO_RUN_MKBFU" ] || fail "$prove_you_mean_it" 100 [ "$I_REALLY_WANT_TO_RUN_MKBFU" = "YES" ] || fail "$prove_you_mean_it" 108 *) fail "$usage";; 113 [ $# -eq 2 ] || fail "$usage" 131 [ -d $PROTO ] || fail "Proto directory $PROTO does not exist."
|
| xref.sh | 52 fail() function 101 [ -f $XREFMK ] || fail "cannot locate xref.mk" 192 [ -z "$xrefs" ] && fail "no known cross-reference formats specified" 208 cd $dir || fail "cannot change to directory $dir" 259 fail "$reldir: cannot build $xref cross-reference"
|
| 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"
|
| 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...] |
| /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/Devel/ |
| SelfStubber.t | 124 sub fail { subroutine 161 if (&fail (\%wrong, \%output)) { 202 if (&fail (\%right, \%output)) {
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
| dtest.pl | 100 sub fail subroutine 447 fail("died from signal $wtermsig"); 457 fail("returned $wexitstat instead of $status"); 463 fail("stdout mismatch", "$pid.out"); 469 fail("stderr mismatch: see $pid.err"); 479 fail("errtag mismatch: see $pid.err"); 498 fail("droptag mismatch: see $pid.err"); 588 $ENV{'UMEM_LOGGING'} = 'fail,contents';
|
| /onnv/onnv-gate/usr/src/cmd/lp/model/ |
| uri | 57 fail() { # exit-code "message" function 75 fail ${EXIT_RETRY} "connection to the printer dropped; off-line?" 79 fail ${EXIT_RETRY} "interrupt from the printer; baud-rate issues?" 83 fail ${EXIT_RETRY} "job cancelled" 141 fail ${EXIT_FATAL} "wrong number of arguments to interface script" 203 fail ${EXIT_FATAL} "invalid device-uri: ${DEVICE_URI}, reset with lpadmin -v" 225 fail ${ERR_FATAL} \
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/ |
| Simple.pm | 28 sub fail { subroutine 129 fail "Unknown selector: $what" 131 fail "Filter for $what is not a subroutine reference"
|
| /onnv/onnv-gate/usr/src/cmd/stat/common/ |
| common.c | 39 fail(int do_perror, char *message, ...) function 113 fail(1, "nanosleep failed");
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| log.c | 54 ** fail() - LOG MESSAGE AND EXIT (ABORT IF DEBUGGING) 59 fail(char *format, ...) function 100 fail ("Memory allocation failed!\n");
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/ |
| log_get.c | 102 const char *fail; local 106 fail = np = tbuf = NULL; 198 fail = np; 208 fail = "seek"; 212 fail = "read"; 277 fail = "read"; 316 fail = "read"; 319 if (fail == NULL) 323 "log_get: %s: %s", fail, strerror(ret));
|
| /onnv/onnv-gate/usr/src/common/net/wanboot/crypt/ |
| aes_test.c | 74 int fail; local 85 fail = 0; 100 fail++; 105 fail++; 107 if (fail == 0) 114 return (fail);
|
| hmac_test.c | 59 int fail; local 123 fail = 0; 132 fail++; 137 return (fail);
|
| sha1_test.c | 84 int fail; local 94 fail = 0; 109 fail++; 115 return (fail);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/ |
| cachefs_cod.c | 115 int fail = 0, backhit = 0; local 181 fail = 1; 241 if (fail != 0) 287 /* get the new mtime so the next call to check_cobject does not fail */
|
| cachefs_noopc.c | 103 int fail = 0, backhit = 0; local 143 if (fail != 0)
|
| cachefs_strict.c | 124 int fail = 0, backhit = 0; local 205 fail = 1; 272 if (fail != 0) 326 /* get the new mtime so the next call to check_cobject does not fail */
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_err.c | 239 fail(const char *format, ...) function
|
| /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...] |