Searched refs:errors (Results 101 - 125 of 156) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL255 If B<pod2man> fails with errors, see L<Pod::Man> and L<Pod::Parser> for
256 information about what those errors might mean.
379 DIAGNOSTICS instead. The general rule of thumb is that errors printed to
381 while errors passed internal to the calling program and intended for other
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs129 # -S make mapping errors fatal
483 my $errors;
527 $errors++;
550 die "$errors mapping conflicts\n" if ($errors && $opt{'S'});
1353 # -S make mapping errors fatal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm239 when the encoding is part of a stream which may be reporting errors
241 through somehow without causing additional errors which obscure the
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c555 error_info.errors++;
647 p->errors = p->flags = p->line = p->warnings = 0;
H A Dcmdarg.c291 error_info.errors++;
/osnet-11/usr/src/lib/libcmd/common/
H A Dcmp.c329 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++))
H A Dod.c954 error_info.errors = 1;
1487 if (error_info.errors)
1517 if (error_info.errors)
1604 return error_info.errors != 0;
H A Dpr.c789 if(error_info.errors)
873 error_info.errors = 1;
916 return error_info.errors != 0;
H A Dexpr.c521 if (error_info.errors)
H A Dcp.c947 if (argc <= 0 || error_info.errors)
1009 return error_info.errors != 0;
H A Djoin.c937 if (error_info.errors || argc!=2)
993 return error_info.errors;
H A Dstty.c225 { "ignpar", BIT, I_FLAG, 0, IGNPAR, IGNPAR, C("Ignore (do not ignore) characters with parity errors") },
226 { "parmrk", BIT, I_FLAG, 0, PARMRK, PARMRK, C("Mark (do not mark) parity errors") },
953 if (error_info.errors || (flags && *argv) || (flags&(flags-1)))
970 return error_info.errors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm90 read and write access. Note also that the occurrence of errors in
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c1404 disc->errors++;
1428 *e = disc->errors;
1508 disc->errors++;
1555 *e = disc->errors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm418 a true value otherwise. Serious errors are propagated as a C<die> exception.
424 errors are propagated via C<die>.
605 Normal errors are reported by having store() or retrieve() return C<undef>.
606 Such errors are usually I/O errors (or truncated stream errors at retrieval).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm53 my $errors = 0; # Number of errors encountered
384 $errors++;
1645 return if $errors;
1787 return if $errors;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm32 connects RDRFH for reading, WTRFH for writing, and ERRFH for errors. If
103 # reading, wtr for writing, and err for errors.
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1114 errors = xdrlib.Unpacker(data) variable in class:RadConnection
1115 typeset = _RadTypeSet(errors)
1116 self._errors.extend(errors.unpack_array(
1117 lambda: typeset.typeref(errors)))
1457 """ An exception class used to indicate RAD errors. """
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c201 error_info.errors++;
320 if(error_info.errors)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL463 edit the resulting *.ph files to eliminate perl syntax errors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm349 by not considering C<ENOENT> and C<ENOTDIR> as errors - bsd_glob() will
350 continue processing despite those errors, unless the C<GLOB_ERR> flag is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm142 Returns a true value if the given handle has experienced any errors
145 outstanding errors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp1710 $errors ++
1893 # exit ($Is_VMS ? ($errors ? 44 : 1) : $errors) ;
1894 exit ($errors ? 1 : 0);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c581 nvlist_t *errors; local
585 zc->zc_nvlist_dst_size, &errors, 0));
587 while ((pair = nvlist_next_nvpair(errors, pair)) != NULL) {
602 nvlist_free(errors);
604 *errlist = errors;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h368 uint8_t errors; /* Descriptor Errors */ member in struct:e1000_rx_desc
393 /* mask to determine if packets should be dropped due to frame errors */
1620 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \
1622 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
1827 #define SR_1000T_IDLE_ERROR_CNT 0x00FF /* Num idle errors since last read */

Completed in 605 milliseconds

1234567