Searched defs:string (Results 426 - 450 of 451) sorted by relevance

<<111213141516171819

/haiku/src/kits/app/
H A DMessage.cpp2665 BMessage::AddString(const char* name, const char* string) argument
2673 BMessage::AddString(const char* name, const BString& string) argument
2923 BString string; local
3122 ReplaceString(const char* name, const char* string) argument
3132 ReplaceString(const char* name, int32 index, const char* string) argument
3142 ReplaceString(const char* name, const BString& string) argument
3150 ReplaceString(const char* name, int32 index, const BString& string) argument
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp121 char* DuplicateString(const char* string) argument
H A Ddebug.cpp170 DebugOutputFilter::PrintString(const char* string) argument
182 DefaultDebugOutputFilter::PrintString(const char* string) argument
1512 debug_output(const char* string, int32 length, bool notifySyslog) argument
1661 debug_puts(const char* string, int32 length) argument
1669 debug_early_boot_message(const char* string) argument
2315 char string[512]; local
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp372 BStringView *string; local
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1344 BString string; local
/haiku/src/apps/mail/
H A DMailWindow.cpp1333 BString string = "could not read"; local
2154 BString string; local
2909 BString string; local
[all...]
/haiku/src/servers/app/
H A DServerWindow.cpp3792 char* string = (char*)malloc(info.stringLength + 1); local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp797 void _SetContactInfo(LinkView* view, const BString& string) argument
/haiku/src/kits/tracker/
H A DUtilities.cpp108 HashString(const char* string, uint32 seed) argument
124 AttrHashString(const char* string, uint32 type) argument
1104 StringFromStream(BString* string, BMallocIO* stream, bool endianSwap) argument
1125 StringToStream(const BString* string, BMallocI argument
1134 ArchiveSize(const BString* string) argument
1226 TruncateLeaf(BString* string) argument
[all...]
H A DFindPanel.cpp342 MakeValidFilename(BString& string) argument
2174 BString string local
2734 const char* string; local
[all...]
H A DFSUtils.cpp1213 static void FailOnError(status_t error, const char* string, argument
1220 FailWithAlert(status_t error, const char* string, const char* name) argument
2473 FSMakeOriginalName(BString &string, const BDirectory* destDir, argument
/haiku/src/apps/terminal/
H A DTermWindow.cpp1819 BString string; local
1834 BString string; local
H A DTermView.cpp3070 const char *string = NULL; local
[all...]
/haiku/src/kits/package/
H A DPackageInfo.cpp1131 BString string; local
1152 BPackageInfo::ParseVersionString(const BString& string, bool revisionIsOptional, argument
1160 BPackageInfo::ParseResolvableString(const BString& string, argument
1168 BPackageInfo::ParseResolvableExpressionString(const BString& string, argument
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp114 bs_printf(BString* string, const char* format, ...) argument
/haiku/src/apps/diskprobe/
H A DProbeView.cpp430 BString string = path.Path(); local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c266 __compat_regexec(const regex_t *__restrict preg, const char *__restrict string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/haiku/headers/os/locale/
H A DUnicodeChar.h367 const char* string = in; local
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1304 Inode::AddAttribute(const char* name, type_code type, const char* string) argument
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h346 static inline int Bconput(int16 handle, const char *string) argument
367 static inline int Bconputs(int16 handle, const char *string) argument
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp259 const char* string = fString + 1; local
[all...]
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1173 BString string; local
[all...]
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp302 void SetTo(const char* string, size_t length) argument
410 bool Append(const char* string, size_t length) argument
422 bool Append(const char* string) argument
2071 Demangler::_SkipExpected(const char* string) argument
[all...]
/haiku/src/kits/interface/
H A DView.cpp2958 BView::StringWidth(const char* string, int32 length) const argument
2974 BView::TruncateString(BString* string, uint32 mode, float width) const argument
3243 BView::DrawString(const char* string, escapement_delta* delta) argument
3253 DrawString(const char* string, BPoint location, escapement_delta* delta) argument
3263 DrawString(const char* string, int32 length, escapement_delta* delta) argument
3270 DrawString(const char* string, int32 length, BPoint location, escapement_delta* delta) argument
3301 DrawString(const char* string, const BPoint* locations, int32 locationCount) argument
3312 DrawString(const char* string, int32 length, const BPoint* locations, int32 locationCount) argument
5028 const char* string; local
5039 const char* string; local
[all...]
H A DTextView.cpp5685 const char* string = NULL; local

Completed in 232 milliseconds

<<111213141516171819