/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | dirent.d | 190 alias readdir64 readdir; 194 dirent* readdir(DIR*); 224 dirent* readdir(DIR*); 226 pragma(mangle, "readdir$INODE64") dirent* readdir(DIR*); 229 dirent* readdir(DIR*); 253 dirent* readdir(DIR*); 258 pragma(mangle, "readdir@FBSD_1.5") dirent* readdir(DIR*); 260 pragma(mangle, "readdir@FBSD_1.0") dirent* readdir(DIR*); 281 alias __readdir30 readdir; 299 dirent* readdir(DIR*); [all …]
|
/netbsd-src/tests/lib/libc/gen/ |
H A D | t_dir.c | 77 entry = readdir(dp); in ATF_TC_BODY() 81 entry = readdir(dp); in ATF_TC_BODY() 86 entry = readdir(dp); in ATF_TC_BODY() 94 entry = readdir(dp); in ATF_TC_BODY() 103 entry = readdir(dp); in ATF_TC_BODY() 109 entry = readdir(dp); in ATF_TC_BODY() 118 entry = readdir(dp); in ATF_TC_BODY() 126 entry = readdir(dp); in ATF_TC_BODY()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | dirent.in.h | 165 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 167 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 168 _GL_CXXALIASWARN (readdir); 170 # undef readdir 172 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | dir-common.h | 53 inline dirent* readdir(DIR* dir) { return ::_wreaddir(dir); } in _GLIBCXX_VISIBILITY() 60 using ::readdir; in _GLIBCXX_VISIBILITY() 67 inline dirent* readdir(DIR*) { return nullptr; } in _GLIBCXX_VISIBILITY() 108 const posix::dirent* entp = posix::readdir(dirp); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_readdir.c | 13 __weak_alias(readdir,_readdir) in __weak_alias() argument 18 __warn_references(readdir, in __weak_alias() 44 readdir(DIR *dirp) in readdir() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | dir-common.h | 58 inline dirent* readdir(DIR* dir) { return ::_wreaddir(dir); } in _GLIBCXX_VISIBILITY() 65 using ::readdir; in _GLIBCXX_VISIBILITY() 72 inline dirent* readdir(DIR*) { return nullptr; } in _GLIBCXX_VISIBILITY() 164 const posix::dirent* entp = posix::readdir(dirp); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | dirfns.shar | 6 Xopendir, readdir, telldir, seekdir, rewinddir, closedir \- high-level directory operations 20 X.B *readdir(dirp) 93 X.I readdir 115 X.I readdir. 174 X while ((dp = readdir(dirp)) != NULL) 215 X.I readdir 288 Xextern struct direct *readdir(); 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 */ 372 echo 'readdir.c': [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | readdir.m4 | 1 # readdir.m4 serial 1 11 AC_CHECK_FUNCS([readdir])
|
/netbsd-src/usr.bin/make/ |
H A D | util.c | 291 for (d = readdir(dp); d != NULL; d = readdir(dp)) in getwd() 299 for (d = readdir(dp); d != NULL; d = readdir(dp)) { in getwd()
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
H A D | dirent.h | 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); 678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); 679 _GL_CXXALIASWARN (readdir); 681 # undef readdir 683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
|