Searched refs:reason (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/openssl/engines/
H A De_sureware_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
149 static void ERR_SUREWARE_error(int function, int reason, char *file, int line) argument
153 ERR_PUT_error(SUREWARE_lib_error_code, function, reason, file, line);
H A De_ubsec_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
149 static void ERR_UBSEC_error(int function, int reason, char *file, int line) argument
153 ERR_PUT_error(UBSEC_lib_error_code, function, reason, file, line);
H A De_4758cca_err.h69 static void ERR_CCA4758_error(int function, int reason, char *file, int line);
H A De_cswift_err.h69 static void ERR_CSWIFT_error(int function, int reason, char *file, int line);
H A De_sureware_err.h69 static void ERR_SUREWARE_error(int function, int reason, char *file,
H A De_ubsec_err.h69 static void ERR_UBSEC_error(int function, int reason, char *file, int line);
/freebsd-10.3-release/tools/regression/posixsem/
H A Dtest.c100 skip(const char *reason) argument
103 print_status("ok", "skip %s", reason);
107 todo(const char *reason) argument
110 print_status("not ok", "TODO %s", reason);
/freebsd-10.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c283 const char *reason; local
291 reason = NULL;
294 reason = REASON_SAME;
298 if (!reason && length < params->min[4])
299 reason = REASON_SHORT;
301 if (!reason && length > params->max) {
307 reason = REASON_SAME;
309 reason = REASON_LONG;
312 if (!reason && is_simple(params, newpass)) {
314 reason
[all...]
/freebsd-10.3-release/contrib/apr-util/ldap/
H A Dapr_ldap_url.c256 * The LDAP result code and reason string is returned in the
276 result->reason = "Either the LDAP URL, or the URL structure was NULL. Oops.";
285 result->reason = "The scheme was not recognised as a valid LDAP URL scheme.";
293 result->reason = "Out of memory parsing LDAP URL.";
302 result->reason = "Bad enclosure error while parsing LDAP URL.";
313 result->reason = "Out of memory parsing LDAP URL.";
330 result->reason = "Out of memory parsing LDAP URL.";
351 result->reason = "Bad LDAP URL while parsing IPV6 syntax.";
365 result->reason = "Bad LDAP URL while parsing.";
378 result->reason
[all...]
H A Dapr_ldap_init.c85 result->reason = "LDAP: Attempt to set certificate store failed. "
189 result->reason = "APR LDAP: Unable to initialize the LDAP connection";
201 * currently in use. The string is placed inside result_err->reason.
209 result->reason = "APR LDAP: Built with "
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.cpp28 ProcessMessage::GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr) argument
32 switch (reason)
109 ProcessMessage::PrintCrashReason(CrashReason reason) argument
114 sprintf(str, "%d", reason);
118 switch (reason)
212 sprintf(str, "%d", reason);
/freebsd-10.3-release/crypto/openssl/crypto/
H A Dcpt_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
/freebsd-10.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
/freebsd-10.3-release/crypto/openssl/crypto/jpake/
H A Djpake_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
/freebsd-10.3-release/crypto/openssl/crypto/ui/
H A Dui_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
/freebsd-10.3-release/contrib/unbound/validator/
H A Dval_secalgo.h91 * @param reason: bogus reason in more detail.
97 unsigned char* key, unsigned int keylen, char** reason);
H A Dval_sigcrypt.h133 * Format error reason for algorithm missing.
136 * @param reason: destination.
139 void algo_needs_reason(struct module_env* env, int alg, char** reason, char* s);
239 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
246 struct ub_packed_rrset_key* dnskey, uint8_t* sigalg, char** reason);
255 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
261 struct ub_packed_rrset_key* dnskey, size_t dnskey_idx, char** reason);
273 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
280 struct rbtree_t** sortree, char** reason);
297 * @param reason
[all...]
H A Dval_utils.h122 * @param reason: reason of failure. Fixed string or alloced in scratch.
127 uint8_t* sigalg, char** reason);
135 * @param reason: reason of failure. Fixed string or alloced in scratch.
140 struct key_entry_key* kkey, char** reason);
152 * @param reason: reason of failure. Fixed string or alloced in scratch.
159 struct ub_packed_rrset_key* ds_rrset, uint8_t* sigalg, char** reason);
172 * @param reason
[all...]
H A Dval_kentry.c60 if(kd->reason)
61 s += strlen(kd->reason)+1;
95 free(kd->reason);
138 if(d->reason) {
139 newd->reason = regional_strdup(region, d->reason);
140 if(!newd->reason)
193 if(d->reason) {
194 newd->reason = strdup(d->reason);
241 key_entry_set_reason(struct key_entry_key* kkey, char* reason) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c72 local_reason_str(svn_node_kind_t kind, svn_wc_conflict_reason_t reason) argument
77 switch (reason)
100 switch (reason)
197 switch (conflict->reason)
214 conflict->reason));
247 const char *action, *reason, *operation; local
270 reason = local_reason_str(conflict->node_kind, conflict->reason);
275 if (action && reason)
278 reason, actio
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp67 StopReason reason = stop_info_sp->GetStopReason(); local
68 if (reason == eStopReasonTrace || reason == eStopReasonNone)
120 // If we are still at the PC of our breakpoint, then for some reason we didn't
/freebsd-10.3-release/bin/echo/
H A Decho.c59 errexit(const char *prog, const char *reason) argument
64 write(STDERR_FILENO, reason, strlen(reason));
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c78 TO_FILE means standard input. If reason is LC_LEAVE, and
88 linemap_add (struct line_maps *set, enum lc_reason reason, argument
111 reason = LC_ENTER;
112 else if (reason == LC_LEAVE)
125 reason = LC_RENAME;
149 map->reason = reason;
160 if (reason == LC_ENTER)
167 else if (reason == LC_RENAME)
169 else if (reason
[all...]
/freebsd-10.3-release/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb73 reason = array[lastItem].chomp
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
87 reason = array[lastItem].chomp + " at line: " + array[lastItem - 3]
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
/freebsd-10.3-release/sys/dev/mpr/
H A Dmpr_mapping.h49 uint8_t reason; member in struct:_map_phy_change

Completed in 180 milliseconds

1234567891011>>