Home | History | Annotate | Download | only in other

Lines Matching refs:fpath

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