Searched refs:to (Results 1 – 4 of 4) 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 31 int fd_to = xopen (to, O_WRONLY | O_TRUNC | O_CREAT, mode); 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() 40 FAIL_EXIT1 ("fchmod on %s to 0%o: %m", to, mode); in support_copy_file()
|
A D | README | 15 In general, new wrappers should be added to support.h if possible. 19 signal.h need to be introduced. 25 example, and test-driver.c for details how to use it. The following
|
A D | support.h | 146 extern void support_copy_file (const char *from, const char *to);
|
Completed in 8 milliseconds