Home
last modified time | relevance | path

Searched defs:EOL (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest.sh151 cat <<EOL heredoc
/freebsd/contrib/libevent/test/
H A Dtest.sh151 cat <<EOL heredoc
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_parse.c505 #define EOL "\r\n" macro
509 #define EOL "\n" macro
/freebsd/contrib/dma/
H A Dmail.c152 EOL, enumerator
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y56 #define EOL macro
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp128 size_t Stream::EOL() { return PutChar('\n'); } EOL() function in Stream
/freebsd/contrib/less/
H A Dregexp.c82 #define EOL 2 /* no Match "" at end of line. */ macro
/freebsd/usr.bin/tip/tip/
H A Dtip.h201 #define EOL 5 macro
/freebsd/contrib/nvi/regex/
H A Dengine.c98 #define EOL (BOL+1) macro
/freebsd/lib/libc/regex/
H A Dengine.c110 #define EOL (BOL-1) macro
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp681 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1889 size_t EOL = Buffer.find_first_of("\n\r"); in readCheckFile() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp443 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1724 static const char *const EOL = "\n"; in getEndOfLine() local