Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the leading underscore">;
26 def : F<"_", "Alias for --strip-underscore">, Alias<strip_underscore>;
28 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h36 underscore, enumerator
211 return Kind == NamedRegister || Kind == underscore || in isRegister()
H A DMILexer.cpp192 .Case("_", MIToken::underscore) in getIdentifierKind()
H A DMIParser.cpp1555 case MIToken::underscore: in parseRegister()
1573 if (Token.isNot(MIToken::Identifier) && Token.isNot(MIToken::underscore)) in parseRegisterClassOrBank()
2877 case MIToken::underscore: in parseMachineOperand()
/freebsd/usr.bin/getconf/
H A Dconfstr.gperf20 * are specified with or without a leading underscore, so we just
H A Dprogenv.gperf20 * are specified with or without a leading underscore, so we just
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td21 def no_leading_underscore: Flag<["--"], "no-leading-underscore">,
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr88 …ters.\n Name may only consist of letters [a-zA-Z], numbers [0-9],\n or underscore [_] and must not…
89 …start_with="ERROR! rc.conf(5) variable name must start with\n a letter [a-zA-Z] or underscore [_]."
/freebsd/crypto/openssl/crypto/objects/
H A DREADME.md19 those will be converted to underscore.
/freebsd/crypto/openssl/
H A DNOTES-VMS.md41 converting them to underscore, thereby leaving your source in
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dcategories.subr73 # alphanumeric and can include the underscore [_] but should not contain
/freebsd/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt42 to lowercase and all underscore '_' characters are
/freebsd/usr.sbin/bsdconfig/share/
H A Dkeymap.subr68 # the underscore, `_'). The remaining arguments after $name correspond to the
H A Dstruct.subr45 # the underscore.
/freebsd/libexec/bootpd/
H A DChanges131 Allow underscore in host names - readfile.c:goodname()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def748 // Microsoft single-underscore prefixed aliases for double-underscore prefixed
/freebsd/contrib/googletest/docs/
H A Dfaq.md3 ## Why should test suite names and test names not contain underscore?
6 Note: GoogleTest reserves underscore (`_`) for special-purpose keywords, such as
/freebsd/stand/forth/
H A Dsupport.4th563 : underscore? line_pointer c@ [char] _ = ;
583 end_of_line? if 0 else letter? digit? underscore? dot? or or or then
/freebsd/contrib/less/
H A DNEWS857 * Overstriking underscore with underscore is now bold or underlined
/freebsd/crypto/heimdal/
H A DNEWS668 * follow RFC2782 and by default do not look for non-underscore SRV names
H A Daclocal.m4375 # When using ansi2knr, U may be empty or an underscore; expand it
H A DChangeLog.20001085 rfc2052 default to no. 2782 says that underscore should be used.
/freebsd/share/misc/
H A Dusb_hid_usages278 0x2D Keyboard - and (underscore)
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c790 report_return(underscore()); in cmd_underscore()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog2138 o Fix all identifiers with names beginning with underscore. (cb9da0b)
2143 o Have all visible internal function names end with an underscore. (8ac3c4c)

123