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

12345678

/ast/src/cmd/INIT/
H A Drt.sh81 integer tests errors signals lineno=0 skip=0
84 function results # tests errors signals
88 if [[ $style != unknown ]] && (( errors >= 0 ))
90 if (( !failed || errors ))
174 error|errors)
175 errors=$1
184 results $tests $errors
188 results $tests $errors
199 errors=0
206 results $tests $errors
[all...]
/ast/src/lib/libdss/
H A Ddss-null.h38 int errors = error_info.errors; local
55 if (error_info.errors > errors)
H A Ddss-return.h44 int errors = error_info.errors; local
61 if (error_info.errors > errors)
H A Ddss-compress.h53 int errors = error_info.errors; local
71 if (error_info.errors > errors)
H A Ddss-count.h41 int errors = error_info.errors; local
58 if (error_info.errors > errors)
H A Ddss-write.h42 int errors = error_info.errors; local
60 if (error_info.errors > errors)
H A Ddss-scan.h47 int errors; local
49 errors = error_info.errors;
65 if (error_info.errors > errors)
H A Ddss-print.h61 int errors = error_info.errors; local
81 if (error_info.errors > errors)
/ast/src/cmd/tests/
H A Dbase64.c31 int errors; local
43 testno = errors = 0;
55 errors++;
62 errors++;
68 errors++;
78 errors++;
85 errors++;
91 errors++;
98 errors++;
104 errors
[all...]
/ast/src/lib/libcmd/
H A Dtty.c86 if(error_info.errors)
91 error_info.errors++;
104 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 Drmdir.c90 if (error_info.errors || !*argv)
110 error_info.errors++;
124 return(error_info.errors != 0);
H A Dmkfifo.c81 if (error_info.errors || !*argv)
95 return error_info.errors != 0;
/ast/src/cmd/cpp/
H A Dcpp.c44 return error_info.errors;
/ast/src/cmd/dsslib/tests/
H A Dtest.c44 int errors; local
46 errors = error_info.errors;
75 if (error_info.errors > errors)
124 int errors; local
126 errors = error_info.errors;
155 if (error_info.errors > errors)
[all...]
/ast/src/cmd/std/
H A Diconv.c49 "[a:all?List all conversion errors. By default (and \b--omit\b is not "
53 "[e:errors?Do not ignore conversion errors.]"
55 "[i:ignore?Ignore conversion errors.]"
206 if (error_info.errors)
235 id.errors = 0;
237 if (!id.errors && (!sfeof(ip) || sferror(ip)))
239 if (id.errors)
241 if (ignore || !id.errors)
245 if (id.errors
[all...]
/ast/src/lib/libexpr/
H A Dexerror.c39 if (expr.program->disc->errorf && !expr.program->errors && (sp = sfstropen()))
45 expr.program->errors = 1;
/ast/src/cmd/pax/
H A Dnocom.c75 if (error_info.errors)
93 return error_info.errors != 0;
/ast/src/cmd/builtin/
H A Dasa.c128 if(error_info.errors)
139 error_info.errors = 1;
146 return(error_info.errors);
/ast/src/cmd/kshlib/dbm/
H A Ddbm.c101 if (error_info.errors || !*argv || *(argv + 1))
121 if (!error_info.errors && !(state.dbm = dbm_open(*argv, flags, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)))
127 return error_info.errors != 0;
165 if (error_info.errors || *argv)
170 if (!error_info.errors)
180 return error_info.errors != 0;
229 if (error_info.errors || (key.dptr = *argv++) && *argv)
316 if (error_info.errors || (key.dptr = *argv++) && (val.dptr = *argv++) && *argv)
321 if (!error_info.errors)
352 return error_info.errors !
[all...]
/ast/src/lib/libast/astsa/
H A Derror.h34 int errors; member in struct:Error_info_s
/ast/src/cmd/mam/
H A Dmamtst.c74 if (error_info.errors) error(ERROR_USAGE|4, "%s", optusage(NiL));
80 exit(error_info.errors != 0);
/ast/src/cmd/msgcc/
H A Dmsgget.c79 if (error_info.errors || !(loc = *argv++) || !(cmd = *argv++) || !(s = *argv++))
108 return error_info.errors != 0;

Completed in 17 milliseconds

12345678