Searched refs:std_options (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CommonCrypto-60049/lib/
H A Dccdebug.c48 uint32_t std_options = 0;
50 if(ccEnvStdErr != NULL && strncmp(ccEnvStdErr, "yes", 3) == 0) std_options |= ASL_OPT_STDERR;
51 globals->aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecRecoveryPassword.c51 static uint32_t std_options = 0; variable
66 if(ccEnvStdErr != NULL && strncmp(ccEnvStdErr, "yes", 3) == 0) std_options |= ASL_OPT_STDERR;
67 aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecRecoveryPassword.c51 static uint32_t std_options = 0; variable
66 if(ccEnvStdErr != NULL && strncmp(ccEnvStdErr, "yes", 3) == 0) std_options |= ASL_OPT_STDERR;
67 aslhandle = asl_open(std_ident, std_facility, std_options);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecRecoveryPassword.c51 static uint32_t std_options = 0; variable
66 if(ccEnvStdErr != NULL && strncmp(ccEnvStdErr, "yes", 3) == 0) std_options |= ASL_OPT_STDERR;
67 aslhandle = asl_open(std_ident, std_facility, std_options);

Completed in 69 milliseconds