Lines Matching refs:fpath
141 char *fpath = NULL; in retell_dir() local
150 fpath = dirtree_path(root, NULL); in retell_dir()
153 print_file_attr(fpath); in retell_dir()
156 xprintf("\n%s:\n", fpath); in retell_dir()
157 free(fpath); in retell_dir()
161 free(fpath); in retell_dir()
252 char *fpath = NULL; in update_attr() local
266 fpath = dirtree_path(root, NULL); in update_attr()
267 if (-1 == (fd=open(fpath, O_RDONLY | O_NONBLOCK))) { in update_attr()
268 free(fpath); in update_attr()
273 perror_msg("read flags of '%s'", fpath); in update_attr()
274 free(fpath); in update_attr()
280 perror_msg("setting flags '%s'", fpath); in update_attr()
286 perror_msg("setting flags '%s'", fpath); in update_attr()
290 perror_msg("while setting version on '%s'", fpath); in update_attr()
292 free(fpath); in update_attr()