Searched refs:full_name (Results 1 – 2 of 2) sorted by relevance
194 char const *full_name = ent->fts_path; in prompt() local264 char const *quoted_name = quoteaf (full_name); in prompt()
3450 char *full_name; in gobble_file() local3455 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()[all …]