s1_buf             29 source3/torture/pdbtest.c 	const char *s1_buf, *s2_buf;
s1_buf             33 source3/torture/pdbtest.c 	s1_buf = pdb_get_username(s1);
s1_buf             35 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
s1_buf             38 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
s1_buf             40 source3/torture/pdbtest.c 	} else if (strcmp(s1_buf,s2_buf)) {
s1_buf             48 source3/torture/pdbtest.c 	s1_buf = pdb_get_nt_username(s1);
s1_buf             50 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
s1_buf             53 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
s1_buf             55 source3/torture/pdbtest.c 	} else if (strcmp(s1_buf, s2_buf)) {
s1_buf            108 source3/torture/pdbtest.c 	} else if (strncmp(s1_buf, s2_buf, s1_len)) {
s1_buf            180 source3/torture/pdbtest.c 	s1_buf = pdb_get_profile_path(s1);
s1_buf            182 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
s1_buf            185 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
s1_buf            187 source3/torture/pdbtest.c 	} else if (strcmp(s1_buf, s2_buf)) {
s1_buf            193 source3/torture/pdbtest.c 	s1_buf = pdb_get_homedir(s1);
s1_buf            195 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
s1_buf            198 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
s1_buf            200 source3/torture/pdbtest.c 	} else if (strcmp(s1_buf, s2_buf)) {
s1_buf            206 source3/torture/pdbtest.c 	s1_buf = pdb_get_logon_script(s1);
s1_buf            208 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
s1_buf            211 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
s1_buf            213 source3/torture/pdbtest.c 	} else if (strcmp(s1_buf, s2_buf)) {