Searched refs:existing (Results 1 – 2 of 2) sorted by relevance
14 /// Returns the USB descriptors following the interface's existing descriptors.17 /// interface's existing descriptors.
105 int symlink(const char* existing, const char* new) { in symlink() argument207 int linkat(int fd1, const char* existing, int fd2, const char* new, int flag) { in linkat() argument212 int symlinkat(const char* existing, int fd, const char* new) { in symlinkat() argument213 return checkfilefd(existing, fd, ENOSYS); in symlinkat()
Completed in 29 milliseconds