Searched defs:seekdir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dseekdir.c34 * Only values returned by "telldir" should be passed to seekdir.
37 seekdir(dirp, tell) function
59 seekdir(dirp, 0);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dseekdir.c33 * seekdir -- C library extension routine
41 #pragma weak _seekdir = seekdir
53 seekdir(DIR *dirp, long loc) function
71 * follows seekdir with no intervening call to readdir
114 * follows seekdir with no intervening call to readdir
122 seekdir(DIR *dirp, long loc) function

Completed in 199 milliseconds