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

/macosx-10.10/ksh-23/ksh/src/lib/libast/dir/
H A Dtelldir.c24 * telldir
33 NoN(telldir)
38 telldir(DIR* dirp)
H A Dseekdir.c46 if (telldir(dirp) != loc)
50 while (telldir(dirp) != loc)
H A Ddirstd.h59 extern long telldir(DIR*);
H A Ddirlib.h79 __STDPP__directive pragma pp:hide DIR closedir opendir readdir seekdir telldir
91 #undef telldir
92 #define telldir ______telldir
120 __STDPP__directive pragma pp:nohide DIR closedir opendir readdir seekdir telldir
127 #undef telldir
/macosx-10.10/ruby-106/ruby/nacl/
H A Ddirent.h12 long telldir(DIR *dirp);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtelldir.h32 * $FreeBSD: src/lib/libc/gen/telldir.h,v 1.3 2008/05/05 14:05:23 kib Exp $
42 * position each time telldir is called. It records the current magic
58 * One of these structures is malloced for each DIR to record telldir
75 long telldir(DIR *) __DARWIN_ALIAS_I(telldir); variable
H A Drewinddir.c39 #include "telldir.h"
47 dirp->dd_rewind = telldir(dirp);
H A Dtelldir.c31 static char sccsid[] = "@(#)telldir.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/telldir.c,v 1.11 2008/05/05 14:05:23 kib Exp $");
46 #include "telldir.h"
49 * The option SINGLEUSE may be defined to say that a telldir
61 telldir(dirp) function
108 * Only values returned by "telldir" should be passed to seekdir.
153 * Reclaim memory for telldir cookies which weren't used.
H A Dopendir.c50 #include "telldir.h"
304 dirp->dd_rewind = telldir(dirp);
/macosx-10.10/Libc-1044.1.2/include/
H A Ddirent.h82 struct _telldir *__dd_td; /* telldir position recording */
148 long telldir(DIR *) __DARWIN_ALIAS_I(telldir); variable
151 long telldir(DIR *) LIBC_ALIAS_I(telldir); variable
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dndir.h47 extern long telldir ();
/macosx-10.10/emacs-93/emacs/src/
H A Dndir.h54 extern long telldir();
/macosx-10.10/man-16/man/src/
H A Dndir.h47 extern long telldir();
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent.hin64 ROKEN_LIB_FUNCTION long ROKEN_LIB_CALL telldir(DIR *);
H A Ddirent.c232 telldir(DIR * dp) function
/macosx-10.10/ruby-106/ruby/win32/
H A Ddir.h40 #define telldir(d) rb_w32_telldir((d)) macro
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlkw.swg105 PERLBN(telldir);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile66 dirlib.h opendir.c readdir.c rewinddir.c seekdir.c telldir.c \
/macosx-10.10/ruby-106/ruby/
H A Ddir.c656 pos = telldir(dirp->dir);
H A Dconfigure15751 getsid setsid telldir seekdir fchmod cosh sinh tanh log2 round llabs\

Completed in 188 milliseconds