/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | pt-read.S | 2 PSEUDO (__libc_read, read, 3) 8 weak_alias (__libc_read, read) 9 libpthread_hidden_weak (read)
|
A D | read.S | 8 PSEUDO (__libc_read, read, 3) 16 weak_alias (__libc_read, read) 17 libc_hidden_weak (read)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | read.c | 15 _syscall3(ssize_t, __NC(read), int, fd, void *, buf, size_t, count) 17 CANCELLABLE_SYSCALL(ssize_t, read, (int fd, void *buf, size_t count), 19 lt_libc_hidden(read)
|
/l4re-core-master/l4sys/include/ |
A D | vcon | 37 * The interrupt for read events is provided by the virtual key interrupt. 95 * \retval >size More bytes to read, `size` bytes are in the buffer `buf`. 96 * \retval <=size Number of bytes read. 101 read(char *buf, unsigned size, l4_utcb_t *utcb = l4_utcb()) const noexcept 112 * \retval >size More bytes to read, `size` bytes are in the buffer `buf`. 113 * \retval <=size Number of bytes read. 116 * #L4_VCON_READ_STAT_BREAK flag bit for a break condition. The bytes read 120 * transmitted content, i.e. all characters supplied by this read call follow
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | tst-inotify.c | 40 ret = read(ifd, &e, sizeof(e)); in do_test() 50 ret = read(ifd, &e, sizeof(e)); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/signal/ |
A D | tst-signalfd.c | 38 ret = read(fd, &ssi, sizeof(ssi)); in do_test() 47 ret = read(fd, &ssi, sizeof(ssi)); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cancel20.c | 47 if (read (fd[2], &c, 1) == 1) in sh_body() 82 if (read (fd[0], &c, 1) == 1) in tf_body() 88 read (fd[0], &c, 1); in tf_body()
|
A D | tst-cancel21.c | 48 if (read (fd[2], &c, 1) == 1) in sh_body() 83 if (read (fd[0], &c, 1) == 1) in tf_body() 89 read (fd[0], &c, 1); in tf_body()
|
A D | tst-vfork1.c | 55 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test() 89 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
|
A D | tst-vfork1x.c | 55 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test() 89 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
|
A D | tst-vfork2.c | 98 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test() 132 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fopencookie.c | 51 stream->__gcs.read = io_functions->read; in fopencookie()
|
A D | vsnprintf.c | 28 f.__gcs.read = NULL; in vsnprintf() 102 f.f.__gcs.read = NULL; 189 f.__gcs.read = NULL;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-timerfd.c | 43 ret = read(fd, &val, sizeof(val)); in do_test() 54 ret = read(fd, &val, sizeof(val)); in do_test()
|
/l4re-core-master/l4re/include/ |
A D | mmio_space | 45 /// Actual size of the value to read or write. 60 * \param addr Device virtual address to read from. The address 62 * \param width Access width of value to be read, see #Access_width. 67 * \retval -L4_EPERM Insufficient read rights.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | buffer | 620 /** @brief synchronous read operations 656 return net::read(__stream, __buffers, transfer_all{}, __ec); 665 { return net::read(__stream, __buffers, transfer_all{}, __ec); } 683 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 707 read(_SyncReadStream& __stream, _DynamicBuffer&& __b) 710 return net::read(__stream, __b, transfer_all{}, __ec); 717 return net::read(__stream, __b, transfer_all{}, __ec); 723 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 732 /** @brief asynchronous read operations 844 /** @brief synchronous delimited read operations [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | buffer | 620 /** @brief synchronous read operations 656 return net::read(__stream, __buffers, transfer_all{}, __ec); 665 { return net::read(__stream, __buffers, transfer_all{}, __ec); } 683 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 707 read(_SyncReadStream& __stream, _DynamicBuffer&& __b) 710 return net::read(__stream, __b, transfer_all{}, __ec); 717 return net::read(__stream, __b, transfer_all{}, __ec); 723 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 732 /** @brief asynchronous read operations 844 /** @brief synchronous delimited read operations [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | buffer | 620 /** @brief synchronous read operations 656 return net::read(__stream, __buffers, transfer_all{}, __ec); 665 { return net::read(__stream, __buffers, transfer_all{}, __ec); } 683 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 707 read(_SyncReadStream& __stream, _DynamicBuffer&& __b) 710 return net::read(__stream, __b, transfer_all{}, __ec); 717 return net::read(__stream, __b, transfer_all{}, __ec); 723 read(_SyncReadStream& __stream, _DynamicBuffer&& __b, 732 /** @brief asynchronous read operations 844 /** @brief synchronous delimited read operations [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | streambuf | 114 * input sequence, then a <em>read position</em> is available. 116 * next element to read (to get, or to obtain a character value, 181 * - get == input == read 185 char_type* _M_in_cur; ///< Current read area. 312 * and increments the read pointer, otherwise calls and returns 335 * read position after fetching the character. 440 * @param __s A buffer read area. 492 * @brief Moving the read position. 501 * @brief Setting the three read area pointers. 697 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | streambuf | 114 * input sequence, then a <em>read position</em> is available. 116 * next element to read (to get, or to obtain a character value, 181 * - get == input == read 185 char_type* _M_in_cur; ///< Current read area. 312 * and increments the read pointer, otherwise calls and returns 335 * read position after fetching the character. 440 * @param __s A buffer read area. 492 * @brief Moving the read position. 501 * @brief Setting the three read area pointers. 697 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | streambuf | 114 * input sequence, then a <em>read position</em> is available. 116 * next element to read (to get, or to obtain a character value, 181 * - get == input == read 185 char_type* _M_in_cur; ///< Current read area. 312 * and increments the read pointer, otherwise calls and returns 335 * read position after fetching the character. 440 * @param __s A buffer read area. 492 * @brief Moving the read position. 501 * @brief Setting the three read area pointers. 697 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | streambuf | 114 * input sequence, then a <em>read position</em> is available. 116 * next element to read (to get, or to obtain a character value, 181 * - get == input == read 185 char_type* _M_in_cur; ///< Current read area. 312 * and increments the read pointer, otherwise calls and returns 335 * read position after fetching the character. 440 * @param __s A buffer read area. 492 * @brief Moving the read position. 501 * @brief Setting the three read area pointers. 697 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | streambuf | 116 * input sequence, then a <em>read position</em> is available. 118 * next element to read (to get, or to obtain a character value, 186 * - get == input == read 190 char_type* _M_in_cur; ///< Current read area. 317 * and increments the read pointer, otherwise calls and returns 340 * read position after fetching the character. 445 * @param __s A buffer read area. 497 * @brief Moving the read position. 506 * @brief Setting the three read area pointers. 702 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | streambuf | 116 * input sequence, then a <em>read position</em> is available. 118 * next element to read (to get, or to obtain a character value, 188 * - get == input == read 192 char_type* _M_in_cur; ///< Current read area. 319 * and increments the read pointer, otherwise calls and returns 342 * read position after fetching the character. 447 * @param __s A buffer read area. 499 * @brief Moving the read position. 508 * @brief Setting the three read area pointers. 704 * function also moves the read position forward by one. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | streambuf | 116 * input sequence, then a <em>read position</em> is available. 118 * next element to read (to get, or to obtain a character value, 188 * - get == input == read 192 char_type* _M_in_cur; ///< Current read area. 319 * and increments the read pointer, otherwise calls and returns 342 * read position after fetching the character. 447 * @param __s A buffer read area. 499 * @brief Moving the read position. 508 * @brief Setting the three read area pointers. 704 * function also moves the read position forward by one. [all …]
|