HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
tst.invalidref.d 40 errors = 0;
60 /errors > 1/
74 errors++;
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
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/onnv-gate/usr/src/lib/libproc/common/
proc_stdio.c 111 int errors = 0; local
114 while (len > 0 && !errors) {
119 errors++;
124 errors++;
127 return (errors);
134 int errors = 0; local
147 errors += copy_fd(cached_stdout_fd, stdout, len);
151 errors += copy_fd(cached_stderr_fd, stderr, len);
153 return (errors?-1:0);
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/
frontend.c 59 * returns the number of errors encountered
64 int retval, i = 0, errors = 0; local
89 ++errors;
95 errors += retval;
97 ++errors;
108 ++errors;
110 return (errors);
118 * returns the number of errors;
123 int nfiles, flen, findex, retval = 0, errors = 0; local
134 ++errors;
162 int retval = 0, errors = 0, ki = 0; \/* keyword indicator *\/ local
    [all...]
extends.c 42 * Returns the number of errors encountered
55 int found = 0, errors = 0, ki = 0; local
64 ++errors;
76 ++errors;
101 ++errors;
114 ++errors;
156 ++errors;
177 errors += extends_err;
230 ++errors;
245 ++errors;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
tty.c 78 if(error_info.errors)
83 error_info.errors++;
96 return(error_info.errors);
logname.c 71 if (error_info.errors)
mktemp.c 119 if (error_info.errors || (pfx = *argv++) && *argv)
144 error_info.errors++;
158 error_info.errors++;
163 return error_info.errors != 0;
sync.c 37 "option/operand syntax errors, or when \bsync\b(2) does not return, in "
71 if (error_info.errors || *argv)
rmdir.c 86 if (error_info.errors || !*argv)
106 error_info.errors++;
120 return(error_info.errors != 0);
head.c 120 if (error_info.errors)
149 return error_info.errors != 0;
mkfifo.c 83 if (error_info.errors || !*argv)
97 return error_info.errors != 0;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/
Importer.java 60 * @param msg Message identifying contect for the errors
61 * @param label The type of objects for which the errors occurred
62 * @param errors An array of ActionError
64 public void displayErrors(String msg, String label, ActionError [] errors);
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/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs.conf 33 # console-errors: Sets the verbose level for driver errors to the console.
37 # log-errors: Sets the verbose level for driver errors to the system log file*.
70 # console-errors = 0; (Default)
74 # log-errors = 0xffffffff; (Default)
78 console-errors=0;
81 log-errors=0xffffffff;
  /onnv/onnv-gate/usr/src/cmd/mkfile/
mkfile.c 59 int errors = 0; local
139 errors++;
150 errors++;
160 errors++;
176 errors++;
187 errors++;
203 errors++;
224 errors++;
247 errors++;
265 return (errors);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/psrset/
psrset.c 52 #define ERR_FAIL 1 /* exit status for errors */
53 #define ERR_USAGE 2 /* exit status for usage errors */
56 static int errors; variable
115 errors = ERR_FAIL;
285 errors = ERR_FAIL;
287 if (errors != ERR_FAIL) {
426 int errors = ERR_OK; local
451 errors = ERR_FAIL;
454 return (errors);
465 int errors = ERR_OK local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
podchecker.PL 86 syntax errors in the POD documentation and will print any errors
88 indicating the number of errors found.
100 =head1 ERRORS
103 the given POD files has syntax errors.
159 my $errors =
161 if($errors > 0) {
162 # errors occurred
165 $podfile, $errors,
166 ($errors == 1) ? "error" : "errors")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/error/common/
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]);
194 eaterrors(&nerrors, &errors);
196 printerrors(TRUE, nerrors, errors);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
README 37 The test script will run until interrupted by SIGINT. If any errors are
41 is also a good way of detecting errors.
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/ml/
fhc_asm.s 70 ! turn off errors (we'll be writing to non-existent memory)
  /onnv/onnv-gate/usr/src/cmd/psradm/
psradm.c 185 return (1); /* the processor exists and no errors occurred */
219 int errors; local
291 errors = 0;
300 errors = 1;
317 errors = 2;
321 errors = 1;
332 errors = 2;
342 errors = 2;
346 errors = 1;
353 return (errors);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ast/msgcc/
msgget.c 79 if (error_info.errors || !(loc = *argv++) || !(cmd = *argv++) || !(s = *argv++))
108 return error_info.errors != 0;
  /onnv/onnv-gate/usr/src/cmd/bnu/
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/onnv-gate/usr/src/cmd/pbind/
pbind.c 52 #define ERR_FAIL 1 /* exit status for errors */
53 #define ERR_USAGE 2 /* exit status for usage errors */
61 static int errors; variable
191 errors = ERR_FAIL;
201 errors = ERR_FAIL;
224 errors = ERR_FAIL;
318 * Ignore search errors. The process may have exited
324 errors = ERR_FAIL;
425 errors = 0;
443 return (errors);
    [all...]

Completed in 3899 milliseconds

1 2 3 4 5 6 7 8 9