Home
last modified time | relevance | path

Searched defs:read (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-wcstold-ldbl-compat.c27 long double read; in do_test() local
Dtest-strfrom-ldbl-compat.c30 long double read; in do_test() local
/glibc-2.36/libio/bits/types/
Dcookie_io_functions_t.h57 cookie_read_function_t *read; /* Read bytes. */ member
/glibc-2.36/scripts/
Dtst-elf-edit.py64 def read(self, f): member in Elf_Ehdr
92 def read(self, f): member in Elf_Phdr
Dglibcelf.py1023 def read(self, typ: type, offset:int ): member in Image
/glibc-2.36/sysdeps/x86/
Dtst-cpu-features-cpuinfo.c35 ssize_t read; in get_cpuinfo() local
/glibc-2.36/posix/bits/
Dunistd.h36 read (int __fd, void *__buf, size_t __nbytes) in read() function
/glibc-2.36/math/
Dgen-libm-test.py134 def read(self, ulps_file): member in Ulps
/glibc-2.36/intl/
Dloadmsgcat.c450 # define read(fd, buf, n) __read_nocancel (fd, buf, n) macro