HomeSort by: relevance | last modified time | path
    Searched refs:Text (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 105 const char *Text;
108 Range() : Start(), End(), Text() {}
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
110 : Start(Start), End(End), Text(Text) {}
113 const char *getText() const { return Text; }
  /src/sys/arch/amiga/stand/dumpfont/
dumpfont.c 15 #include <graphics/text.h>
62 Text (&rp, str, 256 - 32);
fontdumper.c 33 #include <graphics/text.h>
144 Text (&rp, &str[i], 1);
148 Text (&rp, str, 256 - 32);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.cpp 128 bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *Units) {
129 if (Text.empty()) {
133 std::istringstream ISS(Text);
FuzzerDictionary.h 115 bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *Units);
FuzzerInternal.h 110 void PrintStatusForNewUnit(const Unit &U, const char *Text);
FuzzerLoop.cpp 608 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) {
611 PrintStats(Text, "");
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 10 using System.Text;
DotZLib.cs 11 using System.Text;
  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 75 # Instead, it is meant to represent literal text, the only escaping mechanism
104 # Text Meaning Explanation
106 # { { ordinary text
107 # UNDEF UNDEF ordinary text
109 # U U ordinary text
123 # FIXME: There was no expression '$\' in the original text of the variable
256 # XXX: Why does '$' result in the same text as '$$'?
260 # XXX: Why does '$' result in the same text as '$$'?
272 # same principle applies for other names as well. In this case, the text '$,'
273 # is replaced with the expression '${:U1}', even though the text does no
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 864 {Text processing tools}

Completed in 34 milliseconds