Searched refs:string (Results 501 - 525 of 3270) sorted by relevance

<<21222324252627282930>>

/haiku/src/kits/package/hpkg/
H A DPackageData.cpp9 #include <string.h>
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.h11 #include <string.h>
/haiku/src/libs/print/libprint/
H A DAboutBox.cpp7 #include <string>
31 string fDriverName;
32 string fVersion;
33 string fCopyright;
/haiku/headers/private/mail/
H A Dmail_util.h43 void trim_white_space(BString &string);
44 // Remove leading and trailing white space from the string.
46 void SubjectToThread(BString &string);
56 // length of the converted string or an error code less than 0 on error.
58 // This may cause the string to grow. If it grows bigger than *bufLen,
65 void FoldLineAtWhiteSpaceAndAddCRLF(BString &string);
66 // Insert CRLF at various spots in the given string (before white space) so
76 // the length of the folded string directly, or a negative error code if there
102 void get_address_list(BList &list, const char *string,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DStringView.cpp13 StringView::StringView(const char* string) argument
15 fString(string),
28 StringView::SetString(const char* string) argument
30 fString = string;
/haiku/headers/os/locale/
H A DDateFormat.h55 ssize_t Format(char* string, const size_t maxSize,
58 status_t Format(BString& string, const time_t time,
61 status_t Format(BString& string, const BDate& time,
64 status_t Format(BString& string,
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h11 #include <string.h>
77 const char* string; member in union:BPackageKit::BHPKG::BPackageInfoAttributeValue::__anon297
119 string = value;
127 string = NULL;
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.h46 /** Returns true iff (string) is matched by the current expression.
47 * @param string a string to match against using our current expression.
48 * @return true iff (string) matches, false otherwise.
50 bool Match(const char *string) const;
60 * @param str The string to check for special regex chars and possibly modify to escape them.
65 * @param str The string to check for special regex chars.
79 * @param str a string to check for letters, and possibly modify to make case-insensitive
/haiku/src/kits/shared/
H A DNaturalCompare.cpp13 #include <string.h>
/haiku/src/kits/media/
H A DMediaStreamer.cpp10 #include <string.h>
/haiku/src/system/kernel/arch/x86/64/
H A Dsignals_compat.cpp10 #include <string.h>
/haiku/src/tests/system/libroot/posix/
H A Duser_thread_fork_test.cpp4 #include <string.h>
/haiku/src/system/libroot/posix/wchar/
H A Dwcsdup.c7 #include <string.h>
/haiku/src/system/boot/platform/u-boot/
H A Dcpu.cpp18 #include <string.h>
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleconvData.cpp9 #include <string.h>
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_trackpoint.cpp11 #include <string.h>
/haiku/headers/libs/libfdt/
H A Dlibfdt_env.h14 #include <string.h>
79 * fdt_strnlen: returns the length of a string or max_count - which ever is
81 * Input 1 string: the string whose size is to be determined
83 * Output: length of the string or max_count (the smallest of the two)
85 static inline size_t fdt_strnlen(const char *string, size_t max_count) argument
87 const char *p = memchr(string, 0, max_count);
88 return p ? p - string : max_count;
/haiku/src/bin/
H A Dwaitfor.cpp16 #include <string.h>
H A Dlogname.c9 #include <string.h>
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.h42 TranslatorRosterTest(std::string name = "");
/haiku/headers/private/shared/
H A DColorItem.h20 ColorItem(const char* string, rgb_color color);
/haiku/src/system/boot/platform/efi/
H A Dserial.cpp20 #include <string.h>
70 serial_puts(const char* string, size_t size) argument
76 char ch = string[0];
84 string++;
/haiku/src/bin/package/
H A DPackageInfoPrinter.h111 PrintName(value.string);
115 PrintSummary(value.string);
119 PrintDescription(value.string);
123 PrintVendor(value.string);
127 PrintPackager(value.string);
131 PrintBasePackage(value.string);
147 PrintCopyright(value.string);
151 PrintLicense(value.string);
155 PrintUrl(value.string);
159 PrintSourceUrl(value.string);
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dvm.cpp10 #include <string.h>
/haiku/src/system/libroot/posix/string/
H A Dstrcasestr.c41 #include <string.h>

Completed in 208 milliseconds

<<21222324252627282930>>