Home
last modified time | relevance | path

Searched refs:NL (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/contrib/openresolv/
H A Dunbound.in36 NL="
41 newconf="# Generated by resolvconf$NL"
57 newconf="$newconf${NL}server:$NL"
59 newconf="$newconf domain-insecure: \"$dn\"$NL"
62 newconf="$newconf private-domain: \"$dn\"$NL"
65 newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL"
67 newconf="$newconf $unbound_forward_zone_options${NL}"
70 newconf="$newconf forward-addr: ${ns%%,*}$NL"
77 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL"
79 newconf="$newconf $unbound_forward_zone_options${NL}"
[all …]
H A Dnamed.in33 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 Dsystemd-resolved.in38 NL="
51 header="# Generated by resolvconf$NL"
52 header="${header}$NL"
53 header="${header}[Resolve]$NL"
57 conf="${conf}DNS=$NAMESERVERS$NL"
59 conf="${conf}Domains=$SEARCH${NAMESERVERS:+ ~.}$NL"
65 header="# Generated by resolvconf$NL"
66 header="${header}$NL"
67 header="${header}[Delegate]$NL"
82 dconf="${dconf}$dn$NL"
[all …]
H A Dpdnsd.in33 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 Dlibc.in41 NL="
149 newconf="$signature$NL$(cat "$newest")$NL"
190 newconf="$signature$NL"
192 newconf="$newconf$resolv_conf_head$NL"
195 [ -n "$domain" ] && newconf="${newconf}domain $domain$NL"
197 newconf="${newconf}search $newsearch$NL"
200 newconf="${newconf}nameserver $n$NL"
206 newconf="$newconf$stuff$NL"
211 newconf="${newconf}options $resolv_conf_options$NL"
214 newconf="${newconf}sortlist $resolv_conf_sortlist$NL"
[all …]
H A Ddnsmasq.in33 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 Dpdns_recursor.in33 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 DDynamicType.cpp192 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
197 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
202 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
218 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
226 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
227 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson()
228 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson()
233 raw_ostream &Out, const char *NL, in printJsonContainer() argument
240 Out << '[' << NL; in printJsonContainer()
245 printJson(Element, Out, NL, Space, IsDot) << " }"; in printJsonContainer()
[all …]
H A DEnvironment.cpp216 const LocationContext *LCtx, const char *NL, in printJson() argument
221 Out << "null," << NL; in printJson()
243 << "\", \"items\": [" << NL; in printJson()
246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
260 Out << '[' << NL; in printJson()
288 Out << NL; in printJson()
297 Indent(Out, --Space, IsDot) << "]}," << NL; in printJson()
H A DRangeConstraintManager.cpp1906 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n",
1911 const char *NL = "\n", unsigned int Space = 0,
1914 const char *NL = "\n", unsigned int Space = 0,
1917 const char *NL = "\n", unsigned int Space = 0,
3274 const char *NL, unsigned int Space, in printJson() argument
3276 printConstraints(Out, State, NL, Space, IsDot); in printJson()
3277 printEquivalenceClasses(Out, State, NL, Space, IsDot); in printJson()
3278 printDisequalities(Out, State, NL, Space, IsDot); in printJson()
3301 const char *NL, in printConstraints() argument
3308 Out << "null," << NL; in printConstraints()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c80 #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 Dcook.c67 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 Dversion.c56 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()
/freebsd/contrib/flex/src/
H A Dscan.l141 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 DGraph.h209 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.find(A); in size()
[all …]
/freebsd/lib/libc/net/
H A Dnsparser.y55 %token NL
76 : NL
77 | Database ':' NL
81 | Database ':' Srclist NL
85 | error NL
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp72 std::string NL; member in __anon7ba585bd0111::StmtPrinter
78 StringRef NL = "\n", const ASTContext *Context = nullptr) in StmtPrinter() argument
80 NL(NL), Context(Context) {} in StmtPrinter()
90 OS << ";" << NL; in PrintStmt()
94 Indent() << "<<<NULL STATEMENT>>>" << NL; in PrintStmt()
114 OS << NL; in PrintControlledStmt()
116 OS << NL; in PrintControlledStmt()
155 Indent() << "<<unknown stmt type>>" << NL; in VisitStmt()
180 OS << "{" << NL; in PrintRawCompoundStmt()
196 << NL; in PrintFPPragmas()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp82 const char *NL, const char *Sep) const override;
337 const char *NL, const char *Sep) const { in printState() argument
345 Out << Sep << NL << "ObjCSelfInitChecker:" << NL; in printState()
348 Out << " An init method has been called." << NL; in printState()
353 << NL; in printState()
357 << NL; in printState()
361 Out << NL; in printState()
377 Out << NL; in printState()
H A DObjCContainersChecker.cpp53 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()
/freebsd/contrib/one-true-awk/
H A Dawkgram.y50 %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/crypto/krb5/src/util/ss/
H A Dlist_rqs.c21 static char const NL[2] = "\n"; variable
94 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer)); in ss_list_requests()
101 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer)); in ss_list_requests()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c81 lua_State *NL; in luaB_cocreate() local
83 NL = lua_newthread(L); in luaB_cocreate()
85 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp118 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(llvm::from_range, NL); in createPiBlocks()
211 for (NodeType *SCCNode : NL) { in createPiBlocks()
H A DLoopInfo.cpp733 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/lua/src/
H A Dlcorolib.c96 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()

123456