Searched refs:from (Results 1 – 3 of 3) sorted by relevance
/support/ |
A D | xdup2.c | 24 xdup2 (int from, int to) in xdup2() argument 26 if (dup2 (from, to) < 0) in xdup2() 27 FAIL_EXIT1 ("dup2 (%d, %d): %m", from, to); in xdup2()
|
A D | support_copy_file.c | 25 support_copy_file (const char *from, const char *to) in support_copy_file() argument 28 xstat (from, &st); in support_copy_file() 29 int fd_from = xopen (from, O_RDONLY, 0); in support_copy_file() 35 FAIL_EXIT1 ("copying from \"%s\" to \"%s\": %m", from, to); in support_copy_file() 38 from, to, ret, (unsigned long long int) st.st_size); in support_copy_file()
|
A D | support.h | 146 extern void support_copy_file (const char *from, const char *to);
|
Completed in 6 milliseconds