Searched refs:errors (Results 1 - 25 of 156) sorted by relevance

1234567

/osnet-11/usr/src/tools/onbld/Checks/
H A DComments.py69 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['du
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_stdio.c111 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);
/osnet-11/usr/src/lib/libcmd/common/
H A Dtty.c82 if(error_info.errors)
87 error_info.errors++;
100 return(error_info.errors);
H A Dlogname.c71 if (error_info.errors)
H A Dmktemp.c124 if (error_info.errors || (pfx = *argv++) && *argv)
149 error_info.errors++;
163 error_info.errors++;
168 return error_info.errors != 0;
H A Dsync.c37 "option/operand syntax errors, or when \bsync\b(2) does not return, in "
71 if (error_info.errors || *argv)
H A Dasa.c127 if(error_info.errors)
138 error_info.errors = 1;
145 return(error_info.errors);
H A Drmdir.c90 if (error_info.errors || !*argv)
110 error_info.errors++;
124 return(error_info.errors != 0);
H A Dhead.c120 if (error_info.errors)
149 return error_info.errors != 0;
H A Dmkfifo.c81 if (error_info.errors || !*argv)
95 return error_info.errors != 0;
H A Drm.c132 error_info.errors++;
137 error_info.errors++;
150 error_info.errors++;
235 error_info.errors++;
242 error_info.errors++;
250 error_info.errors++;
319 error_info.errors++;
385 if (error_info.errors || !*argv)
413 return error_info.errors != 0;
H A Dwc.c137 if (error_info.errors)
187 return error_info.errors<ERRORMAX?error_info.errors:ERRORMAX;
H A Dline.c61 if(error_info.errors || argc != 0)
H A Dstrings.c251 if (error_info.errors)
262 error_info.errors = 1;
268 error_info.errors = 1;
273 return error_info.errors;
H A Dfold.c220 if(error_info.errors)
231 error_info.errors = 1;
239 return(error_info.errors);
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_status.c168 * This function returns details about the current set of errors. It assumes
169 * that the user has gotten the number of errors from shadow_get_status().
170 * Because the total number of errors doesn't decrease, we don't have to worry
171 * if there isn't enough to fill. If the number of errors has subsequently
177 shadow_error_report_t *errors; local
183 if ((errors = shadow_zalloc(count *
190 errors[i].ser_errno = sep->se_error;
191 if ((errors[i].ser_path =
194 shadow_free_errors(errors, count);
200 return (errors);
204 shadow_free_errors(shadow_error_report_t *errors, size_t count) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dargv.c130 int errors = 0; local
135 while (! errors && *s)
141 errors += grub_script_argv_append (argv, p, s - p);
147 errors += grub_script_argv_next (argv);
149 return errors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL86 syntax errors in the POD documentation and will print any errors
88 indicating the number of errors found.
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...]
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgget.c79 if (error_info.errors || !(loc = *argv++) || !(cmd = *argv++) || !(s = *argv++))
108 return error_info.errors != 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToChecker.pm24 print "No Pod errors in $file\n";
34 Pod::Perldoc::ToChecker - let Perldoc check Pod for errors
39 No Pod errors in SomeFile.pod
46 not available, then Pod::Checker), to check for errors in a given
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dstacksize.d87 @errors[execname] = count();
94 printa(" %@d %s\n", @errors);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dstacksize.d87 @errors[execname] = count();
94 printa(" %@d %s\n", @errors);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcflow.c63 if(error_info.errors)
97 if(error_info.errors)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAssembler.pm28 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;
/osnet-11/usr/src/lib/libc/port/gen/
H A Devent_port.c140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) argument
148 (uintptr_t)ports, (uintptr_t)errors, nent, events,
162 (uintptr_t)&ports[offset], (uintptr_t)&errors[offset],

Completed in 46 milliseconds

1234567