Searched refs:errors (Results 51 - 75 of 156) sorted by relevance

1234567

/osnet-11/usr/src/lib/libcmd/common/
H A Duniq.c313 if(error_info.errors)
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
340 return(error_info.errors);
H A Did.c463 if (error_info.errors || argc > 1)
470 error_info.errors = getids(sfstdout, *argv, flags);
471 return(error_info.errors);
H A Ddate.c390 if (error_info.errors)
514 return error_info.errors != 0;
H A Dwho.c58 "[+>0?One or more errors occurred.]"
304 if(error_info.errors || argc)
310 return(error_info.errors);
H A Dcat.c476 if (error_info.errors)
529 error_info.errors = 1;
556 return error_info.errors;
H A Dfmt.c610 if (error_info.errors)
624 error_info.errors = 1;
634 return error_info.errors != 0;
H A Dvmstate.c173 if (error_info.errors || *argv)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dclosure.t196 my($code, $inner_sub_test, $expected, $line, $errors, $output);
443 # Child process here. We're going to send errors back
459 $errors = join '', <READ2>; }
493 { local $/; open IN, $errfile; $errors = <IN>; close IN }
497 print STDERR $errors;
498 if ($debugging && ($errors || $? || ($output =~ /not ok/))) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm61 reference to an open filehandle for writing errors. It should be
63 compiler errors will be caught. Example:
107 If you want to send fatal (die, confess) errors to the browser, ask to
113 Fatal errors will now be echoed to the browser as well as to the log. CGI::Carp
114 arranges to send a minimal HTTP header to the browser so that even errors that
116 Nonfatal errors will still be directed to the log file only (unless redirected
147 In order to correctly intercept compile-time errors, you should call
210 It is now also possible to make non-fatal errors appear as HTML
265 compiled, so any compile-time errors will still show up with the
278 1.06 fatalsToBrowser() no longer aborts for fatal errors withi
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm426 my $errors = '';
449 $errors .=
462 return ($cError, $errors);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c101 if(error_info.errors || argc>2)
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h105 int errors; /* >= ERROR_ERROR count */ \
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c108 if(error_info.errors)
173 if(error_info.errors)
373 error_info.errors++;
375 error_info.errors++;
377 error_info.errors++;
379 error_info.errors++;
381 error_info.errors++;
388 if(error_info.errors)
925 error_info.errors++;
941 if(error_info.errors)
[all...]
H A Dcd_pwd.c82 if(error_info.errors>0 || argc >2)
234 if(error_info.errors)
H A Denum.c219 if (error_info.errors || !*argv || *(argv + 1))
270 return error_info.errors != 0;
H A Dwhence.c87 if(error_info.errors || !*argv)
128 if(error_info.errors || !*argv)
H A Dregress.c334 if (error_info.errors || *(argv + opt_info.index))
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh579 typeset -i errors=0
584 (( errors++ ))
600 if (( errors == 0 )); then
603 (( errors++ ))
638 if (( errors != 0 )); then
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c288 return error_info.errors != 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm122 to do so leads into strange errors. The workaround is for C<$_> to
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_iconv.h137 size_t errors; member in struct:Iconv_disc_s
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_iconv.h116 size_t errors; member in struct:Iconv_disc_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_iconv.h137 size_t errors; member in struct:Iconv_disc_s
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \

Completed in 1710 milliseconds

1234567