Searched refs:subdir (Results 1 - 25 of 39) sorted by last modified time

12

/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp2399 BDirectory subdir(&entry);
2401 status = FSRecursiveCalcSize(window, loopControl, &subdir,
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp624 BDirectory subdir; local
625 if (subdir.SetTo(&entry) == B_OK)
626 _FindModules(subdir, moduleDir, suffix, list);
/haiku-fatelf/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp304 BDirectory * subdir; local
306 subdir = new BDirectory(path.Path());
307 if (!subdir)
310 mlc->dir_stack->AddItem(subdir);
/haiku-fatelf/src/tests/kits/storage/
H A DDirectoryTest.cpp1369 BDirectory subdir;
1372 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1373 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK );
1375 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1378 subdir.Unset();
1379 CPPUNIT_ASSERT( subdir.SetTo((dirPathName + entryName).c_str()) == B_OK );
1380 subdir.Unset();
1383 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1385 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1386 subdir
1769 BDirectory subdir; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c3757 const char *subdir) {
3773 snprintf(buf, 499, "result/c14n/%s/%s", subdir,prefix);
3779 snprintf(buf, 499, "test/c14n/%s/%s.xpath", subdir,prefix);
3783 snprintf(buf, 499, "test/c14n/%s/%s.ns", subdir,prefix);
3756 c14nCommonTest(const char *filename, int with_comments, int exclusive, const char *subdir) argument
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtoe.c240 DIRENT *subdir; local
251 while ((subdir = readdir(termdir)) != 0) {
252 size_t len = NAMLEN(subdir);
258 strncpy(name_1, subdir->d_name, len)[len] = '\0';
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp753 const char *subdir, AddOnImage *image)
755 status_t error = (directory && index && subdir && image
768 error = _GetNextAddOnDir(directory, index, subdir);
808 \param subdir Name of the subdirectory (in the "disk_scanner" subdirectory
817 const char *subdir)
829 error = path->Append(subdir);
841 \param subdir Name of the subdirectory (in the "disk_scanner" subdirectory
850 const char *subdir)
853 status_t error = _GetNextAddOnDir(&path, index, subdir);
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk113 # Ada95 subdir has been done. The reason is, that the gnathtml tool uses the
/haiku-fatelf/src/bin/sharutils/
H A DMakefile39 for subdir in $(SUBDIRS); do \
41 echo making $$target in $$subdir; \
42 (cd $$subdir && $(MAKE) $$target) \
58 for subdir in $(SUBDIRS); do \
59 mkdir $(distdir)/$$subdir || exit 1; \
60 (cd $$subdir && $(MAKE) $@) || exit 1; \
/haiku-fatelf/src/bin/sharutils/checks/
H A DMakefile28 subdir = checks macro
60 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
68 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/sharutils/contrib/
H A DMakefile25 subdir = contrib macro
52 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
/haiku-fatelf/src/bin/sharutils/doc/
H A DMakefile46 subdir = doc macro
144 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
152 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/sharutils/intl/
H A DMakefile37 subdir = intl macro
142 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
162 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/sharutils/lib/
H A DMakefile27 subdir = lib macro
106 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
114 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/sharutils/po/
H A DMakefile34 subdir = po macro
178 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
212 cd .. && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/sharutils/src/
H A DMakefile35 subdir = src macro
134 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
142 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
145 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
148 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
151 cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
/haiku-fatelf/src/bin/gdb/libiberty/
H A DMakefile.in108 all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
112 check: check-subdir
113 installcheck: installcheck-subdir
237 info: libiberty.info info-subdir
238 install-info: install-info-subdir
239 clean-info: clean-info-subdir
240 dvi: libiberty.dvi dvi-subdir
271 install: install_to_$(INSTALL_DEST) install-subdir
331 etags tags: TAGS etags-subdir
363 mostlyclean: mostlyclean-subdir
[all...]
H A Dconfigure855 --with-target-subdir=SUBDIR Configuring in a subdirectory for target
856 --with-build-subdir=SUBDIR Configuring in a subdirectory for build
1316 # Check whether --with-target-subdir or --without-target-subdir was given.
1322 # Check whether --with-build-subdir or --without-build-subdir was given.
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html297 # -subdir
302 $T2H_OPTIONS -> {subdir} =
2307 # subdir
/haiku-fatelf/src/bin/gawk/
H A DMakefile273 subdir = . macro
531 list='$(SUBDIRS)'; for subdir in $$list; do \
532 echo "Making $$target in $$subdir"; \
533 if test "$$subdir" = "."; then \
539 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554 rev=''; for subdir in $$list; do \
555 if test "$$subdir" = "."; then :; else \
556 rev="$$subdir $$rev"; \
561 for subdir in $$rev; do \
562 echo "Making $$target in $$subdir"; \
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A DMakefile38 subdir = intl macro
454 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
475 # cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html296 # -subdir
301 $T2H_OPTIONS -> {subdir} =
2306 # subdir
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap444 subdir=$1
446 echo "$0: getting translations into $subdir for $domain..."
447 cmd=`printf "$po_download_command_format" "$domain" "$subdir"`
804 /^subdir *=.*/s/=.*/= runtime-po/
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk14 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
H A Dmkdir-p.c180 char const *subdir = (chdir_ok ? "." : dir + prefix_len); local
181 if (dirchownmod (fd, subdir, mkdir_mode, owner, group,

Completed in 700 milliseconds

12