Penguin
Annotated edit history of seekdir(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SEEKDIR
2 !!!SEEKDIR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 seekdir - set the position of the next readdir() call in the directory stream.
14 !!SYNOPSIS
15
16
17 __#include
18 __''dir''__, off_t__ ''offset''__);
19 __
20 !!DESCRIPTION
21
22
23 The __seekdir()__ function sets the location in the
24 directory stream from which the next __readdir()__ call
25 will start. __seekdir()__ should be used with an offset
26 returned by __telldir()__.
27 !!RETURN VALUE
28
29
30 The __seekdir()__ function returns no value.
31 !!CONFORMING TO
32
33
34 BSD 4.3
35 !!SEE ALSO
36
37
38 lseek(2), opendir(3), readdir(3),
39 closedir(3), rewinddir(3), telldir(3),
40 scandir(3)
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.