Searched refs:dir (Results 226 - 250 of 705) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp215 BDirectory dir; local
216 err = dir.SetTo(ref);
220 err = dir.GetNextRef(&childRef);
/haiku-fatelf/src/system/boot/loader/
H A DFileMapDisk.cpp153 Directory *dir; local
157 dir = (Directory *)dirnode;
158 node = dir->Lookup(FMAP_IMAGE_NAME, true);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A Dbesure_server.c73 int cmdReadUsers(DIR **dir, char *user, char *fullName);
74 int cmdReadGroups(DIR **dir, char *group);
75 int cmdWhichGroups(DIR **dir, char *user, char *group);
830 int cmdReadUsers(DIR **dir, char *user, char *fullName) argument
837 if (!*dir)
838 *dir = OpenUsers();
840 if (*dir)
841 if ((dirInfo = ReadUser(*dir)) != NULL)
849 CloseUsers(*dir);
856 int cmdReadGroups(DIR **dir, cha argument
881 cmdWhichGroups(DIR **dir, char *user, char *group) argument
917 DIR *dir = (DIR *)(*((int32 *) argv[0].data)); local
957 DIR *dir = (DIR *)(*((int32 *) argv[0].data)); local
996 DIR *dir = 0; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.c470 int btReadDir(char *pathBuf, vnode_id dir_vnid, DIR **dir, vnode_id *file_vnid, char *filename, struct stat *st) argument
478 if (!*dir)
482 *dir = opendir(folder);
485 if (*dir)
487 if ((dirInfo = readdir(*dir)) != NULL)
504 closedir(*dir);
950 int btReadAttribDir(char *pathBuf, vnode_id vnid, DIR **dir, char *attrName) argument
958 if (!*dir)
962 *dir = fs_open_attr_dir(path);
965 if (*dir)
1033 btReadIndexDir(char *rootPath, DIR **dir, char *indexName) argument
1098 btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent) argument
[all...]
H A Drpc_workers.h24 int btReadDir(char *pathBuf, vnode_id dir_vnid, DIR **dir, vnode_id *file_vnid, char *filename, struct stat *st);
38 int btReadAttribDir(char *pathBuf, vnode_id vnid, DIR **dir, char *attrName);
41 int btReadIndexDir(char *rootPath, DIR **dir, char *indexName);
45 int btReadQuery(char *rootPath, DIR **dir, char *query, char *fileName, vnode_id *vnid, vnode_id *parent);
/haiku-fatelf/src/servers/print/
H A DTransport.cpp81 BDirectory dir;
82 if ((result = dir.SetTo(path.Path())) != B_OK)
87 while(dir.GetNextEntry(&entry) == B_OK) {
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.c2503 gen_hostop(addr, mask, dir, proto, src_off, dst_off)
2506 int dir, proto;
2512 switch (dir) {
2546 gen_hostop6(addr, mask, dir, proto, src_off, dst_off)
2549 int dir, proto;
2556 switch (dir) {
2599 gen_ehostop(eaddr, dir)
2601 register int dir;
2605 switch (dir) {
2633 gen_fhostop(eaddr, dir)
4723 int dir = q.dir; local
5089 int dir = q.dir; local
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2dvi378 for dir
380 case $dir in
385 TEXINPUTS=$TEXINPUTS$path_sep$dir
388 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
394 for dir
396 case $dir in
401 INDEXSTYLE=$INDEXSTYLE$path_sep$dir
404 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs
635 # has been done. (The temp dir is about to get removed anyway.)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsavewd.h108 int savewd_chdir (struct savewd *wd, char const *dir, int options,
H A Ddirent.h91 extern int dirfd (DIR *dir) _GL_ARG_NONNULL ((1));
133 extern int scandir (const char *dir, struct dirent ***namelist,
/haiku-fatelf/src/bin/network/wget/src/
H A Durl.h75 char *dir; member in struct:url
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfilebuf.cc176 streampos filebuf::seekoff(streamoff offset, _seek_dir dir, int mode) argument
178 return _IO_file_seekoff (this, offset, dir, mode);
191 streampos filebuf::sys_seek(streamoff offset, _seek_dir dir) argument
193 return _IO_file_seek(this, offset, dir);
H A Dstrstream.cc107 streampos strstreambuf::seekoff(streamoff off, _seek_dir dir, argument
110 return _IO_str_seekoff (this, off, dir, mode);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DDomainUsers.cpp129 int32 *dir = NULL; local
134 btRPCPutArg(outPacket, B_INT32_TYPE, &dir, sizeof(int32));
165 int32 *dir = NULL; local
170 btRPCPutArg(outPacket, B_INT32_TYPE, &dir, sizeof(int32));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_transport.h37 BDirectory dir; member in class:BeServedTransport
/haiku-fatelf/src/tests/system/boot/loader/
H A Dplatform_devices.cpp66 DIR *dir = opendir(path); local
67 if (dir == NULL)
71 while ((dirent = readdir(dir)) != NULL) {
88 closedir(dir);
/haiku-fatelf/src/tools/
H A Drm_attrs.cpp90 // open the dir
91 DIR* dir = opendir(path.GetPath()); local
92 if (dir == NULL) {
93 fprintf(stderr, "Error: Failed to open dir \"%s\": %s\n",
100 while (dirent* entry = readdir(dir)) {
106 fprintf(stderr, "Error: Path name of entry too long: dir: \"%s\", "
124 closedir(dir);
/haiku-fatelf/headers/build/os/storage/
H A DFile.h38 BFile(const BDirectory *dir, const char *path, uint32 openMode);
44 status_t SetTo(const BDirectory *dir, const char *path, uint32 openMode);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp256 // check, if the node is contained by the root dir of the client volume
284 Directory* dir = GetDirectory(volumeID, nodeID); local
285 if (!dir)
288 // check, if the dir is contained by the root dir of the client volume
289 if (volumeManager->DirectoryContains(GetRootDirectory(), dir, true))
290 return dir;
313 Directory* dir; local
314 status_t error = volumeManager->LoadDirectory(volumeID, nodeID, &dir);
318 // check, if the dir i
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp77 BDirectory dir(fArg);
78 fMailProtocol.Looper()->TriggerFileMove(ref, dir);
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile167 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
168 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
169 dir="/$$dir"; \
170 $(mkinstalldirs) "$(distdir)$$dir"; \
172 dir=''; \
175 cp -pR $$d/$$file $(distdir)$$dir \
/haiku-fatelf/src/bin/diffutils/ms/
H A DMakefile138 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
139 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
140 dir="/$$dir"; \
141 $(mkinstalldirs) "$(distdir)$$dir"; \
143 dir=''; \
146 cp -pR $$d/$$file $(distdir)$$dir \
/haiku-fatelf/src/kits/storage/
H A DPath.cpp83 \param dir The base component of the pathname. May be absolute or relative.
86 relative. The value of leaf is concatenated to the end of \a dir
91 BPath::BPath(const char* dir, const char* leaf, bool normalize) argument
96 SetTo(dir, leaf, normalize);
102 \param dir Refers to the directory that provides the base component of the
105 relative. The value of leaf is concatenated to the end of \a dir
110 BPath::BPath(const BDirectory* dir, const char* leaf, bool normalize) argument
115 SetTo(dir, leaf, normalize);
260 \param dir Refers to the directory that provides the base component of the
267 - \c B_BAD_VALUE: \c NULL \a dir o
272 SetTo(const BDirectory* dir, const char* path, bool normalize) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DClientVolume.cpp254 // check, if the node is contained by the root dir of the client volume
282 Directory* dir = GetDirectory(volumeID, nodeID); local
283 if (!dir)
286 // check, if the dir is contained by the root dir of the client volume
287 if (volumeManager->DirectoryContains(GetRootDirectory(), dir, true))
288 return dir;
311 Directory* dir; local
312 status_t error = volumeManager->LoadDirectory(volumeID, nodeID, &dir);
316 // check, if the dir i
[all...]
/haiku-fatelf/src/tools/checkstyle/
H A Dcheckstyle.py38 def visit(result, dir, names):
42 path = os.path.join(dir, name)

Completed in 310 milliseconds

1234567891011>>