posix_io.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 112 | 32% |
空行行数 | 57 | 16% |
実行行数 | 186 | 52% |
合計行数 | 355 | 100% |
内容 | 定義数 |
---|---|
関数数 | 11 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | posix_file_free | static void | Free open file |
2 |
Static | posix_file_finished | static void | Terminate file data transfer |
3 |
Static | posix_file_xfer_close | static void | Handle close() event |
4 |
Static | posix_file_xfer_deliver_iob | static int | Handle deliver_iob() event |
5 |
Static | posix_fd_to_file | static struct posix_file * | Identify file by file descriptor |
6 |
Static | posix_find_free_fd | static int | Find an available file descriptor |
7 |
Function | open | int | Open file |
8 |
Function | select | int | Check file descriptors for readiness |
9 |
Function | read_user | ssize_t | Read data from file |
10 |
Function | fsize | ssize_t | Determine file size |
11 |
Function | close | int | Close file |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー