Searched refs:telldir (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libc/tests/gen/
H A Ddir2_test.c31 * opendir, readdir, seekdir, telldir, closedir, etc
48 atf_tc_set_md_var(tc, "descr", "Calling telldir(3) after seekdir(3) "
84 beginning = telldir(dirp);
89 middle = telldir(dirp);
94 end = telldir(dirp);
97 * Seekdir to each bookmark, check the telldir after seekdir condition,
103 td = telldir(dirp);
108 td = telldir(dirp);
113 td = telldir(dirp);
124 atf_tc_set_md_var(tc, "descr", "Calling telldir(
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c47 atf_tc_set_md_var(tc, "descr", "Check telldir(3) and seekdir(3) "
90 here = telldir(dp);
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno));
115 /* try again, and throw in a telldir() for good measure */
117 here = telldir(dp);
124 /* One more time, to make sure that telldir() doesn't affect result */
144 "Check telldir(3) for memory leakage (PR lib/24324)");
158 (void)telldir(dp);
167 (void)telldir(dp);
171 (void)printf("Used %td extra bytes for %d telldir "
[all...]
/freebsd-12-stable/include/
H A Ddirent.h136 long telldir(DIR *);
/freebsd-12-stable/lib/libc/gen/
H A Dtelldir.c33 __SCCSID("@(#)telldir.c 8.1 (Berkeley) 6/4/93");
47 #include "telldir.h"
53 telldir(DIR *dirp) function
116 * Only values returned by "telldir" should be passed to seekdir.
169 * After readdir returns the last entry in a block, a call to telldir
172 * Ideally, the call to telldir would return a location that refers to
175 * fetching a new block to fix any such telldir locations.
193 * Reclaim memory for telldir cookies which weren't used.
H A DMakefile.inc138 telldir.c \
343 directory.3 telldir.3
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dreaddir.cc326 /* telldir(3) and seekdir(3) should work with fuse */
385 bookmark = telldir(dir);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1151 extern long int telldir(DIR *);

Completed in 126 milliseconds