new_path 656 source3/groupdb/mapping_ldb.c char *new_path = state_path("group_mapping.tdb.upgraded"); new_path 658 source3/groupdb/mapping_ldb.c if (!new_path) { new_path 661 source3/groupdb/mapping_ldb.c if (rename(old_path, new_path) != 0) { new_path 5145 source3/include/proto.h bool reg_split_path(char *path, char **base, char **new_path); new_path 27 source3/lib/adt_tree.c static bool trim_tree_keypath( char *path, char **base, char **new_path ) new_path 31 source3/lib/adt_tree.c *new_path = *base = NULL; new_path 42 source3/lib/adt_tree.c *new_path = p+1; new_path 35 source3/registry/reg_util.c bool reg_split_path(char *path, char **base, char **new_path) new_path 39 source3/registry/reg_util.c *new_path = *base = NULL; new_path 50 source3/registry/reg_util.c *new_path = p+1; new_path 137 source3/registry/reg_util.c char *new_path = NULL; new_path 144 source3/registry/reg_util.c new_path = talloc_strdup(ctx, key); new_path 145 source3/registry/reg_util.c if (!new_path) { new_path 149 source3/registry/reg_util.c if (!(p = strchr(new_path, '\\')) ) { new_path 150 source3/registry/reg_util.c if (!(p = strchr( new_path, '/'))) { new_path 151 source3/registry/reg_util.c p = new_path; new_path 134 source4/ntvfs/posix/pvfs_notify.c char *new_path; new_path 143 source4/ntvfs/posix/pvfs_notify.c new_path = talloc_strdup(n->changes, ev->path); new_path 144 source4/ntvfs/posix/pvfs_notify.c if (new_path == NULL) { new_path 147 source4/ntvfs/posix/pvfs_notify.c string_replace(new_path, '/', '\\'); new_path 150 source4/ntvfs/posix/pvfs_notify.c n->changes[n->num_changes].name.s = new_path;