HomeSort by: relevance | last modified time | path
    Searched refs:errs (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/share/man/tools/
ckspell 10 date > $TMPDIR/sp.errs
11 echo >> $TMPDIR/sp.errs
16 echo "cat <<'EOF' >----------------" >> $TMPDIR/sp.errs
17 echo "Section $dir" >> $TMPDIR/sp.errs
22 sort $TMPDIR/tmp.$$ | uniq | comm -23 - $TOOLS/sp.ignore >> $TMPDIR/sp.errs
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
litlint.py 47 errs = 0
52 errs += 1
56 return errs
66 errs = 0 variable
68 errs += LintFile(p)
71 if errs > 0:
  /src/bin/ed/test/
ckscripts.sh 19 done >errs.o 2>&1
37 grep -h '\*\*\*' errs.o scripts.o
Makefile 11 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
16 @if [ -f errs.o ]; then :; else \
  /src/usr.bin/renice/
renice.c 67 int prio, errs = 0, incr = 0; local in function:main
100 errs++;
107 errs++;
112 errs++;
117 errs += donice(which, who, prio, incr);
119 return errs == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
  /src/usr.sbin/quotaon/
quotaon.c 83 int i, offmode = 0, errs = 0; local in function:main
162 errs++;
173 errs++;
188 errs += quotaonoff(fs, qh, offmode, GRPQUOTA, 0, fsspec);
189 errs += quotaonoff(fs, qh, offmode, USRQUOTA, 0, fsspec);
192 errs += quotaonoff(fs, qh, offmode, GRPQUOTA, 1, fsspec);
195 errs += quotaonoff(fs, qh, offmode, USRQUOTA, 1, fsspec);
203 return errs;
  /src/etc/
newsyslog.conf 10 /var/log/lpd-errs 640 7 100 * Z
syslog.conf 14 lpr.info /var/log/lpd-errs
  /src/usr.sbin/bootp/bootpd/
syslog.conf 23 lpr.debug /var/adm/lpd-errs
  /src/sys/arch/atari/stand/tostools/libtos/
aout.c 157 static char *errs[] = { local in function:aout_load
166 *errp = errs[err];
  /src/sbin/umount/
umount.c 98 int ch, errs, raw = 0; local in function:main
166 errs = 0;
170 errs = 1;
172 for (errs = 0, mnts--; mnts > 0; mnts--) {
177 errs = 1;
181 for (errs = 0; *argv != NULL; ++argv) {
186 errs = 1;
188 return errs;
  /src/usr.sbin/lpr/pac/
pac.c 65 static int errs; variable in typeref:typename:int
191 exit(errs);
302 errs++;
316 errs++;
  /src/sbin/badsect/
badsect.c 85 static int errs; variable in typeref:typename:int
190 errs++;
200 return errs;
236 errs++;
  /src/sbin/ccdconfig/
ccdconfig.c 527 int errs = 0; local in function:dump_ccd
555 errs += printccdinfo(units[i]);
557 return errs;
569 errs++;
575 errs++;
578 errs += printccdinfo(i);
581 return errs;
  /src/bin/rcp/
rcp.c 78 int errs, rem; variable in typeref:typename:int
161 exit(errs);
166 exit(errs);
190 exit(errs);
294 ++errs;
321 ++errs;
543 ++errs;
772 ++errs;
798 ++errs;
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 1066 int errs = 0; local in function:check_for_errors
1068 errs = (!map.root_cnt) || (map.root_cnt > 1) || (!map.swap_cnt) ||
1074 errs++;
1076 errs++;
1078 return(errs);
1088 int errs = 0; local in function:report_errors
1093 errs++;
1097 errs++;
1101 errs++;
1105 errs++
    [all...]
  /src/usr.sbin/gspa/gspa/
gspa.c 283 yyerror(const char *errs)
286 perr("%s", errs);
  /src/usr.sbin/lpr/lpr/
lpr.c 127 int i, f, errs, c; local in function:main
149 errs = 0;
248 errs++;
252 errs++;
257 if (errs)
  /src/usr.bin/fmt/
fmt.c 104 int errs = 0; local in function:main
165 errs++;
173 return errs;
  /src/sbin/fsck_ext2fs/
utilities.c 312 int i, errs; local in function:bread
324 errs = 0;
337 errs++;
341 return (errs);
  /src/sys/dev/vme/
xyreg.h 128 volatile u_char errs:1; /* error summary bit */ member in struct:xy_iopb
  /src/usr.sbin/repquota/
repquota.c 124 int gflag = 0, uflag = 0, errs = 0; local in function:main
201 errs += repquota(qh, QUOTA_IDTYPE_GROUP);
203 errs += repquota(qh, QUOTA_IDTYPE_USER);
212 return errs;
  /src/usr.sbin/quotacheck/
quotacheck.c 178 int i, argnum, maxrun, errs; local in function:main
184 errs = maxrun = 0;
264 errs += chkquota(fs->fs_type, name, fs->fs_file,
272 return errs;
322 int i, mode, errs = 0, inosused; local in function:chkquota
467 errs += update(mntpt, qnp->usrqfname, USRQUOTA);
469 errs += update(mntpt, qnp->grpqfname, GRPQUOTA);
472 exit(errs);
473 return errs;
  /src/sys/arch/sun3/dev/
xyreg.h 129 volatile u_char errs:1; /* error summary bit */ member in struct:xy_iopb
xd.c 1206 iopb->errs = iopb->done = 0;
1648 if (del <= 0 || xdcsc->iopbase->errs) {
1702 xdcsc->iopbase[lcv].done = xdcsc->iopbase[lcv].errs = 1;
1779 int errno, rqno, comm, errs; local in function:xdc_remove_iorq
1843 errs = iopb->errs;
1845 if (errs)
1852 if (errs &&
1866 if ((iorq->mode & XD_MODE_B144) != 0 && errs == 0 &&
1883 iopb->errs = iopb->done = 0
    [all...]

Completed in 29 milliseconds

1 2