Home
last modified time | relevance | path

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

/io/
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()
35 || (fromfd != AT_FDCWD && fromfd < 0 && *from != '/')) 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()
A Dsymlinkat.c26 symlinkat (const char *from, int fd, const char *to) in symlinkat() argument
28 if (from == NULL || to == NULL) in symlinkat()

Completed in 3 milliseconds