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

12345

/haiku-fatelf/src/bin/coreutils/lib/
H A Ddirent--.h22 #undef opendir macro
23 #define opendir opendir_safer macro
H A Dfdopendir.c38 First, try to simulate it via opendir ("/proc/self/fd/FD"). Failing
40 save_cwd/fchdir/opendir(".")/restore_cwd.
62 dir = opendir (proc_file);
78 dir = opendir (name);
92 dir = opendir (".");
H A Dopendir-safer.c1 /* Invoke opendir, but avoid some glitches.
28 /* Like opendir, but do not clobber stdin, stdout, or stderr. */
33 DIR *dp = opendir (name);
H A Ddirent.in.h84 # define opendir rpl_opendir macro
85 extern DIR * opendir (const char *) _GL_ARG_NONNULL ((1));
H A Ddirent.h123 # define opendir rpl_opendir
124 extern DIR * opendir (const char *) _GL_ARG_NONNULL ((1));
H A Dsavedir.c118 return savedirstream (opendir (dir));
H A Dfchdir.c230 /* Override opendir() and closedir(), to keep track of the open file
247 #undef opendir macro
251 dp = opendir (filename);
H A Dgetcwd.c87 # define __opendir opendir
91 /* The results of opendir() in this file are not used with dirfd and fchdir,
97 #undef opendir macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Ddirent.in.h33 # define opendir rpl_opendir macro
34 extern DIR * opendir (const char *);
H A Dsavedir.c45 /* The results of opendir() in this file are not used with dirfd and fchdir,
47 #undef opendir macro
124 return savedirstream (opendir (dir));
H A Dopenat.c162 First, try to simulate it via opendir ("/proc/self/fd/FD"). Failing
163 that, simulate it by doing save_cwd/fchdir/opendir(".")/restore_cwd.
183 dir = opendir (proc_file);
206 dir = opendir (".");
H A Dfchdir.c138 /* Override opendir() and closedir(), to keep track of the open file
160 #undef opendir macro
164 dp = opendir (filename);
/haiku-fatelf/src/tests/system/libroot/posix/
H A Ddirent_test.cpp14 DIR* dir = opendir(".");
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dndir.h37 /* Stream data from opendir (). */
45 extern DIR *opendir ();
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmaint-tool54 opendir(S, $srcdir);
59 opendir(S, ".");
90 opendir(S, $srcdir);
224 opendir(INC, $incdir);
232 opendir(INC, $srcdir);
249 opendir(S, $srcdir);
/haiku-fatelf/headers/posix/
H A Ddirent.h36 DIR* opendir(const char* dirName);
/haiku-fatelf/src/bin/package/
H A DPackageWritingUtils.cpp24 DIR* dir = opendir(".");
26 listener.PrintError("Error: Failed to opendir '.': %s\n",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DExplorer.cpp73 dir = opendir(path);
113 dir = opendir(path);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/fork/
H A D6-1.c123 dotdir = opendir( "." );
127 UNRESOLVED( errno, "opendir failed" );
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp183 dir = opendir(path);
191 dir = opendir(path);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DFDManager.cpp177 dir = opendir(path);
185 dir = opendir(path);
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dmailstat.c129 if ((dd = opendir(dir)) == NULL)
H A Dspell.c120 if ((fd = opendir(dir)) == NULL)
/haiku-fatelf/src/bin/
H A Dfortune.c27 DIR *dir = opendir(path);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h40 int (*opendir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
99 int (*opendir) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22

Completed in 139 milliseconds

12345