/titanic_50/usr/src/lib/libast/common/features/ |
H A D | dirent | 62 extern long telldir(DIR*); 182 __STDPP__directive pragma pp:hide closedir opendir readdir seekdir telldir 188 #define telldir ______telldir 194 __STDPP__directive pragma pp:nohide closedir opendir readdir seekdir telldir 200 #undef telldir 220 extern long telldir(DIR*); 233 __STDPP__directive pragma pp:hide closedir opendir readdir seekdir telldir 239 #define telldir ______telldir 245 __STDPP__directive pragma pp:nohide closedir opendir readdir seekdir telldir 251 #undef telldir [all …]
|
/titanic_50/usr/src/lib/libast/common/dir/ |
H A D | dirlib.h | 79 __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
|
H A D | telldir.c | 33 NoN(telldir) 38 telldir(DIR* dirp)
|
H A D | seekdir.c | 46 if (telldir(dirp) != loc) 50 while (telldir(dirp) != loc)
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | telldir.c | 41 #pragma weak _telldir = telldir 55 telldir(DIR *dirp) in telldir() function 106 telldir(DIR *dirp) in telldir() function
|
H A D | _xftw.c | 233 here = telldir(dirp); in fwalk()
|
H A D | nftw.c | 770 sp->here = telldir(sp->fd); in oldclose()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | dir.h | 161 extern long telldir(DIR *); 172 extern long telldir();
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | telldir.c | 36 telldir(dirp) in telldir() function
|
H A D | seekdir.c | 44 curloc = telldir(dirp);
|
H A D | ftw.c | 202 here = telldir(dirp);
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | dirent.h | 65 extern long telldir(/* DIR *dirp */);
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | dir.h | 84 extern long telldir();
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | dir.h | 142 extern int telldir ();
|
/titanic_50/usr/src/head/ |
H A D | dirent.h | 115 extern long telldir(DIR *);
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 254 here = telldir(dirp); in lf_xftw()
|
/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | dirent_h.cfg | 66 func | telldir |\
|
/titanic_50/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 141 f 1 telldir
|
/titanic_50/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 139 f 1 telldir
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 578 #define Telldir telldir
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 359 telldir;
|
/titanic_50/usr/src/cmd/du/ |
H A D | du.c | 483 curoff = telldir(dirp); in descend()
|
/titanic_50/usr/src/cmd/rm/ |
H A D | rm.c | 225 rec->diroff = telldir(rec->dp); in reclaim()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 101 #define _lib_telldir 1 /* telldir() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 101 #define _lib_telldir 1 /* telldir() in default lib(s) */
|