TELLDIR
Section: Linux Programmer's Manual (3)
Updated: 2007-07-26
Index
JM Home Page
roff page
名前
telldir - ディレクトリストリーム中の現在位置を返す
書式
#include <dirent.h>
off_t telldir(DIR *dir);
glibc 向けの機能検査マクロの要件
(feature_test_macros(7)
参照):
telldir():
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE
説明
telldir()
関数は、ディレクトリストリーム dir に結びつけられた
現在位置を返す。
返り値
成功した場合、
telldir()
関数はディレクトリストリーム中の現在位置を返す。
エラーの場合、-1 が返されて、
errno
が適切に設定される。
エラー
- EBADF
-
ディレクトリストリームディスクリプタ dir が無効である。
準拠
4.3BSD, POSIX.1-2001.
関連項目
closedir(3),
opendir(3),
readdir(3),
rewinddir(3),
scandir(3),
seekdir(3)
Index
- 名前
-
- 書式
-
- 説明
-
- 返り値
-
- エラー
-
- 準拠
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:32:07 GMT, November 19, 2007