Searched refs:tofd (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/io/ |
D | linkat.c | 26 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument 34 if ((tofd != AT_FDCWD && tofd < 0 && *to != '/') in linkat()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | linkat.c | 29 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument 49 todir = __file_name_split_at (tofd, to, &toname); in linkat()
|