Searched refs:sname (Results 1 – 2 of 2) sorted by relevance
94 char *sname = argv[0]; in copy_func() local100 sfd = open (sname, O_RDONLY); in copy_func()104 sname, strerror (errno)); in copy_func()111 sname, strerror (errno)); in copy_func()126 sname, dname, strerror (errno)); in copy_func()
408 copy_one_file (const char *sname, const char *dname) in copy_one_file() argument414 sfd = open (sname, O_RDONLY); in copy_one_file()416 FAIL_EXIT1 ("unable to open %s for reading\n", sname); in copy_one_file()419 FAIL_EXIT1 ("unable to fstat %s\n", sname); in copy_one_file()
Completed in 7 milliseconds