Searched refs:check1 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | authfile.c | 316 int i, check1, check2, cipher_type; in key_load_private_rsa1() local 393 check1 = buffer_get_char(&decrypted); in key_load_private_rsa1() 395 if (check1 != buffer_get_char(&decrypted) || in key_load_private_rsa1()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 297 .check1: label 770 ba,pt %icc,.check1 778 ba,pt %icc,.check1
|
H A D | __vsinf.S | 261 .check1: label 1971 ba,pt %icc,.check1 1978 ba,pt %icc,.check1
|
H A D | __vcosf.S | 261 .check1: label 1979 ba,pt %icc,.check1 1986 ba,pt %icc,.check1
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
H A D | psvcpolicy.c | 313 change_of_state_str(char *state1, char *check1, char *state2, char *check2) in change_of_state_str() argument 317 if ((strcmp(state1, check1) == 0) && (strcmp(state2, check2) != 0)) in change_of_state_str() 319 if ((strcmp(state1, check1) != 0) && (strcmp(state2, check2) == 0)) in change_of_state_str()
|