Lines Matching refs:strlen
85 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST()
87 fail_unless (strncmp (res_file_name, "myfile", strlen ("myfile")) in GST_START_TEST()
89 fail_unless (strncmp (res_usr, "usr", strlen ("usr")) in GST_START_TEST()
91 fail_unless (strncmp (res_passwd, "passwd", strlen ("passwd")) in GST_START_TEST()
93 fail_unless (strncmp (res_mail_rcpt, "rcpt", strlen ("rcpt")) in GST_START_TEST()
95 fail_unless (strncmp (res_mail_from, "sender", strlen ("sender")) in GST_START_TEST()
97 fail_unless (strncmp (res_subj, "subject", strlen ("subject")) in GST_START_TEST()
99 fail_unless (strncmp (res_msg, "message", strlen ("message")) in GST_START_TEST()
101 fail_unless (strncmp (res_pop_location, "poploc", strlen ("poploc")) in GST_START_TEST()
103 fail_unless (strncmp (res_pop_usr, "popusr", strlen ("popusr")) in GST_START_TEST()
105 fail_unless (strncmp (res_pop_passwd, "poppasswd", strlen ("poppasswd")) in GST_START_TEST()
150 fail_unless (strncmp (res_location, "newlocation", strlen ("newlocation")) in GST_START_TEST()
152 fail_unless (strncmp (res_file_name, "newfilename", strlen ("newfilename")) in GST_START_TEST()
154 fail_unless (strncmp (res_usr, "newusr", strlen ("newusr")) in GST_START_TEST()
156 fail_unless (strncmp (res_passwd, "newpasswd", strlen ("newpasswd")) in GST_START_TEST()
159 strlen ("rcpt1,rcpt2,rcpt3")) == 0); in GST_START_TEST()
160 fail_unless (strncmp (res_mail_from, "newsender", strlen ("newsender")) in GST_START_TEST()
162 fail_unless (strncmp (res_subj, "newsubject", strlen ("newsubject")) in GST_START_TEST()
164 fail_unless (strncmp (res_msg, "newmessage", strlen ("newmessage")) in GST_START_TEST()
166 fail_unless (strncmp (res_pop_location, "newpoploc", strlen ("newpoploc")) in GST_START_TEST()
168 fail_unless (strncmp (res_pop_usr, "newpopusr", strlen ("newpopusr")) in GST_START_TEST()
170 fail_unless (strncmp (res_pop_passwd, "newpoppasswd", strlen ("newpoppasswd")) in GST_START_TEST()