Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dlinkat.c26 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/
Dlinkat.c29 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()