Home
last modified time | relevance | path

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

/coreutils/src/
Dcp.c302 re_protect (char const *const_dst_name, char const *dst_src_name, in re_protect() argument
309 ASSIGN_STRDUPA (dst_name, const_dst_name); in re_protect()
313 char const *src_name = dst_name + (dst_src_name - const_dst_name); in re_protect()
316 char const *relname = dst_name + (dst_relname - const_dst_name); in re_protect()