Home
last modified time | relevance | path

Searched refs:dup (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-elf.c900 struct elf_resolve *dup; local
903 for (dup = _dl_loaded_modules; dup; dup = dup->next)
904 if (dup != tpnt && dup->dsbt_index == idx)
906 if (dup)
907 dup_name = dup->libname;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Ddup.c11 _syscall1(int, dup, int, oldfd)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dunistd.SUSv4.syms7 dup
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc216 return dup(fd); in fcntl64()
321 extern "C" int dup(int oldfd) in dup() function
322 noexcept(noexcept(dup(oldfd))) in dup()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dunistd.h561 extern int dup (int __fd) __THROW __wur;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c1313 #warning REMINDER: When we allocate ctype tables, remember to dup them. in libc_hidden_def()

Completed in 76 milliseconds