Searched refs:log_error (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dsimple_lock_test.c31 log_error("thread: attempting lock. may hang. err == %d", err);
43 log_error("thread: return. err == %d", err);
61 log_error("main: initialized and read locked context. err == %d", err);
66 log_error("pthread_create() returned %d", status);
75 log_error("main: unlocking and releasing context. err == %d", err);
78 log_error("main: calling cc_context_unlock");
80 log_error("main: calling cc_context_release");
85 log_error("main: return. err == %d", err);
H A Dtest_ccapi_log.h8 #define log_error(format, ...) \ macro
H A Dtest_ccapi_ccache.c22 log_error("cc_ccache_release is not implemented yet");
96 log_error("cc_ccache_destroy is not implemented yet");
170 log_error("cc_ccache_set_default is not implemented yet");
289 log_error("cc_ccache_get_credentials_version is not implemented yet");
303 log_error("cc_context_create_new_ccache failed, can't complete test");
316 log_error("cc_ccache_set_principal failed, can't complete test");
336 log_error("cc_context_create_new_ccache failed, can't complete test");
348 log_error("cc_ccache_set_principal failed, can't complete test");
410 log_error("cc_ccache_get_name is not implemented yet");
428 log_error("cc_context_create_ccach
[all...]
H A Dtest_ccapi_context.c73 log_error("cc_context_release is not implemented yet");
115 log_error("failure in cc_initialize, unable to perform check");
145 log_error("cc_context_get_change_time is not implemented yet");
195 log_error("failed to change ccache's principal - %s (%d)", translate_ccapi_error(err), err);
284 log_error("cc_context_get_default_ccache_name is not implemented yet");
297 log_error("didn't remove all ccaches");
360 log_error("cc_context_open_ccache is not implemented yet");
467 log_error("cc_context_open_default_ccache is not implemented yet");
560 log_error("cc_context_create_ccache is not implemented yet");
665 log_error("cc_context_create_default_ccach
[all...]
/macosx-10.10.1/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c58 static void (*log_error) __P((char *, ...)) = 0; variable
71 log_error = logerror;
141 if (log_error)
142 (log_error)("EAP-TLS: dialog setup parent failed to write on pipe, %m\n");
145 if (log_error)
146 (log_error)("EAP-TLS: dialog setup parent failed to write on pipe (wrote %d, expected %d)\n",
164 if (log_error)
165 (log_error)("EAP-TLS: dialog failed to create pipe, %m\n");
189 if (log_error)
190 (log_error)("EA
[all...]
H A Deaptls.c57 static void (*log_error) __P((char *, ...)) = 0; variable
166 log_error = eap_in->log_error;
180 if (log_error)
181 (log_error)("EAP-TLS: Cannot open /dev/random\n");
203 if (log_error)
204 (log_error)("EAP-TLS: Cannot allocate memory\n");
214 if (log_error)
215 (log_error)("EAP-TLS: EAPClientPluginInit(eaptls) failed, error %d\n", status);
221 if (eaptls_ui_load(bundle, log_debug, log_error)
[all...]
/macosx-10.10.1/cron-39/cron/
H A Duser.c46 log_error(msg) function
107 User_name = u->name; /* for log_error */
109 e = load_entry(file, log_error, strcmp(name, "*system*") ? name : NULL, envp);
111 e = load_entry(file, log_error, pw, envp);
/macosx-10.10.1/sudo-73/src/auth/
H A Dkerb5.c114 log_error(NO_MAIL,
155 log_error(NO_MAIL,
166 log_error(NO_MAIL,
216 log_error(NO_MAIL,
232 log_error(NO_MAIL,
245 log_error(NO_MAIL,
249 log_error(NO_MAIL,
317 log_error(NO_MAIL,
332 log_error(NO_MAIL,
H A Dbsdauth.c78 log_error(USE_ERRNO|NO_MAIL,
84 log_error(USE_ERRNO|NO_MAIL,
93 log_error(NO_MAIL, "invalid authentication type");
102 log_error(NO_MAIL, "unable to setup authentication");
176 log_error(NO_MAIL, "%s", s);
H A Dpam.c103 log_error(USE_ERRNO|NO_MAIL, "unable to initialize PAM");
149 log_error(NO_MAIL,
153 log_error(NO_MAIL, "%s, %s",
161 log_error(NO_MAIL, "pam_chauthtok: %s", s);
164 log_error(NO_MAIL,
168 log_error(NO_MAIL, "%s %s",
186 log_error(NO_MAIL, "pam_authenticate: %s", s);
H A Dsia.c102 log_error(USE_ERRNO|NO_MAIL,
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradius_eap.c82 void (*log_error) __P((char *, ...)) = 0; variable
122 log_error = eap_in->log_error;
125 (*log_error)("Radius : Can't open Radius handler context.\n");
144 (*log_error)("Radius : Can't open Radius handler context.\n");
154 (*log_error)("Radius : Can't use server '%s'\n", server->address);
249 (*log_error)("Radius: Didn't receive an EAP response packet. (received %d)\n", pkt_in->code);
287 (*log_error)("Radius: rad-eap-mppe-send-key: could not get authenticator!\n");
299 (*log_error)("Radius: rad-eap-mppe-recv-key: could not get authenticator!\n");
340 (*log_error)("Radiu
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dcheck.c255 log_error(USE_ERRNO, "Can't open %s", timestampfile);
259 log_error(USE_ERRNO, "Can't write %s", timestampfile);
265 log_error(USE_ERRNO, "Can't mkdir %s", timestampdir);
490 log_error(0, "%s exists but is not a directory (0%o)",
493 log_error(0, "%s owned by uid %u, should be uid %u",
497 log_error(0,
506 log_error(USE_ERRNO, "can't stat %s", dirparent);
511 log_error(USE_ERRNO, "can't mkdir %s",
537 log_error(0, "%s exists but is not a directory (0%o)",
540 log_error(
[all...]
H A Dlogging.h33 /* Flags for log_error()/log_fatal() */
61 void log_error __P((int flags, const char *fmt, ...))
H A Dsudo.c299 log_error(NO_STDERR, "problem with defaults entries");
320 log_error(NO_STDERR, "problem with defaults entries");
411 log_error(0, "timestamp owner (%s): No such user",
863 log_error(NO_STDERR, "problem with defaults entries");
1043 log_error(USE_ERRNO, "unable to open %s", sudoers);
1046 log_error(USE_ERRNO, "unable to read %s",
1058 log_error(USE_ERRNO, "unable to stat %s", sudoers);
1061 log_error(0, "%s is not a regular file", sudoers);
1064 log_error(0, "%s is owned by uid %u, should be %u",
1068 log_error(
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l205 log_error(yyget_lineno(yyscanner) - 1, NIDL_USETRANS, NULL);
209 log_error(yyget_lineno(yyscanner) - 1, NIDL_USETRANS, NULL);
213 log_error(yyget_lineno(yyscanner) - 1, NIDL_USETRANS, NULL);
231 log_error(yyget_lineno(yyscanner), NIDL_INVCHARLIT, NULL);
250 log_error(yyget_lineno(yyscanner), NIDL_INVCHARLIT, NULL);
268 log_error(yyget_lineno(yyscanner), NIDL_INVCHARLIT, NULL);
278 log_error(yyget_lineno(yyscanner), NIDL_INVCHARLIT, NULL);
296 log_error(yyget_lineno(yyscanner), NIDL_STRUNTERM, NULL);
376 log_error(yyget_lineno(yyscanner), NIDL_INTOVERFLOW,
382 log_error(yyget_linen
[all...]
H A Dastp_com.c180 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
184 log_error (location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
221 log_error(location->lineno, NIDL_DEFNOTCOMP, identifier, NULL);
528 log_error(location->lineno, NIDL_NAMENOTFND, identifier, NULL) ;
553 log_error(location->lineno, NIDL_NAMENOTCONST, identifier,
558 log_error(location->lineno, NIDL_NAMENOTTYPE, identifier,
563 log_error(location->lineno, NIDL_NAMENOTFIELD, identifier,
568 log_error(location->lineno, NIDL_NAMENOTPARAM, identifier,
582 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
949 log_error(locatio
[all...]
H A Dacf_y.y502 log_error(acf_yylineno(acf), NIDL_ATTRUSEMULT, NULL);
508 log_error(acf_yylineno(acf), NIDL_ATTRUSEMULT, NULL);
538 log_error(acf_yylineno(acf), NIDL_ATTRUSEMULT, NULL);
568 log_error(acf_yylineno(acf), NIDL_ERRINATTR, NULL);
646 { log_error(acf_yylineno(acf), NIDL_SYNTAXERR, NULL); }
648 { log_error(acf_yylineno(acf), NIDL_SYNTAXERR, NULL); }
662 log_error(acf_yylineno(acf), NIDL_SYNTAXERR, NULL);
683 { log_error(acf_yylineno(acf), NIDL_SYNTAXERR, NULL); }
737 { log_error(acf_yylineno(acf), NIDL_SYNTAXERR, NULL); }
817 log_error(acf_yylinen
[all...]
H A Derrors.h164 void log_error
H A Dastp_cpx.c174 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
178 log_error (location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
438 log_error (location->lineno, NIDL_BADTAGREF, identifier_text,
447 log_error (location->lineno, NIDL_NAMEPREVDECLAT,
467 log_error (location->lineno, NIDL_NAMEPREVDECLAT,
472 log_error (location->lineno, NIDL_NAMEALRDEC,
686 log_error (location->lineno, NIDL_BADTAGREF, identifier_text,
695 log_error (location->lineno, NIDL_NAMEPREVDECLAT,
715 log_error (location->lineno, NIDL_NAMEPREVDECLAT,
720 log_error (locatio
[all...]
H A Dastp_sim.c443 log_error(location->lineno, NIDL_ANONTYPE, identifier, NULL);
532 log_error(location->lineno, NIDL_TOOMANYELEM, "enum", NULL) ;
718 log_error(location->lineno, NIDL_INTOVERFLOW,
726 log_error(location->lineno, NIDL_INTOVERFLOW,
734 log_error(location->lineno, NIDL_INTOVERFLOW,
742 log_error(location->lineno, NIDL_INTOVERFLOW,
750 log_error(location->lineno, NIDL_INTOVERFLOW,
761 log_error(location->lineno, NIDL_INTOVERFLOW,
769 log_error (location->lineno, NIDL_HYPERCONST, NULL);
817 log_error (locatio
[all...]
H A Dnidl_y.y435 log_error(nidl_yylineno(nidl),NIDL_MISSONINTER, NULL);
592 log_error(nidl_yylineno(nidl), NIDL_EXPNOTCONST, NULL);
939 log_error(nidl_yylineno(nidl), NIDL_EUMEMATTR,
946 log_error(nidl_yylineno(nidl), NIDL_EUMEMATTR,
1188 log_error(nidl_yylineno(nidl),NIDL_MISSONOP, NULL);
1268 log_error(nidl_yylineno(nidl), NIDL_MISSONPARAM, NULL);
1330 log_error(nidl_yylineno(nidl),NIDL_ATTRTRANS, NULL);
1346 log_error(nidl_yylineno(nidl),NIDL_ERRINATTR, NULL);
1361 log_error(nidl_yylineno(nidl),NIDL_SYNTAXUUID, NULL);
1367 log_error(nidl_yylinen
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportKeyParameterKVS.c67 CloudKeychainReplyBlock log_error = ^(CFDictionaryRef returnedValues __unused, CFErrorRef error) { local
74 SOSCloudKeychainPutObjectsInCloud(changes, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), log_error);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h60 void (*log_error) __P((char *, ...)); /* log an error message */ member in struct:ACSP_Input
H A Deap_plugin.h132 void (*log_error) __P((char *, ...)); /* log an error message */ member in struct:EAP_Input

Completed in 228 milliseconds

12