| /netbsd-src/external/bsd/openresolv/dist/ |
| 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 $unbound_forward_zone_options${NL}" 56 newconf="$newconf forward-addr: ${ns%%,*}$NL" 63 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL" 65 newconf="$newconf $unbound_forward_zone_options${NL}" 68 newconf="$newconf forward-addr: $n$NL"
|
| 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 | 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=" 135 newconf="$(cat "$newest")$NL" 176 newconf="$signature$NL" 178 newconf="$newconf$resolv_conf_head$NL" 181 [ -n "$domain" ] && newconf="${newconf}domain $domain$NL" 183 newconf="${newconf}search $newsearch$NL" 186 newconf="${newconf}nameserver $n$NL" 192 newconf="$newconf$stuff$NL" 197 newconf="${newconf}options $resolv_conf_options$NL" 200 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"
|
| /netbsd-src/external/apache2/llvm/dist/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 | Environment.cpp | 216 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() 287 Out << NL; in printJson() 296 Indent(Out, --Space, IsDot) << "]}," << NL; in printJson()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | scan.l | 144 NL \r?\n 178 ^"%{".*{NL} START_CODEBLOCK(false); 179 ^"%top"[[:blank:]]*"{"[[:blank:]]*{NL} { 200 ^"%pointer".*{NL} yytext_is_array = false; ++linenum; 201 ^"%array".*{NL} yytext_is_array = true; ++linenum; 205 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */ 206 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */ 227 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */ 228 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */ 236 {NL} ++linenum; ACTION_ECHO; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | cp-demangle.c | 1794 #define NL(s) s, (sizeof s) - 1 macro 1799 { "aN", NL ("&="), 2 }, 1800 { "aS", NL ("="), 2 }, 1801 { "aa", NL ("&&"), 2 }, 1802 { "ad", NL ("&"), 1 }, 1803 { "an", NL ("&"), 2 }, 1804 { "at", NL ("alignof "), 1 }, 1805 { "aw", NL ("co_await "), 1 }, 1806 { "az", NL ("alignof "), 1 }, 1807 { "cc", NL ("const_cast"), 2 }, [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | cp-demangle.c | 1941 #define NL(s) s, (sizeof s) - 1 macro 1946 { "aN", NL ("&="), 2 }, 1947 { "aS", NL ("="), 2 }, 1948 { "aa", NL ("&&"), 2 }, 1949 { "ad", NL ("&"), 1 }, 1950 { "an", NL ("&"), 2 }, 1951 { "at", NL ("alignof "), 1 }, 1952 { "aw", NL ("co_await "), 1 }, 1953 { "az", NL ("alignof "), 1 }, 1954 { "cc", NL ("const_cast"), 2 }, [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | cp-demangle.c | 1865 #define NL(s) s, (sizeof s) - 1 macro 1870 { "aN", NL ("&="), 2 }, 1871 { "aS", NL ("="), 2 }, 1872 { "aa", NL ("&&"), 2 }, 1873 { "ad", NL ("&"), 1 }, 1874 { "an", NL ("&"), 2 }, 1875 { "at", NL ("alignof "), 1 }, 1876 { "aw", NL ("co_await "), 1 }, 1877 { "az", NL ("alignof "), 1 }, 1878 { "cc", NL ("const_cast"), 2 }, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | cp-demangle.c | 1806 #define NL(s) s, (sizeof s) - 1 macro 1811 { "aN", NL ("&="), 2 }, 1812 { "aS", NL ("="), 2 }, 1813 { "aa", NL ("&&"), 2 }, 1814 { "ad", NL ("&"), 1 }, 1815 { "an", NL ("&"), 2 }, 1816 { "at", NL ("alignof "), 1 }, 1817 { "aw", NL ("co_await "), 1 }, 1818 { "az", NL ("alignof "), 1 }, 1819 { "cc", NL ("const_cast"), 2 }, [all …]
|
| /netbsd-src/external/bsd/dhcpcd/dist/hooks/ |
| H A D | 20-resolv.conf | 11 NL=" 45 [ -n "$domain" ] && domain="domain $domain$NL" 46 [ -n "$search" ] && search="search $search$NL" 52 servers="${servers}nameserver $x$NL" 105 conf="$signature$NL" 150 conf="${conf}domain $1$NL" 163 conf="${conf}search $new_domain_search$NL" 171 conf="${conf}nameserver $x$NL"
|
| /netbsd-src/external/apache2/llvm/dist/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.find(A); in size() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 71 std::string NL; member in __anonb8d8be080111::StmtPrinter 77 StringRef NL = "\n", const ASTContext *Context = nullptr) in StmtPrinter() argument 79 NL(NL), Context(Context) {} in StmtPrinter() 89 OS << ";" << NL; in PrintStmt() 93 Indent() << "<<<NULL STATEMENT>>>" << NL; in PrintStmt() 113 OS << NL; in PrintControlledStmt() 115 OS << NL; in PrintControlledStmt() 151 Indent() << "<<unknown stmt type>>" << NL; in VisitStmt() 175 OS << "{" << NL; in PrintRawCompoundStmt() 192 Indent() << ";" << NL; in VisitNullStmt() [all …]
|
| /netbsd-src/lib/libc/net/ |
| H A D | nsparser.y | 62 %token NL 82 : NL 83 | Database ':' NL 84 | Database ':' Srclist NL 95 | error NL
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | itbl-parse.y | 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM 308 pnum regtype name value NL 321 fieldspecs NL 323 | NL 324 | error NL
|
| H A D | itbl-lex.l | 96 MDBG (("in lex, NL = %d (x%x)\n", NL, NL)); 97 return NL;
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | itbl-parse.y | 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM 308 pnum regtype name value NL 321 fieldspecs NL 323 | NL 324 | error NL
|
| H A D | itbl-lex.l | 96 MDBG (("in lex, NL = %d (x%x)\n", NL, NL)); 97 return NL;
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | hexdump.c | 48 #define NL (BAR + 18) macro 56 char buf[NL + 2]; 63 buf[NL] = '\n'; 64 buf[NL + 1] = '\0';
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCSelfInitChecker.cpp | 82 const char *NL, const char *Sep) const override; 338 const char *NL, const char *Sep) const { in printState() argument 346 Out << Sep << NL << *this << " :" << NL; in printState() 349 Out << " An init method has been called." << NL; in printState() 354 << NL; in printState() 358 << NL; in printState() 362 Out << NL; in printState() 379 Out << NL; in printState()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | DetailedRecordsBackend.cpp | 32 #define NL "\n" macro 77 OS << NL; in printVariables() 79 OS << Var.first << " = " << Var.second->getAsString() << NL; in printVariables() 134 OS << NL; in printDefms() 153 OS << NL; in printTemplateArgs() 174 OS << NL; in printSuperclasses()
|
| /netbsd-src/tests/usr.bin/printf/ |
| H A D | printf.sh | 1241 expect "hello${NL}world${NL}" '%s\n' hello world 1242 expect "a${NL}b${NL}c${NL}d${NL}" '%.1s\n' aaa bbb ccc ddd 1249 -101.01'"${NL}" '%7.2f\n' 1 9.75 -3 999.99 -101.01 1251 expect " 1 010x1${NL} 220260x16${NL} 9201340x5c${NL}" \ 1277 expect "${BSL} ${NL}" %b '\\\t\n' 1281 expect "a${NL}b${NL}" %b 'a\nb\n' 1350 expect "a${NL}b" '%b\n' a 'b\c' d '\ce' 1692 expect "abcd${BSL}n" %B "abcd${NL}" 1712 expect "abcd${BSL}" %.5B "abcd${NL}" 1780 Failed="${Failed}${Failed:+${NL}} ${T} : "
|