Searched refs:DIR (Results 1 - 25 of 65) sorted by path

123

/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/host/darwin/
H A Ddirent.h10 DIR* fdopendir(int fd);
/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/headers/os/kernel/
H A Dfs_attr.h37 extern DIR *fs_open_attr_dir(const char *path);
38 extern DIR *fs_lopen_attr_dir(const char *path);
39 extern DIR *fs_fopen_attr_dir(int fd);
40 extern int fs_close_attr_dir(DIR *dir);
41 extern struct dirent *fs_read_attr_dir(DIR *dir);
42 extern void fs_rewind_attr_dir(DIR *dir);
H A Dfs_index.h31 extern DIR *fs_open_index_dir(dev_t device);
32 extern int fs_close_index_dir(DIR *indexDirectory);
33 extern struct dirent *fs_read_index_dir(DIR *indexDirectory);
34 extern void fs_rewind_index_dir(DIR *indexDirectory);
H A Dfs_query.h28 extern DIR *fs_open_query(dev_t device, const char *query, uint32 flags);
29 extern DIR *fs_open_live_query(dev_t device, const char *query,
31 extern int fs_close_query(DIR *d);
32 extern struct dirent *fs_read_query(DIR *d);
/haiku/headers/private/libroot/
H A Ddirent_private.h15 DIR* __create_dir_struct(int fd);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp51 DIR* fDirHandle;
H A DFDManager.cpp180 FDManager::OpenDir(const char* path, DIR*& dir)
201 FDManager::OpenAttrDir(const char* path, DIR*& dir)
H A DFDManager.h37 static status_t OpenDir(const char* path, DIR*& dir);
38 static status_t OpenAttrDir(const char* path, DIR*& dir);
H A DNodeHandle.h110 DIR* fDir;
/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/bin/
H A Dmkindex.cpp45 DIR *indexes = fs_open_index_dir(from);
/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/build/libroot/
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_darwin.cpp213 DIR*
233 DIR* dir = opendir(path);
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;
H A Dfs_descriptors.h53 DIR *dir;
56 DirectoryDescriptor(DIR *dir, const NodeRef &ref);
111 AttrDirDescriptor(DIR *dir, const NodeRef &ref);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp117 DIR* dir = opendir(path.Path());
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp24 static DIR *
27 DIR *dir;
35 // allocate the DIR structure
127 extern "C" DIR*
134 extern "C" DIR*
140 extern "C" DIR*
148 fs_close_attr_dir(DIR* dir)
155 fs_read_attr_dir(DIR* dir)
162 fs_rewind_attr_dir(DIR* dir)
H A Dfs_query.cpp21 static DIR *
37 // allocate the DIR structure
38 DIR *dir = __create_dir_struct(fd);
48 DIR *
55 DIR *
70 fs_close_query(DIR *dir)
77 fs_read_query(DIR *dir)
/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);

Completed in 264 milliseconds

123