Home
last modified time | relevance | path

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

1234

/picolibc-3.7.0-3.6.0/semihost/fake/
Dfake_stub.c44 read(int fd, void *buf, size_t count) in read()
53 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-3.7.0-3.6.0/semihost/machine/powerpc/
Dpowerpc_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-3.7.0-3.6.0/semihost/machine/msp430/
Dmsp430-stub.c45 read(int fd, void *buf, size_t count) in read()
54 write(int fd, const void *buf, size_t count) in write()
74 close(int fd) in close()
80 off_t lseek(int fd, off_t offset, int whence) in lseek()
88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
101 fstat (int fd, struct stat *sbuf) in fstat()
109 isatty (int fd) in isatty()
/picolibc-3.7.0-3.6.0/semihost/machine/sparc/
Dsparc_stub.c45 read(int fd, void *buf, size_t count) in read()
54 write(int fd, const void *buf, size_t count) in write()
74 close(int fd) in close()
80 off_t lseek(int fd, off_t offset, int whence) in lseek()
88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
101 fstat (int fd, struct stat *sbuf) in fstat()
109 isatty (int fd) in isatty()
/picolibc-3.7.0-3.6.0/semihost/machine/mips/
Dmips_stub.c45 read(int fd, void *buf, size_t count) in read()
54 write(int fd, const void *buf, size_t count) in write()
74 close(int fd) in close()
80 off_t lseek(int fd, off_t offset, int whence) in lseek()
88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
101 fstat (int fd, struct stat *sbuf) in fstat()
109 isatty (int fd) in isatty()
/picolibc-3.7.0-3.6.0/semihost/machine/x86/
De9_stub.c44 read(int fd, void *buf, size_t count) in read()
53 write(int fd, const void *buf, size_t count) in write()
74 close(int fd) in close()
80 off_t lseek(int fd, off_t offset, int whence) in lseek()
88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
101 fstat (int fd, struct stat *sbuf) in fstat()
109 isatty (int fd) in isatty()
/picolibc-3.7.0-3.6.0/semihost/machine/sh/
Dsh_stub.c45 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-3.7.0-3.6.0/semihost/machine/arc/
Darc_stub.c43 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
49 isatty (int fd) in isatty()
Darc_close.c41 close(int fd) in close()
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/
Dm68k_stub.c45 off_t lseek(int fd, off_t offset, int whence) in lseek()
51 isatty (int fd) in isatty()
Dm68k_close.c41 close(int fd) in close()
Dm68k_write.c45 write(int fd, const void *buf, size_t count) in write()
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/
Dnios2_stub.c45 off_t lseek(int fd, off_t offset, int whence) in lseek()
51 isatty (int fd) in isatty()
Dnios2_close.c41 close(int fd) in close()
Dnios2_write.c45 write(int fd, const void *buf, size_t count) in write()
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dmktemp.c127 int fd = open(path, O_RDONLY); in _gettemp() local
169 int fd; in mkstemp() local
190 int fd; in mkstemps() local
198 int fd; in mkostemps() local
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/
Dmisc.c25 close(int fd) { in close()
30 fstat (int fd, struct stat *buf) { in fstat()
45 isatty (int fd) { in isatty()
56 lseek(int fd, off_t offset, int whence) { in lseek()
66 read(int fd, void *buf, size_t count) { in read()
/picolibc-3.7.0-3.6.0/semihost/
Dclose.c43 close(int fd) in close()
Disatty.c45 isatty (int fd) in isatty()
Dlseek64.c43 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dfdopen.c37 fdopen (int fd, in fdopen()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dmktemp.c268 int fd; in mkstemp() local
286 int fd; in mkstemps() local
296 int fd; in mkostemp() local
307 int fd; in mkostemps() local
/picolibc-3.7.0-3.6.0/newlib/libc/sys/xtensa/
Disatty.c9 _isatty_r (struct _reent *ptr, int fd) in _isatty_r()
/picolibc-3.7.0-3.6.0/test/semihost/
Dsemihost-iserror.c43 int fd; in main() local
Dsemihost-errno.c43 int fd; in main() local

1234