Home
last modified time | relevance | path

Searched refs:to (Results 1 – 4 of 4) sorted by relevance

/io/
A Dsymlinkat.c26 symlinkat (const char *from, int fd, const char *to) in symlinkat() argument
28 if (from == NULL || to == NULL) in symlinkat()
34 if (fd != AT_FDCWD && fd < 0 && *to != '/') in symlinkat()
A Dlinkat.c26 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument
28 if (from == NULL || to == NULL) in linkat()
34 if ((tofd != AT_FDCWD && tofd < 0 && *to != '/') in linkat()
A Dsymlink.c25 __symlink (const char *from, const char *to) in __symlink() argument
27 if (from == NULL || to == NULL) in __symlink()
A Dlink.c25 __link (const char *from, const char *to) in __link() argument
27 if (from == NULL || to == NULL) in __link()

Completed in 5 milliseconds