Searched refs:DIR (Results 26 - 50 of 65) sorted by relevance

123

/haiku/src/bin/
H A Dmkindex.cpp45 DIR *indexes = fs_open_index_dir(from);
H A Dfortune.c27 DIR *dir = opendir(path);
H A Dlsindex.cpp164 DIR *indices = NULL;
H A Ddiff_zip.cpp149 DIR* dir = opendir(path.c_str());
214 DIR* dir = opendir(path.c_str());
H A Dreindex.cpp283 DIR *indexDirectory = fs_open_index_dir(sourceDevice);
/haiku/src/system/boot/loader/
H A Dvfs.cpp1155 directory_from(DIR* dir)
1196 DIR*
1199 DIR* dir = new(std::nothrow) DIR;
1204 ObjectDeleter<DIR> dirDeleter(dir);
1232 DIR*
1240 closedir(DIR* dir)
1253 readdir(DIR* dir)
1294 rewinddir(DIR* dir)
H A Dpackage_support.cpp216 if (DIR* administrativeDir = open_directory(packagesDirectory,
272 PackageVolumeInfo::_InitState(Directory* packagesDirectory, DIR* dir,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp95 DIR* dir = fs_fopen_attr_dir(fd);
147 DIR* dir = fs_fopen_attr_dir(fd);
/haiku/headers/private/kernel/boot/
H A Dvfs.h174 extern DIR* open_directory(Directory* baseDirectory, const char* path);
180 extern Directory* directory_from(DIR* dir);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h110 DIR* fDir;
H A DDirectory.cpp51 DIR* fDirHandle;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp116 DIR *query = fs_open_live_query(device, "name=_query_test_*", B_LIVE_QUERY, port, 12345);
/haiku/src/tools/
H A Drm_attrs.cpp92 DIR* dir = opendir(path.GetPath());
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp66 DIR *dir = opendir(path);
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c88 DIR *d = fdopendir(dfd);
/haiku/src/build/libroot/
H A Dfs_darwin.cpp213 DIR*
233 DIR* dir = opendir(path);
/haiku/src/bin/consoled/
H A Dconsoled.cpp229 DIR* dir;
307 DIR* dir = opendir("/dev/pt");
/haiku/src/bin/unzip/
H A Dbeos.c85 static DIR *wild_dir = (DIR *)NULL;
125 if ((wild_dir = opendir(dirname)) != (DIR *)NULL) {
140 wild_dir = (DIR *)NULL;
150 if (wild_dir == (DIR *)NULL) {
175 wild_dir = (DIR *)NULL;
/haiku/src/system/libroot/posix/
H A Dglob.c149 static DIR *g_opendir(Char *, glob_t *);
615 DIR *dirp;
831 static DIR *
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h304 vuint32 DIR:1; member in struct:LINFlexRegisters::__anon30::__anon31
379 vuint32 DIR:1; member in struct:LINFlexRegisters::__anon42::__anon43
/haiku/src/system/kernel/
H A Dmodule.cpp130 DIR* current_dir;
263 status_t _ScanDirectory(Stack<DIR*>& stack, DIR* dir,
1454 DIR* dir = NULL;
1474 Stack<DIR*> stack;
1488 ModuleNotificationService::_ScanDirectory(Stack<DIR*>& stack, DIR* dir,
1532 DIR* subDir = fdopendir(fd);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp122 DIR* dir = opendir(path);
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp324 DIR* dir = opendir(inputPathName);
/haiku/src/libs/gnu/
H A Dxattr.cpp234 DIR* dir = fs_fopen_attr_dir(fFileFD);
/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h199 relative to the start of the file (if DIR==0), the current position
204 int DIR, int MODE));
205 #define _IO_SEEKOFF(FP, OFF, DIR, MODE) JUMP3 (__seekoff, FP, OFF, DIR, MODE)
206 #define _IO_WSEEKOFF(FP, OFF, DIR, MODE) WJUMP3 (__seekoff, FP, OFF, DIR, MODE)

Completed in 120 milliseconds

123