Searched refs:DIR (Results 1 - 25 of 65) sorted by last modified time

123

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp224 DIR *fAttrDir;
280 DIR *fDir;
/haiku/src/libs/bsd/
H A Dfts.c640 fts_safe_readdir(DIR *dirp, int *readdir_errno)
672 DIR *dirp;
/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp16 DIR* dir = opendir(".");
H A Dfifo_test.cpp24 DIR* dir = opendir(filename);
/haiku/src/system/libroot/posix/
H A Dpwd_query.c81 DIR *grent_query;
82 DIR *pwent_query;
262 DIR *query;
304 DIR *query;
539 DIR *query;
582 DIR *query;
H A Ddirent.cpp36 do_seek_dir(DIR* dir)
103 DIR*
106 /* allocate the memory for the DIR structure */
108 DIR* dir = (DIR*)malloc(DIR_BUFFER_SIZE);
126 DIR*
129 DIR* dir;
162 DIR*
165 DIR* dir;
173 // allocate the DIR structur
[all...]
/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/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp340 DIR *dir = opendir("/etc/launch_cache");
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp408 DIR *directory = opendir("/dev/graphics");
/haiku/src/build/libroot/
H A Dfs.cpp204 find_dir_entry(DIR *dir, const char *path, NodeRef ref, string &name,
244 DIR *dir = opendir(path);
519 DIR *dir = opendir(path);
H A Dfs_attr_untyped.cpp129 typedef map<DIR*, AttributeDirectory*> AttrDirMap;
171 static AttributeDirectory* Get(DIR* dir)
181 // open a fake DIR
234 DIR* FakeDir() const { return fFakeDir; }
311 DIR* fFakeDir;
328 DIR *
344 DIR *
361 fs_close_attr_dir(DIR *dir)
375 fs_read_attr_dir(DIR *dir)
397 fs_rewind_attr_dir(DIR *di
[all...]
H A Dfs_attr_generic.cpp316 static DIR *
408 DIR *
419 DIR *
443 fs_close_attr_dir(DIR *dir)
450 fs_read_attr_dir(DIR *dir)
470 fs_rewind_attr_dir(DIR *dir)
701 DIR *dir = open_attr_dir(ref, (path ? realPath.c_str() : NULL),
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp199 DIR* fDirectory;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h192 #define DIR fssh_DIR macro
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2723 DIR* dirp;
2750 if ( dirp == (DIR*) 0 )
/haiku/src/system/libroot/posix/musl/dirent/
H A Dscandir.c12 DIR *d;
/haiku/src/apps/installer/
H A DWorkerThread.cpp664 DIR* indices = fs_open_index_dir(sourceDevice);
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c88 DIR *d = fdopendir(dfd);
/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/disk_device_manager/
H A DKDiskDeviceManager.cpp1268 DIR* dir = opendir(path);
1488 DIR* dir = opendir(path);
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp216 if (DIR* administrativeDir = open_directory(packagesDirectory,
272 PackageVolumeInfo::_InitState(Directory* packagesDirectory, DIR* dir,
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)
/haiku/headers/posix/
H A Ddirent.h25 typedef struct __DIR DIR; typedef in typeref:struct:__DIR
39 DIR* fdopendir(int fd);
40 DIR* opendir(const char* dirName);
41 struct dirent* readdir(DIR* dir);
42 int readdir_r(DIR* dir, struct dirent* entry,
44 int closedir(DIR* dir);
45 void rewinddir(DIR* dir);
46 void seekdir(DIR* dir, long int position);
47 long int telldir(DIR* dir);
48 int dirfd(DIR* di
[all...]
/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/bin/network/ftpd/
H A Dftpd.c3171 DIR *dirp = NULL;

Completed in 343 milliseconds

123