Lines Matching refs:strncmp
106 fail_unless (strncmp (res_location, "test_location", strlen ("test_location")) in GST_START_TEST()
108 fail_unless (strncmp (res_user, "test_user", strlen ("test_user")) == 0); in GST_START_TEST()
109 fail_unless (strncmp (res_passwd, "test_passwd", strlen ("test_passwd")) in GST_START_TEST()
111 fail_unless (strncmp (res_file_name, "test_filename", in GST_START_TEST()
117 fail_unless (strncmp (res_pubkey_file, "public_key_file", in GST_START_TEST()
119 fail_unless (strncmp (res_privkey_file, "private_key_file", in GST_START_TEST()
121 fail_unless (strncmp (res_kh_file, "known_hosts", strlen ("known_hosts")) in GST_START_TEST()
123 fail_unless (strncmp (res_host_pubkey_md5, "00112233445566778899aabbccddeeff", in GST_START_TEST()
126 fail_unless (strncmp (res_host_pubkey_sha256, in GST_START_TEST()
130 fail_unless (strncmp (res_passphrase, "SoMePaSsPhRaSe", in GST_START_TEST()
189 fail_unless (strncmp (res_location, "new_location", strlen ("new_location")) in GST_START_TEST()
191 fail_unless (strncmp (res_user, "new_user", strlen ("new_user")) == 0); in GST_START_TEST()
192 fail_unless (strncmp (res_passwd, "new_passwd", strlen ("new_passwd")) in GST_START_TEST()
194 fail_unless (strncmp (res_file_name, "new_filename", in GST_START_TEST()
200 fail_unless (strncmp (res_pubkey_file, "/xxx/pub_key", in GST_START_TEST()
202 fail_unless (strncmp (res_privkey_file, "/yyy/pvt_key", in GST_START_TEST()
204 fail_unless (strncmp (res_kh_file, "/zzz/known_hosts", in GST_START_TEST()
206 fail_unless (strncmp (res_host_pubkey_md5, "ffeeddccbbaa99887766554433221100", in GST_START_TEST()
209 fail_unless (strncmp (res_host_pubkey_sha256, in GST_START_TEST()
213 fail_unless (strncmp (res_passphrase, "OtherPASSphrase", in GST_START_TEST()