Searched refs:String (Results 101 - 125 of 1817) sorted by relevance

1234567891011>>

/haiku/src/bin/pkgman/
H A DJobStateListener.cpp26 printf("%s ...\n", job->Title().String());
42 fprintf(stderr, "%s", error.String());
H A DPackageManager.cpp67 fprintf(stderr, "%s", error.String());
82 problem->ToString().String());
92 printf(" - %s\n", element->ToString().String());
227 leftStr.SetToFormat("%6s %s", dataString.String(), packageName);
258 printf("\r\x1B[42;37m%.*s\x1B[0m%s\x1B[K", progChars, leftStr.String(),
259 leftStr.String() + progChars);
302 printf("[%s] Applying changes ...\n", repository.Name().String());
310 const char* repositoryName = repository.Name().String();
317 issue->ToString().String());
320 issue->PackageName().String(), issu
[all...]
/haiku/headers/os/net/
H A DCertificate.h10 #include <String.h>
30 BString String() const;
/haiku/headers/private/debugger/model/
H A DSymbolInfo.h8 #include <String.h>
27 const char* Name() const { return fName.String(); }
H A DThreadInfo.h9 #include <String.h>
24 const char* Name() const { return fName.String(); }
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h11 #include "String.h"
33 const String& IndexName() const
38 const String& fIndexName;
/haiku/src/tests/kits/support/bstring/
H A DStringCharAccessTest.cpp3 #include <String.h>
30 CPPUNIT_ASSERT(strcmp(string.String(), "a simple string") == 0);
/haiku/headers/private/locale/
H A DICUWrapper.h12 #include <String.h>
15 #include <String.h>
/haiku/src/apps/icon-o-matic/document/savers/
H A DBitmapSetSaver.cpp13 #include <String.h>
42 actualRef.set_name(name.String());
H A DAttributeSaver.cpp34 return iconExporter.Export(document->Icon(), &node, fAttrName.String());
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp20 #include <String.h>
58 fputs(rxString.String(), stderr);
173 struct regexp *rxprg = rx.Compile(rxString.String());
179 const char *in = inputStr.String();
195 printf("CatKey(\"%s\", \"%s\", \"%s\")\n", str.String(),
196 ctx.String(), cmt.String());
198 res = catalog->SetString(str.String(), str.String(),
199 ctx.String(), cm
[all...]
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp21 #include <String.h>
60 fprintf(stderr, "%s", rxString.String());
179 struct regexp *rxprg = rx.Compile(rxString.String());
185 const char *in = inputStr.String();
201 printf("CatKey(\"%s\", \"%s\", \"%s\")\n", str.String(),
202 ctx.String(), cmt.String());
204 res = catalog->SetString(str.String(), str.String(),
205 ctx.String(), cm
[all...]
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp98 BAlert* alert = new BAlert("Info", alertText.String(),
136 if (p->app->CreatePrinter(printerName.String(),
137 driverName.String(), connection.String(),
138 transportName.String(),
139 transportPath.String()) == B_OK) {
144 text.ReplaceFirst("@", printerName.String());
145 BAlert* alert = new BAlert("", text.String(),
149 p->app->SelectPrinter(printerName.String());
193 mime.String());
[all...]
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp85 "manually?", fileState.externalInfoFileName.String(),
88 message.String(), "Locate", "Skip", NULL);
97 "manually?", fileState.externalInfoFileName.String(),
98 fileState.dwarfFile->Name(), requiredPackage.String());
100 message.String(), "Install", "Locate", "Skip");
109 requiredPackage.String());
112 requiredPackage.String());
114 int error = system(command.String());
122 interface->NotifyUser("Error", message.String(),
209 _resolvableName.SetToFormat("debuginfo:%s(%s)", fileName.String(), packageNam
[all...]
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dconfig.py44 registry.String(str(conf.supybot.reply.format.time()), """Determines the
/haiku/headers/libs/print/libprint/
H A DJSDSlider.h14 #include <String.h>
/haiku/headers/os/package/
H A DDropRepositoryRequest.h9 #include <String.h>
/haiku/headers/private/index_server/
H A DIndexServerPrivate.h12 #include <String.h>
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPData.h15 #include <String.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DPSData.h14 #include <String.h>
/haiku/src/add-ons/translators/icns/
H A DConfigView.h13 #include <String.h>
/haiku/src/apps/installer/
H A DUnzipEngine.cpp18 #include <String.h>
72 ret = commandPipe.AddArg(fPackage.String());
104 ret = commandPipe.AddArg(fPackage.String());
108 ret = commandPipe.AddArg(fDestinationFolder.String());
130 BPath descriptionPath(fDestinationFolder.String(),
151 BPath aboutSystemPath(fDestinationFolder.String(),
251 const char* string = line.String();
266 itemName = itemPath.String() + leafPos + 1;
274 BPath destination(fDestinationFolder.String());
275 if (destination.Append(itemPath.String())
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.h10 #include <String.h>
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitles.h10 #include <String.h>
/haiku/src/apps/resedit/
H A DResourceData.h14 #include <String.h>
33 const char * GetTypeString(void) const { return fTypeString.String(); }
37 const char * GetIDString(void) const { return fIDString.String(); }
40 const char * GetName(void) const { return fName.String(); }

Completed in 113 milliseconds

1234567891011>>