Searched refs:NL (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c53 #define NL APR_EOL_STR
298 /* Scan the parser buffer for NL. */
303 /* NL found before the end of the of the buffer. */
984 "This directory holds run-time configuration information for Subversion" NL
985 "clients. The configuration files all share the same syntax, but you" NL
986 "should examine a particular file to learn what configuration" NL
987 "directives are valid for that file." NL
988 "" NL
989 "The syntax is standard INI format:" NL
990 "" NL
52 #define NL macro
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c46 #define NL APR_EOL_STR macro
197 "DB lock file, representing locks on the versioned filesystem." NL
198 "" NL
199 "All accessors -- both readers and writers -- of the repository's" NL
200 "Berkeley DB environment take out shared locks on this file, and" NL
201 "each accessor removes its lock when done. If and when the DB" NL
202 "recovery procedure is run, the recovery code takes out an" NL
203 "exclusive lock on this file, so we can be sure no one else is" NL
204 "using the DB during the recovery." NL
205 "" NL
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Dunbound.in35 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}forwar
[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 forwarder
[all...]
H A Dpdnsd.in33 NL="
85 newresolv="# Generated by resolvconf$NL"
97 newresolv="${newresolv}nameserver $n$NL"
107 newconf="${newconf}server {$NL"
108 newconf="${newconf} label=resolvconf;$NL"
120 newconf="${newconf};$NL"
122 newconf="${newconf}}$NL"
126 newconf="${newconf}server {$NL"
127 newconf="${newconf} include=.${d%%:*}.;$NL"
128 newconf="${newconf} policy=excluded;$NL"
[all...]
H A Dlibc.in33 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 Dpdns_recursor.in33 NL="
46 #[ -n "$newzones" ] && newzones=".=$newzones$NL"
56 [ -n "$newns" ] && newzones="$newzones${d%%:*}=$newns$NL"
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}"
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c76 #define NL(x) x, (sizeof (x) - 1) macro
83 { NL("ALLUSERSPROFILE=") },
84 { NL("COMPUTERNAME=") },
85 { NL("COMSPEC=") },
86 { NL("CYGWIN=") },
87 { NL("OS=") },
88 { NL("PATH=") },
89 { NL("PATHEXT=") },
90 { NL("PROGRAMFILES=") },
91 { NL("SYSTEMDRIV
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c359 #define NL APR_EOL_STR
361 "### This file controls the configuration of the FSX filesystem." NL
362 "" NL
363 "[" SVN_CACHE_CONFIG_CATEGORY_MEMCACHED_SERVERS "]" NL
364 "### These options name memcached servers used to cache internal FSX" NL
365 "### data. See http://www.danga.com/memcached/ for more information on" NL
366 "### memcached. To use memcached with FSX, run one or more memcached" NL
367 "### servers, and specify each of them as an option like so:" NL
368 "# first-server = 127.0.0.1:11211" NL
369 "# remote-memcached = mymemcached.corp.example.com:11212" NL
358 #define NL macro
532 #undef NL macro
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c958 #define NL APR_EOL_STR
960 "### This file controls the configuration of the FSFS filesystem." NL
961 "" NL
962 "[" SVN_CACHE_CONFIG_CATEGORY_MEMCACHED_SERVERS "]" NL
963 "### These options name memcached servers used to cache internal FSFS" NL
964 "### data. See http://www.danga.com/memcached/ for more information on" NL
965 "### memcached. To use memcached with FSFS, run one or more memcached" NL
966 "### servers, and specify each of them as an option like so:" NL
967 "# first-server = 127.0.0.1:11211" NL
968 "# remote-memcached = mymemcached.corp.example.com:11212" NL
956 #define NL macro
1159 #undef NL macro
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h14 #define NL 268 macro
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h11 #define NL 268 macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dcook.c72 if (*pzIn != NL)
76 case NL: /* NL - emit newline */
83 case 'n': *pRes = NL; break;
151 if (*(ps++) == NL)
178 ps = strchr(ps, NL);
197 if (*(ps++) == NL)
275 case NL:
285 if (*pzS == NL) {
297 ct = ao_string_cook_escape_char(pzS, pzD-1, (uint_t)NL);
[all...]
H A Dversion.c56 e = strchr(p, NL);
61 fputc(NL, fp);
95 fputc(NL, fp);
99 fputc(NL, fp);
120 fputc(NL, fp);
124 fputc(NL, fp);
128 fputc(NL, fp);
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y289 %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 Ditbl-lex.l96 MDBG (("in lex, NL = %d (x%x)\n", NL, NL));
97 return NL;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp140 const char *NL, unsigned int Space,
146 Out << "null," << NL; local
151 Out << '[' << NL; local
168 Out << NL; local
172 Indent(Out, Space, IsDot) << "]," << NL;
176 const char *NL, unsigned int Space,
182 Out << "null," << NL; local
187 Out << '[' << NL; local
197 Out << '[' << NL; local
206 Out << NL; local
139 printDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
175 printDynamicCastsJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
215 Out << NL; local
222 printDynamicTypeInfoJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h51 #define NL 10 macro
/freebsd-11-stable/contrib/flex/
H A Dscan.l113 NL \r?\n
147 ^"%{".*{NL} {
153 ^"%top"[[:blank:]]*"{"[[:blank:]]*{NL} {
174 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
175 ^"%array".*{NL} yytext_is_array = true; ++linenum;
179 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */
180 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
201 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
202 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */
212 {NL}
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1353 #define NL(s) s, (sizeof s) - 1 macro
1358 { "aN", NL ("&="), 2 },
1359 { "aS", NL ("="), 2 },
1360 { "aa", NL ("&&"), 2 },
1361 { "ad", NL ("&"), 1 },
1362 { "an", NL ("&"), 2 },
1363 { "cl", NL ("()"), 0 },
1364 { "cm", NL (","), 2 },
1365 { "co", NL ("~"), 1 },
1366 { "dV", NL ("/
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1399 #define NL(s) s, (sizeof s) - 1 macro
1404 { "aN", NL ("&="), 2 },
1405 { "aS", NL ("="), 2 },
1406 { "aa", NL ("&&"), 2 },
1407 { "ad", NL ("&"), 1 },
1408 { "an", NL ("&"), 2 },
1409 { "cl", NL ("()"), 0 },
1410 { "cm", NL (","), 2 },
1411 { "co", NL ("~"), 1 },
1412 { "dV", NL ("/
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dnsparser.y56 %token NL
77 : NL
78 | Database ':' NL
82 | Database ':' Srclist NL
86 | error NL
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h209 const NeighborLookupT &NL; member in class:llvm::xray::Graph::InOutEdgeView
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
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp72 std::string NL; member in class:__anon269::StmtPrinter
78 StringRef NL = "\n",
81 NL(NL), Context(Context) {}
93 OS << ";" << NL; local
97 Indent() << "<<<NULL STATEMENT>>>" << NL;
117 OS << NL; local
119 OS << NL; local
155 Indent() << "<<unknown stmt type>>" << NL;
179 OS << "{" << NL; local
202 OS << ";" << NL; local
208 OS << "" << NL; local
218 OS << ":" << NL; local
256 OS << NL; local
267 OS << NL; local
272 OS << NL; local
301 OS << ")" << NL; local
311 OS << NL; local
318 OS << ");" << NL; local
381 if (Policy.IncludeNewlines) OS << NL; local
388 if (Policy.IncludeNewlines) OS << NL; local
393 if (Policy.IncludeNewlines) OS << NL; local
398 if (Policy.IncludeNewlines) OS << NL; local
408 if (Policy.IncludeNewlines) OS << NL; local
487 if (Policy.IncludeNewlines) OS << NL; local
494 OS << "{" << NL; local
508 OS << NL; local
521 OS << NL; local
528 OS << NL; local
545 OS << ";" << NL; local
558 OS << NL; local
564 OS << NL; local
580 OS << NL; local
590 OS << NL; local
604 OS << NL; local
610 OS << NL; local
616 OS << ")" << NL; local
618 OS << NL; local
624 OS << NL; local
630 OS << NL; local
635 if (Policy.IncludeNewlines) OS << NL; local
651 OS << NL; local
2518 printPretty(raw_ostream &Out, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation, StringRef NL, const ASTContext *Context) const argument
[all...]

Completed in 248 milliseconds

12345