| /onnv-gate/usr/src/tools/onbld/Checks/ |
| H A D | Comments.py | 69 errors = { 'bugnospc': [], 109 errors['bugnospc'].append(com) 120 errors['mutant'].append(com) 128 errors['dup'].append(crid) 134 errors['nonexistent'].append(crid) 146 errors['nomatch'].append([crid, synopsis, 154 errors['dup'].append(' '.join(case)) 160 errors['nonexistent'].append(' '.join(case)) 175 errors['nomatch'].append( 183 if errors['dup']: [all …]
|
| /onnv-gate/usr/src/cmd/abi/spectrans/parser/ |
| H A D | frontend.c | 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() 123 int nfiles, flen, findex, retval = 0, errors = 0; in dofiles() local 134 ++errors; in dofiles() 138 errors += retval; in dofiles() 140 return (errors); in dofiles() [all …]
|
| H A D | extends.c | 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() 255 ++errors; in do_extends() [all …]
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/psrset/ |
| H A D | psrset.c | 56 static int errors; variable 115 errors = ERR_FAIL; in grab_proc() 285 errors = ERR_FAIL; in bind_lwp() 287 if (errors != ERR_FAIL) { in bind_lwp() 426 int errors = ERR_OK; in info_all() local 451 errors = ERR_FAIL; in info_all() 454 return (errors); in info_all() 465 int errors = ERR_OK; in print_all() local 474 errors = ERR_FAIL; in print_all() 477 return (errors); in print_all() [all …]
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | podchecker.PL | 159 my $errors = 161 if($errors > 0) { 165 $podfile, $errors, 166 ($errors == 1) ? "error" : "errors"); 168 elsif($errors < 0) {
|
| /onnv-gate/usr/src/cmd/pbind/ |
| H A D | pbind.c | 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() 324 errors = ERR_FAIL; in query_all_proc() 425 errors = 0; in main() 443 return (errors); in main() 446 return (errors); in main() 472 errors = ERR_FAIL; in main() 477 return (errors); in main() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/strict/ |
| H A D | subs | 33 Execution of - aborted due to compilation errors. 41 Execution of - aborted due to compilation errors. 50 Execution of - aborted due to compilation errors. 59 Execution of - aborted due to compilation errors. 67 Execution of - aborted due to compilation errors. 87 Execution of - aborted due to compilation errors. 99 Execution of - aborted due to compilation errors. 112 Execution of - aborted due to compilation errors. 124 Execution of - aborted due to compilation errors. 170 Execution of - aborted due to compilation errors. [all …]
|
| H A D | vars | 53 Execution of - aborted due to compilation errors. 61 Execution of - aborted due to compilation errors. 69 Execution of - aborted due to compilation errors. 82 Execution of - aborted due to compilation errors. 94 Execution of - aborted due to compilation errors. 171 abc.pm has too many errors. 197 Execution of - aborted due to compilation errors. 210 Execution of - aborted due to compilation errors. 224 Execution of - aborted due to compilation errors. 265 Execution of - aborted due to compilation errors. [all …]
|
| /onnv-gate/usr/src/cmd/psradm/ |
| H A D | psradm.c | 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()
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/assocs/ |
| H A D | tst.invalidref.d | 40 errors = 0; 60 /errors > 1/ 74 errors++;
|
| /onnv-gate/usr/src/cmd/sgs/error/common/ |
| H A D | errormain.c | 40 Eptr *errors; variable 194 eaterrors(&nerrors, &errors); in main() 196 printerrors(TRUE, nerrors, errors); in main() 197 qsort(errors, nerrors, sizeof (Eptr), errorsort); in main() 199 printerrors(FALSE, nerrors, errors); in main() 200 findfiles(nerrors, errors, &nfiles, &files); in main()
|
| /onnv-gate/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 | 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 | 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 | 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()
|
| /onnv-gate/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; \
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/ |
| H A D | ResourceBundle.properties | 49 exp_err_deleting_options=The following errors occurred while deleting options: 50 exp_err_deleting_macros=The following errors occurred while deleting macros: 51 exp_err_deleting_networks=The following errors occurred while deleting networks: 65 imp_err_importing_options=The following errors occurred while importing options: 66 imp_err_importing_macros=The following errors occurred while importing macros: 67 imp_err_importing_net=The following errors occurred while importing network {0}:
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | Assembler.pm | 28 my($linenum, $errors, $out); # global state, set up by newasm 33 $errors++; 256 $linenum = $errors = 0; 263 if ($errors) { 264 die "There were $errors assembly errors\n"; 266 $linenum = $errors = $out = 0;
|
| /onnv-gate/usr/src/stand/lib/fs/nfs/ |
| H A D | rpc.c | 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()
|
| /onnv-gate/usr/src/cmd/svc/configd/ |
| H A D | restore_repository.sh | 241 errors="$myroot"etc/svc/volatile/db_errors 256 if [ -r $errors ]; then 258 $errors 321 if [ -r $errors ]; then 322 echo "$errors" 324 if cp -p $errors ${new}_errors; then
|
| /onnv-gate/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()
|
| /onnv-gate/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. Refe… 51 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable… 67 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable… 99 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 115 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 131 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 147 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 163 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 179 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … 195 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s … [all …]
|
| /onnv-gate/usr/src/cmd/fs.d/ |
| H A D | df.c | 988 int errors = 0; local 1005 errors++; 1026 errors++; 1039 errors++; 1059 return (errors); 1798 int errors = 0; local 1893 errors++; 1911 errors++; 1930 return (errors); 1994 int errors; local [all …]
|