Lines Matching refs:dirpath
335 char *dirpath; in ntfs_allowed_dir_access() local
351 dirpath = strdup(path); in ntfs_allowed_dir_access()
352 if (dirpath) { in ntfs_allowed_dir_access()
355 name = strrchr(dirpath, '/'); in ntfs_allowed_dir_access()
358 NULL, dirpath); in ntfs_allowed_dir_access()
365 free(dirpath); in ntfs_allowed_dir_access()
413 char *dirpath; in ntfs_allowed_real_dir_access() local
420 dirpath = strdup(path); in ntfs_allowed_real_dir_access()
421 if (dirpath) { in ntfs_allowed_real_dir_access()
424 name = strrchr(dirpath, '/'); in ntfs_allowed_real_dir_access()
427 dirpath); in ntfs_allowed_real_dir_access()
434 free(dirpath); in ntfs_allowed_real_dir_access()
443 char *dirpath; in get_parent_dir() local
446 dirpath = strdup(path); in get_parent_dir()
448 if (dirpath) { in get_parent_dir()
449 p = strrchr(dirpath,'/'); in get_parent_dir()
453 NULL, dirpath); in get_parent_dir()
455 free(dirpath); in get_parent_dir()