/freebsd/contrib/openresolv/ |
H A D | named.in | 33 NL=" 54 newoptions="# Generated by resolvconf$NL" 60 *"$NL $n;"*);; 61 *) forward="$forward$NL $n;";; 65 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL" 69 newzones="${newzones}zone \"${d%%:*}\" {$NL" 70 newzones="$newzones type forward;$NL" 71 newzones="$newzones forward first;$NL forwarders {$NL" 74 newzones="$newzones ${ns%%,*};$NL" 78 newzones="$newzones };$NL};$NL"
|
H A D | unbound.in | 35 NL=" 40 newconf="# Generated by resolvconf$NL" 47 newconf="$newconf${NL}server:$NL" 48 newconf="$newconf domain-insecure: \"$dn\"$NL" 51 newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL" 53 newconf="$newconf forward-addr: ${ns%%,*}$NL" 60 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL" 62 newconf="$newconf forward-addr: $n$NL"
|
H A D | pdnsd.in | 33 NL=" 87 newresolv="# Generated by resolvconf$NL" 99 newresolv="${newresolv}nameserver $n$NL" 109 newconf="${newconf}server {$NL" 110 newconf="${newconf} label=resolvconf;$NL" 122 newconf="${newconf};$NL" 124 newconf="${newconf}}$NL" 128 newconf="${newconf}server {$NL" 129 newconf="${newconf} include=.${d%%:*}.;$NL" 130 newconf="${newconf} policy=excluded;$NL" [all …]
|
H A D | libc.in | 33 NL=" 134 newconf="$(cat "$newest")$NL" 175 newconf="$signature$NL" 177 newconf="$newconf$resolv_conf_head$NL" 180 [ -n "$domain" ] && newconf="${newconf}domain $domain$NL" 182 newconf="${newconf}search $newsearch$NL" 185 newconf="${newconf}nameserver $n$NL" 191 newconf="$newconf$stuff$NL" 196 newconf="${newconf}options $resolv_conf_options$NL" 199 newconf="${newconf}sortlist $resolv_conf_sortlist$NL" [all …]
|
H A D | dnsmasq.in | 33 NL=" 40 newconf="# Generated by resolvconf$NL" 65 newresolv="${newresolv}nameserver $n$NL" 140 conf="${conf}server=/$dn/$n$NL" 147 newconf="$newconf$NL# Domain specific servers will" 148 newconf="$newconf be sent over dbus${NL}"
|
H A D | pdns_recursor.in | 33 NL=" 43 [ -n "$newzones" ] && newzones="+.=$newzones$NL" 53 [ -n "$newns" ] && newzones="$newzones${d%%:*}=$newns$NL"
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 198 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 203 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 219 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 227 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson() 229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson() 234 raw_ostream &Out, const char *NL, in printJsonContainer() argument 241 Out << '[' << NL; in printJsonContainer() 246 printJson(Element, Out, NL, Space, IsDot) << " }"; in printJsonContainer() [all …]
|
H A D | RangeConstraintManager.cpp | 1888 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n", 1893 const char *NL = "\n", unsigned int Space = 0, 1896 const char *NL = "\n", unsigned int Space = 0, 1899 const char *NL = "\n", unsigned int Space = 0, 3264 const char *NL, unsigned int Space, in printJson() argument 3266 printConstraints(Out, State, NL, Space, IsDot); in printJson() 3267 printEquivalenceClasses(Out, State, NL, Space, IsDot); in printJson() 3268 printDisequalities(Out, State, NL, Space, IsDot); in printJson() 3291 const char *NL, in printConstraints() argument 3298 Out << "null," << NL; in printConstraints() [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.c | 80 #define NL(x) x, (sizeof (x) - 1) macro 87 { NL("ALLUSERSPROFILE=") }, 88 { NL("COMPUTERNAME=") }, 89 { NL("COMSPEC=") }, 90 { NL("CYGWIN=") }, 91 { NL("OS=") }, 92 { NL("PATH=") }, 93 { NL("PATHEXT=") }, 94 { NL("PROGRAMFILES=") }, 95 { NL("SYSTEMDRIVE=") }, [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | cook.c | 67 if (*pzIn != NL) in ao_string_cook_escape_char() 71 case NL: /* NL - emit newline */ in ao_string_cook_escape_char() 78 case 'n': *pRes = NL; break; in ao_string_cook_escape_char() 140 if (*(start++) == NL) in nl_count() 158 if (*(ps++) == NL) in contiguous_quote() 184 ps = strchr(ps, NL); in contiguous_quote() 270 case NL: in ao_string_cook() 280 if (*pzS == NL) { in ao_string_cook() 292 ct = ao_string_cook_escape_char(pzS, pzD-1, (uint_t)NL); in ao_string_cook()
|
H A D | version.c | 56 e = strchr(p, NL); in emit_first_line() 61 fputc(NL, fp); in emit_first_line() 95 fputc(NL, fp); in emit_copy_full() 99 fputc(NL, fp); in emit_copy_full() 120 fputc(NL, fp); in emit_copy_note() 124 fputc(NL, fp); in emit_copy_note() 128 fputc(NL, fp); in emit_copy_note()
|
H A D | nested.c | 62 while (*src == NL) src++; in remove_continuation() 63 pzD = strchr(src, NL); in remove_continuation() 85 if (*src == NL) in remove_continuation() 329 case NL: in scan_name() 365 case NL: in scan_name() 756 text = strchr(text, NL); in optionLoadNested()
|
H A D | configfile.c | 439 ftext = strchr(ftext + 1, NL); in file_preset() 476 char * pzEnd = strchr(txt, NL); in handle_cfg() 517 case NL: in handle_cfg() 523 if (*pcS == NL) in handle_cfg() 681 return strchr(txt + len + 2, NL); in handle_section() 695 txt = strchr(txt, NL); in handle_section() 714 _xmlNm_(nl, NL) \ in parse_xml_encoding()
|
/freebsd/contrib/flex/src/ |
H A D | scan.l | 141 NL \r?\n 175 ^"%{".*{NL} START_CODEBLOCK(false); 176 ^"%top"[[:blank:]]*"{"[[:blank:]]*{NL} { 197 ^"%pointer".*{NL} yytext_is_array = false; ++linenum; 198 ^"%array".*{NL} yytext_is_array = true; ++linenum; 202 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */ 203 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */ 224 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */ 225 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */ 233 {NL} ++linenum; ACTION_ECHO; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 209 const NeighborLookupT &NL; variable 213 auto It = NL.find(A); in begin() 214 if (It == NL.end()) in begin() 220 auto It = NL.find(A); in cbegin() 221 if (It == NL.end()) in cbegin() 229 auto It = NL.find(A); in end() 230 if (It == NL.end()) in end() 235 auto It = NL.find(A); in cend() 236 if (It == NL.end()) in cend() 244 auto I = NL in size() [all...] |
/freebsd/lib/libc/net/ |
H A D | nsparser.y | 55 %token NL 76 : NL 77 | Database ':' NL 81 | Database ':' Srclist NL 85 | error NL
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 73 std::string NL; member in __anon7ba585bd0111::StmtPrinter 79 StringRef NL = "\n", const ASTContext *Context = nullptr) in StmtPrinter() argument 81 NL(NL), Context(Context) {} in StmtPrinter() 91 OS << ";" << NL; in PrintStmt() 95 Indent() << "<<<NULL STATEMENT>>>" << NL; in PrintStmt() 115 OS << NL; in PrintControlledStmt() 117 OS << NL; in PrintControlledStmt() 154 Indent() << "<<unknown stmt type>>" << NL; in VisitStmt() 179 OS << "{" << NL; in PrintRawCompoundStmt() 195 << NL; in PrintFPPragmas() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 31 #define NL "\n" macro 76 OS << NL; in printVariables() 78 OS << Var.first << " = " << Var.second->getAsString() << NL; in printVariables() 133 OS << NL; in printDefms() 152 OS << NL; in printTemplateArgs() 173 OS << NL; in printSuperclasses()
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']' 105 AND | and NL 109 BOR | bor NL 113 ',' | comma NL 117 DO | do NL 121 ELSE | else NL 143 '{' | lbrace NL 147 NL | nl NL 276 NL | ';' | pst NL | pst ';' 280 '}' | rbrace NL [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 118 for (NodeListType &NL : ListOfSCCs) { in createPiBlocks() 119 LLVM_DEBUG(dbgs() << "Creating pi-block node with " << NL.size() in createPiBlocks() 125 llvm::sort(NL, [&](NodeType *LHS, NodeType *RHS) { in createPiBlocks() 129 NodeType &PiNode = createPiBlock(NL); in createPiBlocks() 134 SmallPtrSet<NodeType *, 4> NodesInSCC(NL.begin(), NL.end()); in createPiBlocks() 211 for (NodeType *SCCNode : NL) { in createPiBlocks()
|
H A D | LoopInfo.cpp | 733 Loop *NL = getNearestLoop(POI, L); in updateBlockParents() local 735 if (NL != L) { in updateBlockParents() 737 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents() 739 LI->changeLoopFor(POI, NL); in updateBlockParents() 762 Loop *NL = getNearestLoop(*POI, L); in updateBlockParents() local 763 if (NL != L) { in updateBlockParents() 764 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents() 766 LI->changeLoopFor(*POI, NL); in updateBlockParents()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersChecker.cpp | 53 const char *NL, const char *Sep) const override; 168 const char *NL, const char *Sep) const { in printState() argument 173 OS << Sep << "ObjC container sizes :" << NL; in printState() 175 OS << I.first << " : " << I.second << NL; in printState()
|
H A D | PthreadLockChecker.cpp | 256 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL, 344 const char *NL, const char *Sep) const { in printState() argument 347 Out << Sep << "Mutex states:" << NL; in printState() 360 Out << NL; in printState() 366 Out << Sep << "Mutex lock order:" << NL; in printState() 369 Out << NL; in printState() 375 Out << Sep << "Mutexes in unresolved possibly destroyed state:" << NL; in printState() 380 Out << NL; in printState()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcorolib.c | 80 lua_State *NL; in luaB_cocreate() local 82 NL = lua_newthread(L); in luaB_cocreate() 84 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
|
/freebsd/contrib/lua/src/ |
H A D | lcorolib.c | 96 lua_State *NL; in luaB_cocreate() local 98 NL = lua_newthread(L); in luaB_cocreate() 100 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
|