HomeSort by: relevance | last modified time | path
    Searched refs:telldir (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/gen/
t_dir.c 47 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 */
142 "Check telldir(3) for memory leakage (PR lib/24324)");
156 (void)telldir(dp);
165 (void)telldir(dp);
169 (void)printf("Used %td extra bytes for %d telldir "
    [all...]
  /src/lib/libc/gen/
telldir.c 1 /* $NetBSD: telldir.c,v 1.20 2013/03/06 11:27:28 yamt Exp $ */
35 static char sccsid[] = "@(#)telldir.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: telldir.c,v 1.20 2013/03/06 11:27:28 yamt Exp $");
54 __weak_alias(telldir,_telldir)
58 telldir(DIR *dirp)
98 * Only values returned by "telldir" should be passed to seekdir.
Makefile.inc 35 sysctlnametomib.c syslog.c syslog_ss.c telldir.c time.c timespec_get.c \
103 rewinddir.3 directory.3 seekdir.3 directory.3 telldir.3 \
  /src/distrib/utils/libhack/
opendir.c 99 dirp->dd_rewind = telldir(dirp);
  /src/include/
dirent.h 71 void *dd_internal; /* state for seekdir/telldir */
105 long telldir(DIR *);
  /src/lib/libc/include/
namespace.h 753 #define telldir _telldir macro

Completed in 14 milliseconds