Searched refs:to (Results 1 – 4 of 4) sorted by relevance
26 symlinkat (const char *from, int fd, const char *to) in symlinkat() argument28 if (from == NULL || to == NULL) in symlinkat()34 if (fd != AT_FDCWD && fd < 0 && *to != '/') in symlinkat()
26 linkat (int fromfd, const char *from, int tofd, const char *to, int flags) in linkat() argument28 if (from == NULL || to == NULL) in linkat()34 if ((tofd != AT_FDCWD && tofd < 0 && *to != '/') 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()
Completed in 5 milliseconds