Searched refs:DIR (Results 26 - 50 of 65) sorted by last modified time

123

/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp66 DIR *dir = opendir(path);
/haiku/headers/private/shared/
H A DAutoDeleterPosix.h19 typedef CObjectDeleter<DIR, int, closedir> DirCloser;
20 typedef CObjectDeleter<DIR, int, fs_close_attr_dir> AttrDirCloser;
/haiku/src/libs/gnu/
H A Dxattr.cpp234 DIR* dir = fs_fopen_attr_dir(fFileFD);
/haiku/src/bin/
H A Dreindex.cpp283 DIR *indexDirectory = fs_open_index_dir(sourceDevice);
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 Dfortune.c27 DIR *dir = opendir(path);
/haiku/src/system/libroot/os/
H A Dfs_index.c57 DIR *
60 DIR *dir;
68 // allocate the DIR structure
80 fs_close_index_dir(DIR *dir)
87 fs_read_index_dir(DIR *dir)
94 fs_rewind_index_dir(DIR *dir)
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp105 DIR *dir;
/haiku/src/system/boot/loader/
H A Dpackage_support.h68 DIR* dir, PackageVolumeState* state);
76 DIR* fPackagesDir;
/haiku/src/bin/consoled/
H A Dconsoled.cpp229 DIR* dir;
307 DIR* dir = opendir("/dev/pt");
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp324 DIR* dir = opendir(inputPathName);
/haiku/src/build/libroot/
H A Dfs_darwin.cpp213 DIR*
233 DIR* dir = opendir(path);
H A Dfs_attr_haiku.cpp54 extern "C" DIR *
61 extern "C" DIR*
68 extern "C" DIR*
87 _haiku_build_fs_close_attr_dir(DIR *dir)
94 _haiku_build_fs_read_attr_dir(DIR *dir)
101 _haiku_build_fs_rewind_attr_dir(DIR *dir)
275 DIR* dir;
H A Dfs_descriptors.cpp160 DirectoryDescriptor::DirectoryDescriptor(DIR *dir, const NodeRef &ref)
177 DIR *oldDir = dir;
195 DIR *dupDir = opendir(path.c_str());
432 AttrDirDescriptor::AttrDirDescriptor(DIR *dir, const NodeRef &ref)
448 DIR *oldDir = dir;
/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/3rdparty/qtcreator/
H A Dcreate_project_file.sh19 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
24 >$DIR/$NAME.config
25 printf "[General]\n" >$DIR/$NAME.creator
28 echo >$DIR/$NAME.files
29 echo >$DIR/$NAME.includes
33 find $rootdir -type f | sed "s@^@../../@" >>$DIR/$NAME.files
34 find $rootdir -type d | sed "s@^@../../@" >>$DIR/$NAME.includes
36 find headers -type d | sed "s@^@../../@" >>$DIR/$NAME.includes
38 echo "Done. Project file: $DIR/$NAME.creator"
/haiku/headers/build/os/kernel/
H A Dfs_attr.h38 extern DIR *fs_open_attr_dir(const char *path);
39 extern DIR *fs_lopen_attr_dir(const char *path);
40 extern DIR *fs_fopen_attr_dir(int fd);
41 extern int fs_close_attr_dir(DIR *dir);
42 extern struct dirent *fs_read_attr_dir(DIR *dir);
43 extern void fs_rewind_attr_dir(DIR *dir);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp117 DIR* dir = opendir(path.Path());
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp145 DIR *directory = opendir("/dev/graphics");
/haiku/src/tools/
H A Drm_attrs.cpp92 DIR* dir = opendir(path.GetPath());
/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)
/haiku/src/system/libroot/posix/
H A Dglob.c149 static DIR *g_opendir(Char *, glob_t *);
615 DIR *dirp;
831 static 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/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);

Completed in 155 milliseconds

123