orig_path        4983 source3/include/proto.h WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
orig_path        4992 source3/include/proto.h WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path,
orig_path        4998 source3/include/proto.h 		       const char *orig_path);
orig_path        6388 source3/include/proto.h 			const char *orig_path,
orig_path          32 source3/modules/vfs_netatalk.c   const char *fname, char **adbl_path, char **orig_path, 
orig_path          56 source3/modules/vfs_netatalk.c                               char **adbl_path, char **orig_path,
orig_path          64 source3/modules/vfs_netatalk.c 	if (!ctx || !path || !fname || !adbl_path || !orig_path ||
orig_path          78 source3/modules/vfs_netatalk.c 	*orig_path = talloc_asprintf(ctx, "%s/%s", path, &fname[ptr0]);
orig_path          81 source3/modules/vfs_netatalk.c 	ptr1 = atalk_get_path_ptr(*orig_path);
orig_path          83 source3/modules/vfs_netatalk.c 	sys_lstat(*orig_path, orig_info);
orig_path          89 source3/modules/vfs_netatalk.c 		dname = talloc_strdup(ctx, *orig_path);
orig_path          91 source3/modules/vfs_netatalk.c 		name = *orig_path;
orig_path          96 source3/modules/vfs_netatalk.c 	DEBUG(3, ("ATALK: DEBUG:\n%s\n%s\n", *orig_path, *adbl_path)); 
orig_path         229 source3/modules/vfs_netatalk.c 	char *orig_path = 0;
orig_path         241 source3/modules/vfs_netatalk.c 	if (atalk_build_paths(ctx, handle->conn->origpath, oldname, &adbl_path, &orig_path,
orig_path         261 source3/modules/vfs_netatalk.c 	char *orig_path = 0;
orig_path         297 source3/modules/vfs_netatalk.c 	if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path,
orig_path         317 source3/modules/vfs_netatalk.c 	char *orig_path = 0;
orig_path         329 source3/modules/vfs_netatalk.c 	if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path,
orig_path         334 source3/modules/vfs_netatalk.c 		DEBUG(3, ("ATALK: %s has passed..\n", orig_path));		
orig_path         349 source3/modules/vfs_netatalk.c 	char *orig_path = 0;
orig_path         361 source3/modules/vfs_netatalk.c 	if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path,
orig_path         366 source3/modules/vfs_netatalk.c 		DEBUG(3, ("ATALK: %s has passed..\n", orig_path));		
orig_path         383 source3/modules/vfs_netatalk.c 	char *orig_path = 0;
orig_path         395 source3/modules/vfs_netatalk.c 	if (atalk_build_paths(ctx, handle->conn->origpath, path, &adbl_path, &orig_path,
orig_path         400 source3/modules/vfs_netatalk.c 		DEBUG(3, ("ATALK: %s has passed..\n", orig_path));		
orig_path        1009 source3/registry/reg_api.c WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
orig_path        1017 source3/registry/reg_api.c 	if (!(path = SMB_STRDUP(orig_path))) {
orig_path        1175 source3/registry/reg_api.c WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path,
orig_path        1185 source3/registry/reg_api.c 	if (!(path = SMB_STRDUP(orig_path))) {
orig_path        1231 source3/registry/reg_api.c 		       const char *orig_path)
orig_path        1237 source3/registry/reg_api.c 	if (!(path = SMB_STRDUP(orig_path))) {
orig_path          31 source3/smbd/filename.c 				  const char *orig_path,
orig_path         116 source3/smbd/filename.c 			const char *orig_path,
orig_path         142 source3/smbd/filename.c 		if (!(*pp_conv_path = talloc_strdup(ctx,orig_path))) {
orig_path         148 source3/smbd/filename.c 	DEBUG(5, ("unix_convert called on file \"%s\"\n", orig_path));
orig_path         161 source3/smbd/filename.c 	SMB_ASSERT(*orig_path != '/');
orig_path         172 source3/smbd/filename.c 	if (!*orig_path) {
orig_path         185 source3/smbd/filename.c 	if (orig_path[0] == '.' && (orig_path[1] == '/' ||
orig_path         186 source3/smbd/filename.c 				orig_path[1] == '\0')) {
orig_path         188 source3/smbd/filename.c 		if (orig_path[1] == '\0' || orig_path[2] == '\0') {
orig_path         192 source3/smbd/filename.c 				&orig_path[2], allow_wcard_last_component);
orig_path         197 source3/smbd/filename.c 	if (!(name = talloc_strdup(ctx, orig_path))) {
orig_path         296 source3/smbd/filename.c 		stat_cache_add(orig_path, name, conn->case_sensitive);
orig_path         297 source3/smbd/filename.c 		DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
orig_path         683 source3/smbd/filename.c 			stat_cache_add(orig_path, dirpath,
orig_path         701 source3/smbd/filename.c 		stat_cache_add(orig_path, name, conn->case_sensitive);
orig_path         708 source3/smbd/filename.c 	DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
orig_path         714 source3/smbd/filename.c 		result = build_stream_path(ctx, conn, orig_path, name, stream,
orig_path         930 source3/smbd/filename.c 				  const char *orig_path,
orig_path        1002 source3/smbd/filename.c 		stat_cache_add(orig_path, result, conn->case_sensitive);