Home
last modified time | relevance | path

Searched refs:telldir (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/t/win32/
Dseekdir.t21 my $p = telldir $dh;
56 ok(telldir($dh) == $end_pos, "telldir() equal to where we seekdir()d");
61 ok(telldir($dh) == -1, "telldir() now equal to -1");
69 ok(telldir($dh) == -1, "....but telldir() == -1 indicating out of range");
/openbsd/src/regress/lib/libc/telldir/
Dtelldir.c29 pos = telldir(dp); in longloop()
42 if ((t = telldir(dp)) != remember) in longloop()
44 if ((t = telldir(dp)) != remember) in longloop()
Dshortseek.c32 pos = telldir(dp); in shortloop()
47 if ((t = telldir(dp)) != remember) in shortloop()
49 if ((t = telldir(dp)) != remember) in shortloop()
DMakefile3 PROG = telldir
4 SRCS = utils.c shortseek.c telldir.c main.c
/openbsd/src/lib/libc/gen/
Dtelldir.c39 telldir(DIR *dirp) in telldir() function
49 DEF_WEAK(telldir);
DMakefile.inc24 syslog.c syslog_r.c telldir.c time.c times.c \
/openbsd/src/gnu/usr.bin/cvs/contrib/
Ddirfns.shar6 Xopendir, readdir, telldir, seekdir, rewinddir, closedir \- high-level directory operations
26 X.B telldir(dirp)
99 X.I telldir
102 X.I telldir
107 X.I telldir
111 X.I telldir
289 Xextern long telldir();
299 XDIR = closedir.o opendir.o readdir.o seekdir.o telldir.o
368 X dirp->dd_size = 0; /* so that telldir will work before readdir */
436 X * Only values returned by "telldir" should be passed to seekdir.
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dkill3.t60 my $start = telldir $DIRH;
102 my $start = telldir $DIRH;
/openbsd/src/gnu/usr.bin/cvs/os2/
Ddirent.h45 long telldir(DIR *dirp);
Ddirent.c141 long telldir(DIR *dirp) in telldir() function
/openbsd/src/lib/libc/hidden/
Ddirent.h39 PROTO_NORMAL(telldir);
/openbsd/src/gnu/usr.bin/cvs/windows-NT/
Dndir.h51 extern long telldir (DIR *);
Dndir.c155 telldir (DIR *dirp) in telldir() function
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dpp_sys763 # telldir not present
776 telldir(FOO);
782 telldir($foo);
789 telldir() attempted on invalid dirhandle FOO at - line 9.
794 telldir() attempted on invalid dirhandle $foo at - line 15.
806 # telldir not present
823 telldir(FOO);
829 telldir($foo);
836 telldir() attempted on invalid dirhandle FOO at - line 14.
841 telldir() attempted on invalid dirhandle $foo at - line 20.
/openbsd/src/gnu/usr.bin/cvs/vms/
Dndir.h55 extern long telldir();
/openbsd/src/include/
Ddirent.h83 long telldir(DIR *);
/openbsd/src/regress/lib/libc/
DMakefile24 SUBDIR+= telldir time timingsafe
/openbsd/src/gnu/usr.bin/perl/t/lib/feature/
Dbareword_filehandles59 telldir
478 # NAME seekdir, telldir, rewinddir
480 my $x = telldir FOO;
484 my $x = telldir FOO;
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse-core.t666 telldir 1 -
/openbsd/src/regress/usr.bin/tsort/
Dpairs1274 telldir.o telldir.o
915 rewinddir.o telldir.o
916 seekdir.o telldir.o
1561 telldir.o malloc.o
1784 telldir.o lseek.o
1864 telldir.o malloc.o
2112 telldir.o readdir.o
2576 opendir.o telldir.o
2577 rewinddir.o telldir.o
/openbsd/src/gnu/usr.bin/perl/
DXSUB.h527 # define telldir PerlDir_tell macro
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h327 #define telldir win32_telldir macro
/openbsd/src/gnu/usr.bin/perl/regen/
Dopcodes455 telldir telldir ck_fun st% DF
/openbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h117 #define telldir(a) Perl_telldir(a) macro
/openbsd/src/lib/libc/
DSymbols.list806 telldir

12