Home
last modified time | relevance | path

Searched defs:fno (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_io.c77 int __ghs_hostio_write (int fno, const void *buf, int size) in __ghs_hostio_write()
111 int __ghs_hostio_read (int fno, void *buf, int size) in __ghs_hostio_read()
203 int __ghs_hostio_close (int fno) in __ghs_hostio_close()
224 off_t __ghs_hostio_lseek (int fno, off_t offset, int end) in __ghs_hostio_lseek()
257 int __ghs_hostio_fcntl (int fno, int cmd, int arg) in __ghs_hostio_fcntl()
Dind_stat.c50 int fstat(int fno, struct stat *statptr) { in fstat()