Searched refs:errors (Results 76 - 100 of 661) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dfork.c79 int errors = 0; local
84 errors++;
88 return (errors);
H A Dopen.c95 int errors = 0; local
100 errors++;
107 return (errors);
H A Dcascade_fcntl.c106 int errors = 0; local
116 errors++;
120 errors++;
124 errors++;
127 return (errors);
H A Dwritev.c105 int errors = 0; local
110 errors++;
122 return (errors);
H A Dcascade_flock.c112 int errors = 0; local
128 errors++;
131 errors++;
135 return (errors);
/macosx-10.10/shell_cmds-179/kill/
H A Dkill.c67 int errors, numsig, pid; local
128 for (errors = 0; argc; argc--, argv++) {
132 errors = 1;
135 errors = 1;
139 exit(errors);
/macosx-10.10/uucp-11/uucp/contrib/
H A DdialHDB.c57 const errTable errors[]= variable
173 for(i=0;errors[i].errString!=NULL;i++)
175 if(errors[i].errNum==error)
176 return(errors[i].errString);
179 return(errors[0].errString);
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkvno.c102 int i, errors; local
142 errors = 0;
160 errors++;
168 errors++;
178 errors++;
186 errors++;
208 errors ++;
215 errors ++;
227 errors ++;
236 errors
[all...]
H A Dkcpytkt.c70 int i, errors; local
108 errors = 0;
119 errors++;
126 errors++;
139 errors++;
153 errors++;
166 if (errors)
H A Dkdeltkt.c70 int i, errors; local
103 errors = 0;
114 errors++;
121 errors++;
134 errors++;
148 errors++;
160 if (errors)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dversions.tcl148 variable errors ; incr errors
203 variable errors 0
209 variable errors
212 set err [F $errors]
215 if {$errors} { set err [=red $err] }
243 variable errors 0 ; # Number of errors found (= modules without pkg index)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dversions.tcl147 variable errors ; incr errors
202 variable errors 0
208 variable errors
211 set err [F $errors]
214 if {$errors} { set err [=red $err] }
242 variable errors 0 ; # Number of errors found (= modules without pkg index)
/macosx-10.10/security_systemkeychain-55202/syspolicyd/
H A Dsyspolicyd.cpp162 CFErrorRef errors = NULL; local
199 if (CFRef<SecAssessmentRef> assessment = SecAssessmentCreate(CFTempURL(path), flags | kSecAssessmentFlagDirect | kSecAssessmentFlagIgnoreCache, context, &errors))
200 if (CFRef<CFDictionaryRef> result = SecAssessmentCopyResult(assessment, kSecAssessmentDefaultFlags, &errors)) {
204 if (errors)
205 xpc_dictionary_set_int64(reply, "error", CFErrorGetCode(errors));
262 CFErrorRef errors = NULL; local
263 if (CFRef<CFDictionaryRef> result = SecAssessmentCopyUpdate(target, flags | kSecAssessmentFlagDirect, context, &errors)) {
267 xpc_dictionary_set_int64(reply, "error", CFErrorGetCode(errors));
268 CFRelease(errors);
287 CFErrorRef errors local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dentropy.c82 int fd, addr_len, rval, errors; local
115 errors = 0;
140 if (errno == EPIPE && errors < 10) {
142 errors++;
151 if (errno == EPIPE && errors < 10) {
153 errors++;
/macosx-10.10/vim-55/runtime/compiler/
H A Dperl.vim33 \%-G%.%#had\ compilation\ errors.,
40 " %-G%.%#had\ compilation\ errors., - Ignore the obvious.
42 " %m\ at\ %f\ line\ %l., - Most errors...
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbicst.pl191 $errors++;
195 $errors++;
199 die if ($errors>0);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqparser.cpp69 // Drive a parsing function through the plugin harness and translate any errors
75 string errors; local
76 if (const Result *result = (plugin().antlr->*func)(source, errors))
79 CSError::throwMe(errSecCSReqInvalid, kSecCFErrorRequirementSyntax, CFTempString(errors));
85 // Any other combination of input and output types will cause linker errors.
H A DSecRequirement.h83 @param errors An optional pointer to a CFErrorRef variable. If the call fails
94 CFErrorRef *errors, SecRequirementRef *requirement);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqparser.cpp69 // Drive a parsing function through the plugin harness and translate any errors
75 string errors; local
76 if (const Result *result = (plugin().antlr->*func)(source, errors))
79 CSError::throwMe(errSecCSReqInvalid, kSecCFErrorRequirementSyntax, CFTempString(errors));
85 // Any other combination of input and output types will cause linker errors.
H A DSecRequirement.h83 @param errors An optional pointer to a CFErrorRef variable. If the call fails
94 CFErrorRef *errors, SecRequirementRef *requirement);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKCExceptions.h31 #include <security_utilities/errors.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKCExceptions.h31 #include <security_utilities/errors.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKCExceptions.h31 #include <security_utilities/errors.h>
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Derror.h34 int errors; member in struct:Error_info_s
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/mach/
H A Derrorlib.h63 * Error bases for subsytems errors.
98 extern const struct error_system errors[err_max_system+1];

Completed in 398 milliseconds

1234567891011>>