/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | rt.sh | 81 integer tests errors signals lineno=0 skip=0 84 function results # tests errors signals 88 if [[ $style != unknown ]] && (( errors >= 0 )) 90 if (( !failed || errors )) 174 error|errors) 175 errors=$1 184 results $tests $errors 188 results $tests $errors 199 errors=0 206 results $tests $errors [all...] |
/titanic_51/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 70 errors = { 'bugnospc': [], 109 errors['bugnospc'].append(com) 113 errors['mutant'].append(com) 121 errors['dup'].append(crid) 127 errors['nonexistent'].append(crid) 139 errors['nomatch'].append([crid, synopsis, 147 if errors['dup']: 151 for err in errors['dup']: 154 if errors['bugnospc']: 158 for com in errors['bugnosp [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/parser/ |
H A D | frontend.c | 59 * returns the number of errors encountered 64 int retval, i = 0, errors = 0; in frontend() local 89 ++errors; in frontend() 95 errors += retval; in frontend() 97 ++errors; in frontend() 108 ++errors; in frontend() 110 return (errors); in frontend() 118 * returns the number of errors; 123 int nfiles, flen, findex, retval = 0, errors = 0; in dofiles() local 134 ++errors; in dofiles() 162 int retval = 0, errors = 0, ki = 0; /* keyword indicator */ read_spec() local [all...] |
H A D | extends.c | 42 * Returns the number of errors encountered 55 int found = 0, errors = 0, ki = 0; in do_extends() local 64 ++errors; in do_extends() 76 ++errors; in do_extends() 101 ++errors; in do_extends() 114 ++errors; in do_extends() 156 ++errors; in do_extends() 177 errors += extends_err; in do_extends() 230 ++errors; in do_extends() 245 ++errors; in do_extends() [all...] |
/titanic_51/usr/src/lib/libproc/common/ |
H A D | proc_stdio.c | 111 int errors = 0; in copy_fd() local 114 while (len > 0 && !errors) { in copy_fd() 119 errors++; in copy_fd() 124 errors++; in copy_fd() 127 return (errors); in copy_fd() 134 int errors = 0; in proc_flushstdio() local 147 errors += copy_fd(cached_stdout_fd, stdout, len); in proc_flushstdio() 151 errors += copy_fd(cached_stderr_fd, stderr, len); in proc_flushstdio() 153 return (errors?-1:0); in proc_flushstdio()
|
/titanic_51/usr/src/cmd/psrset/ |
H A D | psrset.c | 56 #define ERR_FAIL 1 /* exit status for errors */ 57 #define ERR_USAGE 2 /* exit status for usage errors */ 60 static int errors; variable 121 errors = ERR_FAIL; in grab_proc() 293 errors = ERR_FAIL; in bind_lwp() 295 if (errors != ERR_FAIL) { in bind_lwp() 434 int errors = ERR_OK; in info_all() local 459 errors = ERR_FAIL; in info_all() 462 return (errors); in info_all() 473 int errors in print_all() local [all...] |
/titanic_51/usr/src/cmd/mkfile/ |
H A D | mkfile.c | 59 int errors = 0; in main() local 139 errors++; in main() 150 errors++; in main() 160 errors++; in main() 176 errors++; in main() 187 errors++; in main() 203 errors++; in main() 224 errors++; in main() 247 errors++; in main() 265 return (errors); in main() [all...] |
/titanic_51/usr/src/cmd/psradm/ |
H A D | psradm.c | 185 return (1); /* the processor exists and no errors occurred */ in psr_set_state() 219 int errors; in main() local 291 errors = 0; in main() 300 errors = 1; in main() 317 errors = 2; in main() 321 errors = 1; in main() 332 errors = 2; in main() 342 errors = 2; in main() 346 errors = 1; in main() 353 return (errors); in main() [all...] |
/titanic_51/usr/src/cmd/pbind/ |
H A D | pbind.c | 51 #define ERR_FAIL 1 /* exit status for errors */ 52 #define ERR_USAGE 2 /* exit status for usage errors */ 61 static int errors; variable 191 errors = ERR_FAIL; in grab_proc() 201 errors = ERR_FAIL; in grab_proc() 224 errors = ERR_FAIL; in bind_lwp() 318 * Ignore search errors. The process may have exited in query_all_proc() 324 errors = ERR_FAIL; in query_all_proc() 461 errors = 0; in main() 483 return (errors); in main() [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/assocs/ |
H A D | tst.invalidref.d | 40 errors = 0; 60 /errors > 1/ 74 errors++;
|
/titanic_51/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 40 Eptr *errors; variable 43 Eptr **files; /* array of pointers into errors */ 67 * function names that are not to be treated as hard errors. 74 * ignorable errors are touched (assuming they can be). 87 * files containing errors. 95 * -E: show the errors in sorted order; intended for 98 * -S: show the errors in unsorted order 177 "reading errors.\n", processname, argv[1]); in main() 194 eaterrors(&nerrors, &errors); in main() 196 printerrors(TRUE, nerrors, errors); in main() [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 133 error_info.errors++; in rm() 138 error_info.errors++; in rm() 151 error_info.errors++; in rm() 236 error_info.errors++; in rm() 243 error_info.errors++; in rm() 251 error_info.errors++; in rm() 320 error_info.errors++; in rm() 386 if (error_info.errors || !*argv && !state.force) in b_rm() 416 return error_info.errors != 0; in b_rm()
|
H A D | mktemp.c | 124 if (error_info.errors || (pfx = *argv++) && *argv) in b_mktemp() 149 error_info.errors++; in b_mktemp() 163 error_info.errors++; in b_mktemp() 168 return error_info.errors != 0; in b_mktemp()
|
H A D | tty.c | 86 if(error_info.errors) in b_tty() 91 error_info.errors++; in b_tty() 104 return(error_info.errors); in b_tty()
|
H A D | rmdir.c | 90 if (error_info.errors || !*argv) in b_rmdir() 110 error_info.errors++; in b_rmdir() 124 return(error_info.errors != 0); in b_rmdir()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | rm.c | 130 error_info.errors++; in rm() 135 error_info.errors++; in rm() 148 error_info.errors++; in rm() 233 error_info.errors++; in rm() 240 error_info.errors++; in rm() 248 error_info.errors++; in rm() 329 error_info.errors++; in rm() 395 if (error_info.errors || !*argv) in b_rm() 423 return error_info.errors != 0; in b_rm()
|
H A D | mktemp.c | 126 if (error_info.errors || (pfx = *argv++) && *argv) in b_mktemp() 151 error_info.errors++; in b_mktemp() 165 error_info.errors++; in b_mktemp() 170 return error_info.errors != 0; in b_mktemp()
|
H A D | tty.c | 78 if(error_info.errors) in b_tty() 83 error_info.errors++; in b_tty() 96 return(error_info.errors); in b_tty()
|
H A D | rmdir.c | 86 if (error_info.errors || !*argv) in b_rmdir() 106 error_info.errors++; in b_rmdir() 120 return(error_info.errors != 0); in b_rmdir()
|
/titanic_51/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 131 [ -f $ADMIN/errors ] && mv $ADMIN/errors $OLD/errors 137 > $ADMIN/errors 323 if [ -s $OLD/errors -o -s $OLD/Foreign ] 326 echo; echo tail errors; tail $OLD/errors; \
|
/titanic_51/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 212 struct rpc_err rpc_error; /* to store RPC errors in on rcv. */ in brpc_call() 218 int errors, preserve_errno; in brpc_call() local 346 errors = 0; in brpc_call() 368 &from_len)) > 0 || errors < RPC_ALLOWABLE_ERRORS) { in brpc_call() 401 errors++; in brpc_call() 421 errors++; in brpc_call() 435 errors++; in brpc_call() 447 errors++; in brpc_call()
|
/titanic_51/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 238 errors="$myroot"etc/svc/volatile/db_errors 253 if [ -r $errors ]; then 255 $errors 318 if [ -r $errors ]; then 319 echo "$errors" 321 if cp -p $errors ${new}_errors; then
|
/titanic_51/usr/src/cmd/pathchk/ |
H A D | pathchk.c | 87 int errors; in main() local 120 errors = 0; in main() 122 errors += checkpathname(*argv, pflag); in main() 126 return (errors); in main()
|
/titanic_51/usr/src/cmd/fm/dicts/ |
H A D | AMD.po | 35 msgstr "The number of errors associated with this memory page has exceeded acceptable levels. Refer to %s for more information." 51 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable levels. Refer to %s for more information." 67 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable levels. Refer to %s for more information." 99 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 115 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 131 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 147 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 163 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 179 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s for more information." 195 msgstr "The number of errors associate [all...] |
/titanic_51/usr/src/cmd/fs.d/ |
H A D | df.c | 978 int errors = 0; in prune_list() local 995 errors++; in prune_list() 1016 errors++; in prune_list() 1029 errors++; in prune_list() 1049 return (errors); in prune_list() 1718 * The function returns the number of errors that occurred while building 1734 int errors = 0; in create_request_list() local 1829 errors++; in create_request_list() 1847 errors++; in create_request_list() 1866 return (errors); in create_request_list() 1930 int errors; do_df() local 2075 int errors = 0; do_devnm() local [all...] |