Home
last modified time | relevance | path

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

/support/
A Dshell-container.c94 char *sname = argv[0]; in copy_func() local
100 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()
A Dtest-container.c408 copy_one_file (const char *sname, const char *dname) in copy_one_file() argument
414 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