Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 92) sorted by relevance

1234

/picolibc-latest/semihost/fake/
Dfake_stub.c45 read(int fd, void *buf, size_t count) in read()
54 write(int fd, const void *buf, size_t count) in write()
70 close(int fd) in close()
76 off_t lseek(int fd, off_t offset, int whence) in lseek()
84 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
97 fstat (int fd, struct stat *sbuf) in fstat()
105 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_stub.c46 read(int fd, void *buf, size_t count) in read()
55 write(int fd, const void *buf, size_t count) in write()
71 close(int fd) in close()
77 off_t lseek(int fd, off_t offset, int whence) in lseek()
85 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
98 fstat (int fd, struct stat *sbuf) in fstat()
106 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/x86/
De9_stub.c45 read(int fd, void *buf, size_t count) in read()
54 write(int fd, const void *buf, size_t count) in write()
75 close(int fd) in close()
81 off_t lseek(int fd, off_t offset, int whence) in lseek()
89 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
102 fstat (int fd, struct stat *sbuf) in fstat()
110 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/mips/
Dmips_stub.c40 read(int fd, void *buf, size_t count) in read()
49 write(int fd, const void *buf, size_t count) in write()
69 close(int fd) in close()
75 off_t lseek(int fd, off_t offset, int whence) in lseek()
83 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
96 fstat (int fd, struct stat *sbuf) in fstat()
104 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/msp430/
Dmsp430-stub.c46 read(int fd, void *buf, size_t count) in read()
55 write(int fd, const void *buf, size_t count) in write()
75 close(int fd) in close()
81 off_t lseek(int fd, off_t offset, int whence) in lseek()
89 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
102 fstat (int fd, struct stat *sbuf) in fstat()
110 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/sparc/
Dsparc_stub.c40 read(int fd, void *buf, size_t count) in read()
49 write(int fd, const void *buf, size_t count) in write()
69 close(int fd) in close()
75 off_t lseek(int fd, off_t offset, int whence) in lseek()
83 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
96 fstat (int fd, struct stat *sbuf) in fstat()
104 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/sh/
Dsh_stub.c46 read(int fd, void *buf, size_t count) in read()
56 write(int fd, const void *buf, size_t count) in write()
76 close(int fd) in close()
82 off_t lseek(int fd, off_t offset, int whence) in lseek()
90 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
103 fstat (int fd, struct stat *sbuf) in fstat()
111 isatty (int fd) in isatty()
/picolibc-latest/semihost/machine/arc/
Darc_stub.c44 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
50 isatty (int fd) in isatty()
Darc_close.c41 close(int fd) in close()
/picolibc-latest/semihost/machine/m68k/
Dm68k_stub.c44 off_t lseek(int fd, off_t offset, int whence) in lseek()
50 isatty (int fd) in isatty()
Dm68k_close.c41 close(int fd) in close()
/picolibc-latest/semihost/machine/nios2/
Dnios2_stub.c44 off_t lseek(int fd, off_t offset, int whence) in lseek()
50 isatty (int fd) in isatty()
Dnios2_close.c41 close(int fd) in close()
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c27 close(int fd) { in close()
32 fstat (int fd, struct stat *buf) { in fstat()
47 isatty (int fd) { in isatty()
58 lseek(int fd, off_t offset, int whence) { in lseek()
68 read(int fd, void *buf, size_t count) { in read()
/picolibc-latest/semihost/
Dclose.c43 close(int fd) in close()
Dsys_close.c39 sys_semihost_close(int fd) in sys_semihost_close()
Dsys_flen.c39 sys_semihost_flen(int fd) in sys_semihost_flen()
Dsys_istty.c39 sys_semihost_istty(int fd) in sys_semihost_istty()
Dfstat.c49 fstat (int fd, struct stat *sbuf ) in fstat()
76 fstat64 (int fd, struct stat64 *sbuf ) in fstat64()
Disatty.c45 isatty (int fd) in isatty()
Dsys_seek.c39 sys_semihost_seek(int fd, uintptr_t pos) in sys_semihost_seek()
/picolibc-latest/newlib/libc/machine/spu/
Dfdopen.c39 fdopen (int fd, in fdopen()
/picolibc-latest/newlib/libc/tinystdio/
Dmktemp.c152 int fd = open(path, O_RDONLY); in _gettemp() local
180 int fd; in mkstemp() local
201 int fd; in mkstemps() local
209 int fd; in mkostemps() local
/picolibc-latest/newlib/libc/stdio/
Dmktemp.c267 int fd; in mkstemp() local
285 int fd; in mkstemps() local
295 int fd; in mkostemp() local
306 int fd; in mkostemps() local
/picolibc-latest/newlib/libc/sys/xtensa/
Disatty.c9 _isatty_r (struct _reent *ptr, int fd) in _isatty_r()

1234