Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 58) sorted by relevance

123

/picolibc-latest/newlib/libc/machine/visium/
Dsetjmp.S55 read.l r11,0(r1)
56 read.l r12,1(r1)
57 read.l r13,2(r1)
58 read.l r14,3(r1)
59 read.l r15,4(r1)
60 read.l r16,5(r1)
61 read.l r17,6(r1)
62 read.l r18,7(r1)
63 read.l r19,8(r1)
64 read.l r21,9(r1)
[all …]
/picolibc-latest/semihost/machine/m68k/
Dm68k_read.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/nios2/
Dnios2_read.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/arc/
Darc_read.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/
Dread.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c68 read(int fd, void *buf, size_t count) { in read() function
/picolibc-latest/doc/
Dlinking.md57 is an addressable region of read-only memory which holds program text,
58 constant data and initializers for read-write data. Ram is read-write
64 * `__flash` specifies the lowest address in read-only memory used by
68 * `__flash_size` specifies the amount of read-only memory you want to
73 allocate to read-write data for the application.
75 * `__ram_size` specifies the maximum amount of read-write memory you
170 stored in ram. Making values read-only where possible saves the RAM.
Dos.md20 FILE objects. The pointers may reside in read-only memory, but the
62 This defines a FILE which can read and write characters using the putc
87 ssize_t read (int fd, void *buf, size_t nbyte);
164 As a build-time option, Picolibc can be configured to use POSIX read
201 * -Dposix-console=true uses POSIX I/O read/write APIs for stdin,
/picolibc-latest/scripts/
Dmonitor-e914 c = proc.stdout.read(1)
/picolibc-latest/newlib/libc/include/
D_syslist.h53 #define _read read
/picolibc-latest/semihost/fake/
Dfake_stub.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_stub.c46 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/newlib/libc/tinystdio/
Dfreopen.c68 pf->read_int = read; in freopen()
/picolibc-latest/semihost/machine/x86/
De9_stub.c45 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/mips/
Dmips_stub.c40 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/msp430/
Dmsp430-stub.c46 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/sparc/
Dsparc_stub.c40 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/semihost/machine/sh/
Dsh_stub.c46 read(int fd, void *buf, size_t count) in read() function
/picolibc-latest/newlib/libc/stdio/
Dfopencookie.c207 if (((flags & (__SRD | __SRW)) && !functions.read) in fopencookie()
232 c->readfn = functions.read; in fopencookie()
Dstdio.c46 ret = read (fp->_file, buf, n); in __sread()
/picolibc-latest/newlib/testsuite/
Dstdio-bits.c83 read_len = read(0, read_buf, sizeof (read_buf)); in ao_getc()
/picolibc-latest/newlib/libc/include/ssp/
Dunistd.h73 __ssp_redirect0(ssize_t, read, \
/picolibc-latest/.github/
DDockerfile19 …(cd /opt && while read file; do wget $file || exit 1; tar xf `basename $file`; rm `basename $file`…
/picolibc-latest/
Dfind-copyright150 text = f.read().decode('utf-8', errors='ignore')
324 text = f.read().decode('utf-8', errors='ignore').splitlines()
329 text = f.read().decode('utf-8', errors='ignore')
335 text = f.read().decode('utf-8', errors='ignore')
/picolibc-latest/newlib/libc/machine/arc/
Dstrcmp-archs.S61 ; Check if the read locations are the same

123