Searched refs:install_file_in_file (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c82 static bool install_file_in_file (const char *from, const char *to,
671 : install_file_in_file (file[0], file[1], &x)))
723 return (status == EXIT_SUCCESS && install_file_in_file (from, to, x));
731 install_file_in_file (const char *from, const char *to, function
760 bool ret = install_file_in_file (from, to, x);

Completed in 42 milliseconds