Searched refs:from (Results 1 – 4 of 4) sorted by relevance
26 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument28 if (from == NULL || to == NULL) in linkat()35 || (fromfd != AT_FDCWD && fromfd < 0 && *from != '/')) in linkat()
25 __symlink (const char *from, const char *to) in __symlink() argument27 if (from == NULL || to == NULL) in __symlink()
25 __link (const char *from, const char *to) in __link() argument27 if (from == NULL || to == NULL) in __link()
26 symlinkat (const char *from, int fd, const char *to) in symlinkat() argument28 if (from == NULL || to == NULL) in symlinkat()
Completed in 3 milliseconds