Home
last modified time | relevance | path

Searched refs:resolved_fname (Results 1 – 4 of 4) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dvfs.c1179 if (resolved_fname == NULL) { in check_reduced_name_with_privilege()
1286 TALLOC_FREE(resolved_fname); in check_reduced_name_with_privilege()
1322 if (resolved_fname == NULL) { in check_reduced_name()
1349 if (resolved_fname == NULL) { in check_reduced_name()
1365 resolved_fname->base_name, in check_reduced_name()
1387 TALLOC_FREE(resolved_fname); in check_reduced_name()
1403 TALLOC_FREE(resolved_fname); in check_reduced_name()
1432 TALLOC_FREE(resolved_fname); in check_reduced_name()
1455 TALLOC_FREE(resolved_fname); in check_reduced_name()
1484 TALLOC_FREE(resolved_fname); in check_reduced_name()
[all …]
H A Dservice.c41 struct smb_filename *resolved_fname = SMB_VFS_REALPATH(conn, talloc_tos(), in canonicalize_connect_path() local
43 if (resolved_fname == NULL) { in canonicalize_connect_path()
46 ret = set_conn_connectpath(conn,resolved_fname->base_name); in canonicalize_connect_path()
47 TALLOC_FREE(resolved_fname); in canonicalize_connect_path()
H A Dopen.c478 struct smb_filename *resolved_fname = NULL; in process_symlink_open() local
514 resolved_fname = SMB_VFS_REALPATH(conn, talloc_tos(), &target_fname); in process_symlink_open()
515 if (resolved_fname == NULL) { in process_symlink_open()
518 resolved_name = resolved_fname->base_name; in process_symlink_open()
580 TALLOC_FREE(resolved_fname); in process_symlink_open()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c460 char resolved_fname[PATH_MAX]; in m3uplug_load() local
461 char *res = realpath (fname, resolved_fname); in m3uplug_load()
463 fname = resolved_fname; in m3uplug_load()