old_string 30 source3/libnet/libnet_samsync_passdb.c #define STRING_CHANGED (old_string && !new_string) ||\ old_string 31 source3/libnet/libnet_samsync_passdb.c (!old_string && new_string) ||\ old_string 32 source3/libnet/libnet_samsync_passdb.c (old_string && new_string && (strcmp(old_string, new_string) != 0)) old_string 44 source3/libnet/libnet_samsync_passdb.c const char *old_string, *new_string; old_string 54 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_nt_username(account); old_string 62 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_username( account ); old_string 69 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_fullname(account); old_string 77 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_homedir(account); old_string 85 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_dir_drive(account); old_string 93 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_logon_script(account); old_string 101 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_acct_desc(account); old_string 109 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_workstations(account); old_string 117 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_profile_path(account); old_string 127 source3/libnet/libnet_samsync_passdb.c old_string = pdb_get_munged_dial(account); old_string 133 source3/libnet/libnet_samsync_passdb.c if (STRING_CHANGED_NC(old_string, newstr)) old_string 30 source3/rpc_server/srv_samr_util.c #define STRING_CHANGED (old_string && !new_string) ||\ old_string 31 source3/rpc_server/srv_samr_util.c (!old_string && new_string) ||\ old_string 32 source3/rpc_server/srv_samr_util.c (old_string && new_string && (strcmp(old_string, new_string) != 0)) old_string 305 source3/rpc_server/srv_samr_util.c const char *old_string; old_string 314 source3/rpc_server/srv_samr_util.c old_string = pdb_get_munged_dial(to); old_string 320 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 321 source3/rpc_server/srv_samr_util.c if (STRING_CHANGED_NC(old_string,new_string)) { old_string 338 source3/rpc_server/srv_samr_util.c const char *old_string, *new_string; old_string 397 source3/rpc_server/srv_samr_util.c old_string = pdb_get_username(to); old_string 400 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 408 source3/rpc_server/srv_samr_util.c old_string = pdb_get_fullname(to); old_string 411 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 419 source3/rpc_server/srv_samr_util.c old_string = pdb_get_homedir(to); old_string 422 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 430 source3/rpc_server/srv_samr_util.c old_string = pdb_get_dir_drive(to); old_string 433 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 441 source3/rpc_server/srv_samr_util.c old_string = pdb_get_logon_script(to); old_string 444 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 452 source3/rpc_server/srv_samr_util.c old_string = pdb_get_profile_path(to); old_string 455 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 463 source3/rpc_server/srv_samr_util.c old_string = pdb_get_acct_desc(to); old_string 466 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 474 source3/rpc_server/srv_samr_util.c old_string = pdb_get_workstations(to); old_string 477 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 485 source3/rpc_server/srv_samr_util.c old_string = pdb_get_comment(to); old_string 488 source3/rpc_server/srv_samr_util.c old_string, new_string)); old_string 498 source3/rpc_server/srv_samr_util.c old_string = pdb_get_munged_dial(to); old_string 505 source3/rpc_server/srv_samr_util.c old_string, newstr)); old_string 506 source3/rpc_server/srv_samr_util.c if (STRING_CHANGED_NC(old_string,newstr)) { old_string 265 source4/lib/ldb/common/ldb.c char *old_string = NULL; old_string 268 source4/lib/ldb/common/ldb.c old_string = ldb->err_string; old_string 274 source4/lib/ldb/common/ldb.c talloc_free(old_string);