Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 8
Set the position for the next read of the directory stream
#include <dirent.h>
void seekdir( DIR * dirp,
long int pos );
- dirp
- A pointer to the directory stream, for which you want to set the
current location.
- pos
- The new position for the directory stream.
You should have obtained this value from an earlier call to
telldir().
libc
Use the -l c option to
qcc
to link against this library.
This library is usually included automatically.
The seekdir() function sets the position of the next
readdir()
operation on the directory stream specified by dirp
to the position specified by pos.
The new position reverts to the one associated with the directory stream when
the telldir() operation was performed.
Values returned by telldir() are good only for the lifetime
of the DIR pointer, dirp, from which they're derived.
If the directory is closed and then reopened,
the telldir() value may be invalidated due to undetected directory compaction.
It's safe to use a previous telldir() value immediately after a call to
opendir()
and before any calls to
readdir().
POSIX 1003.1 XSI
Safety: | |
Cancellation point |
Yes |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
closedir(),
errno,
lstat(),
opendir(),
readdir(),
readdir_r(),
rewinddir(),
telldir(),
stat()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 133
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/seekdir.html on line 133