Query: telldir
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
telldir(3C) Standard C Library Functions telldir(3C)NAMEtelldir - current location of a named directory streamSYNOPSIS#include <dirent.h> long int telldir(DIR *dirp);DESCRIPTIONThe telldir() function obtains the current location associated with the directory stream specified by dirp. If the most recent operation on the directory stream was a seekdir(3C), the directory position returned from the telldir() is the same as that supplied as a loc argument for seekdir().RETURN VALUESUpon successful completion, telldir() returns the current location of the specified directory stream.ERRORSThe telldir() function will fail if: EOVERFLOW The current location of the directory cannot be stored in an object of type long.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOopendir(3C), readdir(3C), seekdir(3C), attributes(5), standards(5) SunOS 5.11 14 Aug 2002 telldir(3C)
Related Man Pages |
---|
telldir(3c) - opensolaris |
seekdir(3) - bsd |
telldir(3) - bsd |
telldir(3) - linux |
seekdir(3c) - sunos |
Similar Topics in the Unix Linux Community |
---|
Location of File |
seekdir()? what does it do? |
How to find a existing file location and directory location in Solaris box? |
Find the location of particular file and directory |