Lines Matching refs:fpath
144 char *fpath = NULL; in retell_dir() local
153 fpath = dirtree_path(root, NULL); in retell_dir()
156 print_file_attr(fpath); in retell_dir()
159 xprintf("\n%s:\n", fpath); in retell_dir()
160 free(fpath); in retell_dir()
164 free(fpath); in retell_dir()
255 char *fpath = NULL; in update_attr() local
269 fpath = dirtree_path(root, NULL); in update_attr()
270 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) { in update_attr()
271 free(fpath); in update_attr()
276 perror_msg("read flags of '%s'", fpath); in update_attr()
277 free(fpath); in update_attr()
283 perror_msg("setting flags '%s'", fpath); in update_attr()
289 perror_msg("setting flags '%s'", fpath); in update_attr()
293 perror_msg("while setting version on '%s'", fpath); in update_attr()
295 free(fpath); in update_attr()