Searched refs:sname (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/support/ |
D | shell-container.c | 94 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()
|
D | test-container.c | 440 copy_one_file (const char *sname, const char *dname) in copy_one_file() argument 446 sfd = open (sname, O_RDONLY); in copy_one_file() 448 FAIL_EXIT1 ("unable to open %s for reading\n", sname); in copy_one_file() 451 FAIL_EXIT1 ("unable to fstat %s\n", sname); in copy_one_file()
|
/glibc-2.36/nis/ |
D | nis_callback.c | 52 __nis_getpkey(const char *sname) in __libc_lock_define_initialized() 54 char buf[(strlen (sname) + 1) * 2 + 40]; in __libc_lock_define_initialized() 60 domain = strchr (sname, '.'); in __libc_lock_define_initialized() 68 cp = stpcpy (cp, sname); in __libc_lock_define_initialized()
|