| /src/sys/lib/libkern/ |
| hexdump.c | 48 #define NL (BAR + 18) 56 char buf[NL + 2]; 63 buf[NL] = '\n'; 64 buf[NL + 1] = '\0';
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| Taint.cpp | 29 void taint::printTaint(ProgramStateRef State, raw_ostream &Out, const char *NL, 34 Out << "Tainted symbols:" << NL; 37 Out << I.first << " : " << I.second << NL;
|
| ObjCSelfInitChecker.cpp | 82 const char *NL, const char *Sep) const override; 338 const char *NL, const char *Sep) const { 346 Out << Sep << NL << *this << " :" << NL; 349 Out << " An init method has been called." << NL; 354 << NL; 358 << NL; 362 Out << NL; 379 Out << NL;
|
| FuchsiaHandleChecker.cpp | 225 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL, 686 const char *NL, const char *Sep) const { 691 Out << Sep << "FuchsiaHandleChecker :" << NL; 697 Out << NL;
|
| IteratorModeling.cpp | 124 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL, 732 const char *NL, const char *Sep) const { 739 Out << Sep << "Iterator Positions :" << NL; 742 Out << NL; 755 Out << NL;
|
| SmartPtrModeling.cpp | 56 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL, 291 const char *NL, const char *Sep) const { 295 Out << Sep << "Smart ptr regions :" << NL; 302 Out << NL;
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| Environment.cpp | 216 const LocationContext *LCtx, const char *NL, 221 Out << "null," << NL; 243 << "\", \"items\": [" << NL; 246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { 260 Out << '[' << NL; 287 Out << NL; 296 Indent(Out, --Space, IsDot) << "]}," << NL;
|
| DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { 198 const char *NL, unsigned int Space, bool IsDot) { 203 const char *NL, unsigned int Space, bool IsDot) { 219 const char *NL, unsigned int Space, bool IsDot) { 227 const char *NL, unsigned int Space, bool IsDot) { 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; 229 return printJson(Pair.second, Out, NL, Space, IsDot); 234 raw_ostream &Out, const char *NL, 241 Out << '[' << NL; 246 printJson(Element, Out, NL, Space, IsDot) << " }" [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| DetailedRecordsBackend.cpp | 32 #define NL "\n" 77 OS << NL; 79 OS << Var.first << " = " << Var.second->getAsString() << NL; 134 OS << NL; 153 OS << NL; 174 OS << NL;
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| ok_syntax1.tab.h | 16 #define NL 268
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| ok_syntax1.tab.h | 13 #define NL 268
|
| /src/external/gpl3/binutils/dist/gas/ |
| itbl-parse.h | 65 NL = 266, /* NL */ 83 #define NL 266
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| itbl-parse.h | 65 NL = 266, /* NL */ 83 #define NL 266
|
| /src/external/bsd/ntp/dist/include/ |
| ascii.h | 53 #define NL 10
|
| /src/external/gpl3/binutils/dist/binutils/ |
| mcparse.h | 57 NL = 258, /* NL */ 83 #define NL 258
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| mcparse.h | 57 NL = 258, /* NL */ 83 #define NL 258
|
| /src/external/mit/lua/dist/src/ |
| lcorolib.c | 100 lua_State *NL; 102 NL = lua_newthread(L); 104 lua_xmove(L, NL, 1); /* move function from L to NL */
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| SMTConstraintManager.h | 213 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n", 219 Out << "null," << NL; 224 Out << '[' << NL; 234 Out << NL;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| Graph.h | 209 const NeighborLookupT &NL; 213 auto It = NL.find(A); 214 if (It == NL.end()) 220 auto It = NL.find(A); 221 if (It == NL.end()) 229 auto It = NL.find(A); 230 if (It == NL.end()) 235 auto It = NL.find(A); 236 if (It == NL.end()) 244 auto I = NL.find(A) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| macho2yaml.cpp | 560 MachOYAML::NListEntry NL; 561 NL.n_strx = nlist.n_strx; 562 NL.n_type = nlist.n_type; 563 NL.n_sect = nlist.n_sect; 564 NL.n_desc = nlist.n_desc; 565 NL.n_value = nlist.n_value; 566 return NL;
|
| /src/usr.bin/mail/ |
| mime_codecs.c | 481 #define NL N /* don't quote '\n' (NL) - XXX - quoting here breaks the line length algorithm */ 485 Q, Q, Q, Q, Q, Q, Q, Q, Q,TB,NL, Q, Q,CR, Q, Q, 523 #undef NL
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| AnalysisDeclContext.cpp | 479 void LocationContext::printJson(raw_ostream &Out, const char *NL, 527 Out << NL;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| DifferenceEngine.cpp | 522 unsigned NL = std::distance(LStart, LE); 524 SmallVector<DiffEntry, 20> Paths1(NL+1); 525 SmallVector<DiffEntry, 20> Paths2(NL+1); 537 for (unsigned I = 0; I != NL+1; ++I) { 574 SmallVectorImpl<char> &Path = Cur[NL].Path;
|
| /src/libexec/getty/ |
| gettytab.h | 143 #define NL gettyflags[1].value
|
| /src/usr.bin/col/ |
| col.c | 69 #define NL '\n' /* newline */ 221 case NL:
|