Searched refs:opendir (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dmake-d22 opendir L, "/tmp/lsts";
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmaint-tool54 opendir(S, $srcdir);
59 opendir(S, ".");
90 opendir(S, $srcdir);
223 opendir(INC, $incdir);
231 opendir(INC, $srcdir);
248 opendir(S, $srcdir);
/haiku-buildtools/binutils/libiberty/
H A Dmaint-tool54 opendir(S, $srcdir);
59 opendir(S, ".");
90 opendir(S, $srcdir);
226 opendir(INC, $incdir);
234 opendir(INC, $srcdir);
251 opendir(S, $srcdir);
/haiku-buildtools/gcc/libiberty/
H A Dmaint-tool54 opendir(S, $srcdir);
59 opendir(S, ".");
90 opendir(S, $srcdir);
226 opendir(INC, $incdir);
234 opendir(INC, $srcdir);
251 opendir(S, $srcdir);
/haiku-buildtools/legacy/gcc/gcc/config/msdos/
H A Dmklibgcc.c21 dir = opendir("lgcctmp");
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Ddirent.h71 extern DIR * opendir _PROTO ((const char *));
H A Dmklibgcc.c16 dir = opendir("lgcctmp");
H A Ddirent.c74 opendir (name) function
H A Dfixinc-nt.c137 dir = opendir (indir);
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Ddir.cc44 # undef opendir macro
45 # define opendir _wopendir macro
91 if (DIR* dirp = ::opendir(p.c_str()))
249 if (DIR* dirp = ::opendir(p.c_str()))
/haiku-buildtools/gcc/libcc1/
H A Dfindcomp.cc35 m_dir = opendir (dir.c_str ());
/haiku-buildtools/cloog/osl/tests/
H A Dosl_test.c211 dir = opendir(TEST_DIR);
/haiku-buildtools/jam/
H A Dfileunix.c109 # define opendir beos_stat_cache_opendir macro
145 if( !( d = opendir( dir ) ) )
H A Dbeos_stat_cache.c158 return opendir(dirName);
H A DStatCacheServer.cpp422 DBG(OUT("disk access: opendir(): %s\n", path.c_str()));
425 DIR *dir = opendir(path.c_str());
/haiku-buildtools/binutils/gold/
H A Ddirsearch.cc67 DIR* d = opendir(this->dirname_);
/haiku-buildtools/libtool/
H A Dltdl.m490 AC_CHECK_FUNCS([closedir opendir readdir])
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c348 dirp = opendir (buf);
/haiku-buildtools/binutils/bfd/
H A Dplugin.c344 d = opendir (p);
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1819 TSAN_INTERCEPTOR(void*, opendir, char *path) {
1820 SCOPED_TSAN_INTERCEPTOR(opendir, path);
1821 void *res = REAL(opendir)(path);
2526 TSAN_INTERCEPT(opendir);
/haiku-buildtools/libtool/libltdl/
H A Dltdl.c454 static DIR * opendir LT_PARAMS((const char *path));
457 opendir (path)
3691 dirp = opendir (dirnam);
453 opendir (path) function
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_host.cpp131 DIR *dir = opendir (path);
/haiku-buildtools/legacy/binutils/ld/
H A Dconfigure8941 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
8943 echo "$as_me:$LINENO: checking for library containing opendir" >&5
8944 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
8963 char opendir ();
8967 opendir (); function
9018 char opendir ();
9022 opendir (); function
9070 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9071 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9090 char opendir ();
9094 opendir (); function
9149 opendir (); function
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h797 extern DIR * opendir(const char *);
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c316 else if ((pchdir = opendir (pchname)) != NULL)

Completed in 255 milliseconds

12