found_name 6396 source3/include/proto.h char **found_name); found_name 403 source3/include/vfs.h char **found_name); found_name 90 source3/include/vfs_macros.h #define SMB_VFS_GET_REAL_FILENAME(conn, path, name, mem_ctx, found_name) ((conn)->vfs.ops.get_real_filename((conn)->vfs.handles.get_real_filename, (path), (name), (mem_ctx), (found_name))) found_name 224 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_GET_REAL_FILENAME(conn, path, name, mem_ctx, found_name) ((conn)->vfs_opaque.ops.get_real_filename((conn)->vfs_opaque.handles.get_real_filename, (path), (name), (mem_ctx), (found_name))) found_name 359 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GET_REAL_FILENAME(handle, path, name, mem_ctx, found_name) ((handle)->vfs_next.ops.get_real_filename((handle)->vfs_next.handles.get_real_filename, (path), (name), (mem_ctx), (found_name))) found_name 36 source3/lib/netapi/tests/netdisplay.c int found_name = 0; found_name 88 source3/lib/netapi/tests/netdisplay.c found_name = 1; found_name 112 source3/lib/netapi/tests/netdisplay.c if (name && !found_name) { found_name 1174 source3/modules/vfs_default.c char **found_name) found_name 223 source3/modules/vfs_full_audit.c char **found_name); found_name 1717 source3/modules/vfs_full_audit.c char **found_name) found_name 1722 source3/modules/vfs_full_audit.c found_name); found_name 1725 source3/modules/vfs_full_audit.c "%s/%s->%s", path, name, (result == 0) ? "" : *found_name); found_name 88 source3/modules/vfs_gpfs.c char **found_name) found_name 110 source3/modules/vfs_gpfs.c handle, path, name, mem_ctx, found_name); found_name 139 source3/modules/vfs_gpfs.c *found_name = talloc_strdup(mem_ctx, name+1); found_name 140 source3/modules/vfs_gpfs.c if (*found_name == NULL) { found_name 153 source3/modules/vfs_onefs.c char **found_name) found_name 189 source3/modules/vfs_onefs.c *found_name = talloc_strdup(mem_ctx, se.se_realname); found_name 190 source3/modules/vfs_onefs.c if (*found_name == NULL) { found_name 441 source3/modules/vfs_onefs_shadow_copy.c char **found_name) found_name 444 source3/modules/vfs_onefs_shadow_copy.c (handle, full_path, cpath ?: path, mem_ctx, found_name), found_name 579 source3/smbd/dir.c char *found_name = NULL; found_name 654 source3/smbd/dir.c ctx, &found_name); found_name 656 source3/smbd/dir.c name = found_name; found_name 434 source3/smbd/filename.c char *found_name = NULL; found_name 452 source3/smbd/filename.c &found_name) == -1)) { found_name 580 source3/smbd/filename.c found_name, end+1); found_name 584 source3/smbd/filename.c "%s/%s", found_name, found_name 594 source3/smbd/filename.c end = start + strlen(found_name); found_name 603 source3/smbd/filename.c found_name); found_name 606 source3/smbd/filename.c found_name); found_name 635 source3/smbd/filename.c TALLOC_FREE(found_name); found_name 800 source3/smbd/filename.c TALLOC_CTX *mem_ctx, char **found_name) found_name 876 source3/smbd/filename.c *found_name = talloc_strdup(mem_ctx, dname); found_name 879 source3/smbd/filename.c if (!*found_name) { found_name 900 source3/smbd/filename.c char **found_name) found_name 909 source3/smbd/filename.c mem_ctx, found_name); found_name 913 source3/smbd/filename.c ret = SMB_VFS_GET_REAL_FILENAME(conn, path, name, mem_ctx, found_name); found_name 925 source3/smbd/filename.c found_name);