iolib.rtn

来自「Tornado 的manuals 很全面,国内的书大部分是翻译的它。经常需要查阅」· RTN 代码 · 共 21 行

RTN
21
字号
creat {create a file} {<b>creat\(&nbsp;\)</b>} {<b><a href="./ioLib.html#creat">creat</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}open {open a file} {<b>open\(&nbsp;\)</b>} {<b><a href="./ioLib.html#open">open</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}unlink {delete a file (POSIX)} {<b>unlink\(&nbsp;\)</b>} {<b><a href="./ioLib.html#unlink">unlink</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}remove {remove a file (ANSI)} {<b>remove\(&nbsp;\)</b>} {<b><a href="./ioLib.html#remove">remove</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}close {close a file} {<b>close\(&nbsp;\)</b>} {<b><a href="./ioLib.html#close">close</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}rename {change the name of a file} {<b>rename\(&nbsp;\)</b>} {<b><a href="./ioLib.html#rename">rename</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}read {read bytes from a file or device} {<b>read\(&nbsp;\)</b>} {<b><a href="./ioLib.html#read">read</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}write {write bytes to a file} {<b>write\(&nbsp;\)</b>} {<b><a href="./ioLib.html#write">write</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioctl {perform an I/O control function} {<b>ioctl\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioctl">ioctl</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}lseek {set a file read/write pointer} {<b>lseek\(&nbsp;\)</b>} {<b><a href="./ioLib.html#lseek">lseek</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioDefPathSet {set the current default path} {<b>ioDefPathSet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioDefPathSet">ioDefPathSet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioDefPathGet {get the current default path} {<b>ioDefPathGet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioDefPathGet">ioDefPathGet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}chdir {set the current default path} {<b>chdir\(&nbsp;\)</b>} {<b><a href="./ioLib.html#chdir">chdir</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}getcwd {get the current default path (POSIX)} {<b>getcwd\(&nbsp;\)</b>} {<b><a href="./ioLib.html#getcwd">getcwd</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}getwd {get the current default path} {<b>getwd\(&nbsp;\)</b>} {<b><a href="./ioLib.html#getwd">getwd</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioGlobalStdSet {set the file descriptor for global standard input/output/error} {<b>ioGlobalStdSet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioGlobalStdSet">ioGlobalStdSet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioGlobalStdGet {get the file descriptor for global standard input/output/error} {<b>ioGlobalStdGet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioGlobalStdGet">ioGlobalStdGet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioTaskStdSet {set the file descriptor for task standard input/output/error} {<b>ioTaskStdSet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioTaskStdSet">ioTaskStdSet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ioTaskStdGet {get the file descriptor for task standard input/output/error} {<b>ioTaskStdGet\(&nbsp;\)</b>} {<b><a href="./ioLib.html#ioTaskStdGet">ioTaskStdGet</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}isatty {return whether the underlying driver is a tty device} {<b>isatty\(&nbsp;\)</b>} {<b><a href="./ioLib.html#isatty">isatty</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?