Searched refs:check2 (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 394 check2 = buffer_get_char(&decrypted); in key_load_private_rsa1() 396 check2 != buffer_get_char(&decrypted)) { in key_load_private_rsa1()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 303 .check2: label 811 ba,pt %icc,.check2 819 ba,pt %icc,.check2
|
H A D | __vsinf.S | 267 .check2: label 2008 ba,pt %icc,.check2 2015 ba,pt %icc,.check2
|
H A D | __vcosf.S | 267 .check2: label 2016 ba,pt %icc,.check2 2023 ba,pt %icc,.check2
|
/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()
|