Searched refs:String (Results 176 - 200 of 239) sorted by relevance

12345678910

/freebsd-11.0-release/contrib/gcc/
H A Dsystem.h134 # define fputs(String, Stream) fputs_unlocked (String, Stream)
/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h85 # define gettext_noop(String) String
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h892 char *String; /* NULL terminated string */ member in union:acpi_parse_value
936 #define ACPI_DASM_HID_STRING 0x0A /* String is a _HID or _CID */
1428 char *String; member in struct:ah_uuid
H A Dactypes.h946 } String; member in union:acpi_object
1241 char *String; member in struct:acpi_pnp_device_id
/freebsd-11.0-release/sbin/fdisk_pc98/
H A Dfdisk.c64 #define String(str, ans, len) {char *z = ans; char **dflt = &z; if (string(str, dflt)) strncpy(ans, *dflt, len); } macro
461 String ("system name", partp->dp_name, 16);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp108 CMICMDBASE_GETOPTION(pArgExpr, String, m_constStrArgExpr);
521 CMICMDBASE_GETOPTION(pArgAddrExpr, String, m_constStrArgAddrExpr);
1020 CMICMDBASE_GETOPTION(pArgFormat, String, m_constStrArgFormat);
1330 // CMICMDBASE_GETOPTION( pArgAddr, String, m_constStrArgAddr );
1331 // CMICMDBASE_GETOPTION( pArgNumber, String, m_constStrArgNumber );
1332 // CMICMDBASE_GETOPTION( pArgContents, String, m_constStrArgContents );
1588 CMICMDBASE_GETOPTION(pArgLocation, String, m_constStrArgLocation);
1633 // start - (W) String representing the start address.
1634 // end - (W) String representing the end address.
1635 // file - (W) String representin
[all...]
/freebsd-11.0-release/sys/dev/acpi_support/
H A Datk0110.c247 desc = oi[1].String.Pointer;
/freebsd-11.0-release/sys/boot/efi/include/
H A Defidevp.h345 CHAR8 String[1]; member in struct:_BBS_BBS_DEVICE_PATH
/freebsd-11.0-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb17 when String then @options.merge!(UnityTestRunnerGenerator.grab_config(options))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp159 StringRef String = Range.upto(R); local
160 Token.reset(Type, String)
162 unescapeQuotedString(String.drop_front(PrefixLength)));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp238 type (Type::String),
250 type (Type::String),
260 if (children.empty() || children.back().type != Entry::Type::String)
269 if (children.empty() || children.back().type != Entry::Type::String)
303 ENUM_TO_CSTR(String);
1220 case Entry::Type::String:
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1071 bool LexStringLiteral(Token &Result, std::string &String, argument
1077 return FinishLexStringLiteral(Result, String, DiagnosticTag,
1083 bool FinishLexStringLiteral(Token &Result, std::string &String,
/freebsd-11.0-release/contrib/ee/
H A Dnew_curse.c1264 char *String; local
1281 String = Temp = malloc(Counter);
1331 param = String;
/freebsd-11.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S44 .set PSL_D,0x00000400 # String instruction direction
351 except: cld # String ops inc
476 int_hw: cld # String ops inc
/freebsd-11.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S353 except: cld # String ops inc
502 int_hw: cld # String ops inc
643 std # String ops dec
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp665 return StructuredData::ObjectSP(new StructuredData::String(std::move(text)));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h76 String, member in class:lldb_private::PyObjectType
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h502 const char *CopyString(const Twine &String);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp142 Color = syntax::String;
H A DDWARFFormValue.cpp498 raw_ostream &COS = WithColor(OS, syntax::String);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c520 (Arg->Common.Value.String) &&
/freebsd-11.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c480 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml);
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s66 start: cld # String ops inc
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S49 start: cld # String ops inc
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslresource.c397 return ((UINT16) (strlen (InitializerOp->Asl.Value.String) + 1));

Completed in 321 milliseconds

12345678910