Lines Matching refs:full_name
3450 char *full_name; in gobble_file() local
3455 full_name = (char *) name; in gobble_file()
3458 full_name = alloca (strlen (name) + strlen (dirname) + 2); in gobble_file()
3459 attach (full_name, dirname, name); in gobble_file()
3464 f->absolute_name = canonicalize_filename_mode (full_name, in gobble_file()
3468 _("error canonicalizing %s"), full_name); in gobble_file()
3474 err = do_stat (full_name, &f->stat); in gobble_file()
3483 err = do_stat (full_name, &f->stat); in gobble_file()
3504 err = do_lstat (full_name, &f->stat); in gobble_file()
3515 _("cannot access %s"), full_name); in gobble_file()
3533 f->has_capability = has_capability_cache (full_name, f); in gobble_file()
3539 int attr_len = getfilecon_cache (full_name, f, do_deref); in gobble_file()
3563 int n = file_has_acl_cache (full_name, f); in gobble_file()
3576 error (0, errno, "%s", quotef (full_name)); in gobble_file()
3584 get_link_name (full_name, f, command_line_arg); in gobble_file()
3595 && stat_for_mode (full_name, &linkstats) == 0) in gobble_file()