Searched refs:errors (Results 26 - 50 of 156) sorted by relevance

1234567

/osnet-11/usr/src/lib/libcmd/common/
H A Dmkdir.c106 if (error_info.errors || !*argv)
188 return error_info.errors != 0;
H A Dbasename.c131 if (error_info.errors || argc < 1 || !all && argc > 2)
H A Ddirname.c130 if(error_info.errors || argc != 1)
H A Dpids.c113 if (error_info.errors || *argv)
H A Dreadlink.c35 "[v:verbose?Verbose - print errors.]"
81 if(error_info.errors || argc != 1)
H A Dcksum.c314 error_info.errors++;
323 error_info.errors++;
334 error_info.errors++;
343 error_info.errors++;
378 error_info.errors++;
540 if (error_info.errors)
631 return error_info.errors != 0;
H A Dchmod.c232 if (error_info.errors || !*argv || !amode && !*(argv + 1))
307 return error_info.errors != 0;
H A Dcomm.c179 if(error_info.errors || argc!=2)
202 return error_info.errors;
H A Dpathchk.c34 "access or create a file without causing syntax errors. A file is "
260 if (!*argv || error_info.errors)
264 return error_info.errors != 0;
H A Dtee.c156 if (error_info.errors)
203 return error_info.errors;
H A Drev.c138 if(error_info.errors)
H A Dxargs.c217 if (error_info.errors)
298 return(error_info.errors != 0);
H A Dgetconf.c236 if (error_info.errors || !name && *argv)
261 if (error_info.errors)
276 return error_info.errors != 0;
H A Dpaste.c207 if(error_info.errors)
278 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0)
287 return(error_info.errors);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dumask.c58 if(error_info.errors)
H A Dmisc.c85 if(error_info.errors)
175 if(error_info.errors || !*argv)
196 if(error_info.errors)
231 if(error_info.errors || !script)
355 if(error_info.errors)
381 if(error_info.errors)
412 if(error_info.errors)
451 if(error_info.errors)
483 if(error_info.errors || argc>1)
534 if(error_info.errors)
[all...]
H A Dhist.c99 if(error_info.errors)
244 error_info.errors = sh_eval(sh_sfeval(com),0);
260 else if(error_info.errors == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm7 carp - warn of errors (from perspective of caller)
9 cluck - warn of errors with stack backtrace
12 croak - die of errors (from perspective of caller)
14 confess - die of errors with stack backtrace
48 a call shouldn't generate errors work as follows:
58 Packages claim that there won't be errors on calls to or from
113 # Carp will not report errors from within these packages if it
115 # system. Carp will not report errors from within these packages
H A Dsubs.t93 Execution of - aborted due to compilation errors.
104 BEGIN not safe after errors--compilation aborted at - line 4.
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c702 boolean_t errors = B_FALSE; local
728 errors = B_TRUE;
733 return (!errors);
749 boolean_t errors; local
778 errors = B_FALSE;
783 errors = B_TRUE;
786 return (errors ? -1 : 0);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c408 int errors = 0; local
418 return (errors);
432 errors |= 1;
437 errors |=
442 errors |= zfs_fixup_changelist_sharing(
449 errors |= zfs_share_rename(cn->cn_handle,
483 errors |= err;
488 errors |= zfs_unshare(cn->cn_handle);
490 errors |= zfs_unshare_one_impl(cn->cn_handle);
501 return (errors);
517 int errors = 0; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t107 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n});
112 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST393 my $errors = 0;
396 if (/^==\d+== ERROR SUMMARY: (\d+) errors? /) {
397 $errors += $1; # there may be multiple error summaries
407 if ($errors or $leaks) {
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c257 if (error_info.errors || !(catfile = *argv++))
267 return error_info.errors != 0;
348 return error_info.errors != 0;
508 * rename if no errors
521 return error_info.errors != 0;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dbash.c214 error_info.errors++;
232 if(error_info.errors)
261 error_info.errors++;

Completed in 87 milliseconds

1234567