Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/rtport/rvct/
Drvct_stdio.cpp41 int _sys_close(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_close()
42 …int _sys_write(FILEHANDLE fh, const unsigned char *buf, unsigned len, int mode) { NN_UNUSED_VA… in _sys_write()
43 …int _sys_read(FILEHANDLE fh, unsigned char * buf, unsigned len, int mode) { NN_UNUSED_VAR(fh);… in _sys_read()
45 int _sys_istty(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_istty()
46 … int _sys_seek(FILEHANDLE fh, long pos) { NN_UNUSED_VAR(fh); NN_UNUSED_VAR(pos); return -1; } in _sys_seek()
47 int _sys_ensure(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_ensure()
48 long _sys_flen(FILEHANDLE fh) { NN_UNUSED_VAR(fh); return -1; } in _sys_flen()