s2_buf 29 source3/torture/pdbtest.c const char *s1_buf, *s2_buf; s2_buf 34 source3/torture/pdbtest.c s2_buf = pdb_get_username(s2); s2_buf 35 source3/torture/pdbtest.c if (s2_buf == NULL && s1_buf != NULL) { s2_buf 40 source3/torture/pdbtest.c } else if (strcmp(s1_buf,s2_buf)) { s2_buf 49 source3/torture/pdbtest.c s2_buf = pdb_get_nt_username(s2); s2_buf 50 source3/torture/pdbtest.c if (s2_buf == NULL && s1_buf != NULL) { s2_buf 55 source3/torture/pdbtest.c } else if (strcmp(s1_buf, s2_buf)) { s2_buf 108 source3/torture/pdbtest.c } else if (strncmp(s1_buf, s2_buf, s1_len)) { s2_buf 181 source3/torture/pdbtest.c s2_buf = pdb_get_profile_path(s2); s2_buf 182 source3/torture/pdbtest.c if (s2_buf == NULL && s1_buf != NULL) { s2_buf 187 source3/torture/pdbtest.c } else if (strcmp(s1_buf, s2_buf)) { s2_buf 194 source3/torture/pdbtest.c s2_buf = pdb_get_homedir(s2); s2_buf 195 source3/torture/pdbtest.c if (s2_buf == NULL && s1_buf != NULL) { s2_buf 200 source3/torture/pdbtest.c } else if (strcmp(s1_buf, s2_buf)) { s2_buf 207 source3/torture/pdbtest.c s2_buf = pdb_get_logon_script(s2); s2_buf 208 source3/torture/pdbtest.c if (s2_buf == NULL && s1_buf != NULL) { s2_buf 213 source3/torture/pdbtest.c } else if (strcmp(s1_buf, s2_buf)) {