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

/macosx-10.10/OpenSSH-189/openssh/
H A Daddrmatch.c299 struct xaddr tmp_addr, tmp_mask, tmp_result; local
304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
306 return (addr_is_all0s(&tmp_result));
353 struct xaddr tmp_mask, tmp_result; local
360 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
362 return addr_cmp(&tmp_result, net);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DStorageManager.cpp1153 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1154 if (tmp_result == 0) {
1156 tmp_result = ::unlink(loginDotKeychain.c_str());
1207 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1208 if (tmp_result == 0) {
1210 tmp_result = ::unlink(loginDotKeychain.c_str());
1211 tmp_result = ::rename(loginRenamed1Keychain.c_str(), loginDotKeychain.c_str());
1213 tmp_result = ::rename(loginRenamed1Keychain.c_str(), shortnameDotKeychain.c_str());
1214 shortnameDotKeychainExists = (tmp_result == 0);
1220 int tmp_result local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp1153 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1154 if (tmp_result == 0) {
1156 tmp_result = ::unlink(loginDotKeychain.c_str());
1207 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1208 if (tmp_result == 0) {
1210 tmp_result = ::unlink(loginDotKeychain.c_str());
1211 tmp_result = ::rename(loginRenamed1Keychain.c_str(), loginDotKeychain.c_str());
1213 tmp_result = ::rename(loginRenamed1Keychain.c_str(), shortnameDotKeychain.c_str());
1214 shortnameDotKeychainExists = (tmp_result == 0);
1220 int tmp_result local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp1153 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1154 if (tmp_result == 0) {
1156 tmp_result = ::unlink(loginDotKeychain.c_str());
1207 int tmp_result = ::stat(loginDotKeychain.c_str(), &st); local
1208 if (tmp_result == 0) {
1210 tmp_result = ::unlink(loginDotKeychain.c_str());
1211 tmp_result = ::rename(loginRenamed1Keychain.c_str(), loginDotKeychain.c_str());
1213 tmp_result = ::rename(loginRenamed1Keychain.c_str(), shortnameDotKeychain.c_str());
1214 shortnameDotKeychainExists = (tmp_result == 0);
1220 int tmp_result local
[all...]

Completed in 181 milliseconds