| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | parser.y | 56 #define EOL macro 62 #define EOL "\n" 113 "config entry" EOL); 165 "device name" EOL); 243 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL); 256 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL); 275 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno); 285 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file() 290 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file() 297 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 513 s->EOL(); in GetDescription() 519 s->EOL(); in GetDescription() 524 s->EOL(); in GetDescription() 529 s->EOL(); in GetDescription() 536 s->EOL(); in GetDescription() 544 s->EOL(); in GetDescription() 556 s->EOL(); in GetDescription() 587 s->EOL(); in GetDescription() 599 s->EOL(); in GetDescription() 610 s->EOL(); in GetDescription()
|
| H A D | WatchpointOptions.cpp | 121 s->EOL(); in GetCallbackDescription() 135 s->EOL(); in GetDescription()
|
| H A D | Breakpoint.cpp | 883 s->EOL(); in GetDescription() 886 s->EOL(); in GetDescription() 895 s->EOL(); in GetDescription() 910 s->EOL(); in GetDescription() 916 s->EOL(); in GetDescription() 932 s->EOL(); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 147 s->EOL(); in DumpStopContext() 208 s->EOL(); in GetDescription() 214 s->EOL(); in GetDescription() 220 s->EOL(); in GetDescription() 226 s->EOL(); in GetDescription() 248 s->EOL(); in GetDescription() 255 s->EOL(); in GetDescription() 261 s->EOL(); in GetDescription() 324 s->EOL(); in Dump() 330 s->EOL(); in Dump() [all …]
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_parse.c | 520 #define EOL "\r\n" macro 523 #ifndef EOL 524 #define EOL "\n" macro 552 cb(EOL, data); in dump_profile() 566 cb(EOL, data); in dump_profile() 568 cb(EOL, data); in dump_profile() 574 cb(EOL, data); in dump_profile() 580 cb(EOL, data); in dump_profile()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 222 s.EOL(); in GetDescription() 231 s.EOL(); in GetDescription() 268 s.EOL(); in GetDescription() 277 s.EOL();
|
| H A D | ProcessInfo.cpp | 131 s.EOL(); in Dump() 149 s.EOL(); in Dump() 249 s.EOL(); in DumpAsTableRow()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | test.sh | 151 cat <<EOL heredoc 156 EOL
|
| /freebsd/contrib/libevent/test/ |
| H A D | test.sh | 151 cat <<EOL heredoc 156 EOL
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 95 m_stream->EOL(); in PrintValueObject() 589 m_stream->EOL(); in PrintChildrenPreamble() 756 m_stream->EOL(); in PrintChildren() 758 m_stream->EOL(); in PrintChildren() 773 m_stream->EOL(); in PrintChildren() 858 m_stream->EOL(); in PrintChildrenIfNeeded() 874 m_stream->EOL(); in PrintChildrenIfNeeded()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | modem | 16 # GRR: EOL of G3 is too general as it catches also TrueType fonts, Postscript PrinterFontMetric, ot… 20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3 49 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterInfo.cpp | 76 strm.EOL(); in DumpList() 96 strm.EOL(); in DoDumpRegisterInfo()
|
| H A D | DumpRegisterValue.cpp | 152 s.EOL(); in DumpRegisterValue() 172 s.EOL(); in DumpRegisterValue()
|
| /freebsd/contrib/dma/ |
| H A D | mail.c | 152 EOL, enumerator 192 case EOL: in parse_addrs() 329 ps->state = EOL; in parse_addrs()
|
| /freebsd/sbin/veriexec/ |
| H A D | manifest_parser.y | 95 %token EOL 194 eol: EOL
|
| H A D | manifest_lexer.l | 49 return EOL;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTMetadata.cpp | 34 s->EOL(); in Dump()
|
| /freebsd/contrib/less/ |
| H A D | regexp.c | 79 #undef EOL 82 #define EOL 2 /* no Match "" at end of line. */ macro 482 ret = regnode(EOL); 837 case EOL: in regmatch() 1132 case EOL: 1133 p = "EOL";
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 124 strm.EOL(); in DumpTargetInfo() 1360 strm.EOL(); in DumpModuleObjfileHeaders() 1361 strm.EOL(); in DumpModuleObjfileHeaders() 1429 strm.EOL(); in DumpDwoFilesTable() 1432 strm.EOL(); in DumpDwoFilesTable() 1459 strm.EOL(); in DumpDwoFilesTable() 1467 strm.EOL(); in DumpOsoFilesTable() 1469 strm.EOL(); in DumpOsoFilesTable() 1487 strm.EOL(); in DumpOsoFilesTable() 1510 strm.EOL(); in DumpAddress() [all …]
|
| /freebsd/contrib/elftoolchain/ar/ |
| H A D | acplex.l | 83 "\n" { lineno++; return (EOL); }
|
| /freebsd/usr.bin/ar/ |
| H A D | acplex.l | 81 "\n" { lineno++; return (EOL); }
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Property.cpp | 269 strm.EOL(); in Dump() 288 strm.EOL(); in DumpDescription()
|
| /freebsd/contrib/tcsh/nls/russian/ |
| H A D | set7 | 27 25 no clear EOL capability.\n
|
| /freebsd/contrib/tcsh/nls/ukrainian/ |
| H A D | set7 | 27 25 no clear EOL capability.\n
|