Home
last modified time | relevance | path

Searched refs:arch_explicit_id_file_for (Results 1 – 3 of 3) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-mv.c119 …if (!(stat_buf.st_mode & S_IFDIR) && (safe_access (arch_explicit_id_file_for (argv[i]), F_OK) != -… in arch_cmd_mv()
H A Dinv-ids.h66 extern t_uchar * arch_explicit_id_file_for (const t_uchar * path);
H A Dinv-ids.c588 arch_explicit_id_file_for (const t_uchar * path) in arch_explicit_id_file_for() function
681 id_file = arch_explicit_id_file_for (path); in arch_add_explicit_id()
709 id_file = arch_explicit_id_file_for (path); in arch_delete_explicit_id()
731 old_id_file = arch_explicit_id_file_for (from); in arch_move_explicit_id()
732 new_id_file = arch_explicit_id_file_for (to); in arch_move_explicit_id()