Searched refs:enviroment (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dengine.h17 OSStatus engine_authorize(engine_t, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags);
H A Dengine.c923 static void _parse_enviroment(engine_t engine, auth_items_t enviroment) argument
925 require(enviroment != NULL, done);
929 _show_cf(enviroment);
934 const char * user = auth_items_get_string(enviroment, kAuthorizationEnvironmentUsername);
935 const char * pass = auth_items_get_string(enviroment, kAuthorizationEnvironmentPassword);
936 bool shared = auth_items_exist(enviroment, kAuthorizationEnvironmentShared);
981 OSStatus engine_authorize(engine_t engine, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags flags) argument
996 if (enviroment) {
997 _parse_enviroment(engine, enviroment);
998 auth_items_copy(engine->hints, enviroment);
[all...]
H A Dserver.c450 static OSStatus _server_authorize(connection_t conn, auth_token_t auth, AuthorizationFlags flags, auth_rights_t rights, auth_items_t enviroment, engine_t * engine_out) argument
463 status = engine_authorize(engine, rights, enviroment, flags);
467 status = engine_authorize(engine, rights, enviroment, flags);
492 auth_items_t enviroment = auth_items_create_with_xpc(xpc_dictionary_get_value(message, AUTH_XPC_ENVIROMENT)); local
503 status = _server_authorize(conn, auth, flags, rights, enviroment, NULL);
511 CFReleaseSafe(enviroment);
532 // auth_items_t enviroment = auth_items_create_with_xpc(xpc_dictionary_get_value(message, AUTH_XPC_ENVIROMENT));
548 // CFReleaseSafe(enviroment);
598 auth_items_t enviroment = auth_items_create_with_xpc(xpc_dictionary_get_value(message, AUTH_XPC_ENVIROMENT)); local
605 status = _server_authorize(conn, auth, flags, rights, enviroment,
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DJavaMap.pm130 Let's say you've in a mixed Java/Perl enviroment and you've
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DJavaMap.pm130 Let's say you've in a mixed Java/Perl enviroment and you've

Completed in 181 milliseconds