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

123

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c50 #define NL APR_EOL_STR
780 "This directory holds run-time configuration information for Subversion" NL
781 "clients. The configuration files all share the same syntax, but you" NL
782 "should examine a particular file to learn what configuration" NL
783 "directives are valid for that file." NL
784 "" NL
785 "The syntax is standard INI format:" NL
786 "" NL
787 " - Empty lines, and lines starting with '#', are ignored." NL
788 " The first significant line in a file must be a section header." NL
49 #define NL macro
[all...]
/freebsd-10-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-10-stable/contrib/openresolv/
H A Dunbound.in35 NL="
41 newconf="# Generated by resolvconf$NL"
48 newconf="$newconf${NL}domain-insecure: \"$dn\""
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"
[all...]
H A Dnamed.in33 NL="
50 newoptions="# Generated by resolvconf$NL"
56 *"$NL $n;"*);;
57 *) forward="$forward$NL $n;";;
61 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL"
65 newzones="${newzones}zone \"${d%%:*}\" {$NL"
66 newzones="$newzones type forward;$NL"
67 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="
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 Dpdns_recursor.in33 NL="
47 #[ -n "$newzones" ] && newzones=".=$newzones$NL"
57 [ -n "$newns" ] && newzones="$newzones${d%%:*}=$newns$NL"
H A Ddnsmasq.in33 NL="
41 newconf="# Generated by resolvconf$NL"
66 newresolv="${newresolv}nameserver $n$NL"
141 conf="${conf}server=/$dn/$n$NL"
148 newconf="$newconf$NL# Domain specific servers will"
149 newconf="$newconf be sent over dbus${NL}"
/freebsd-10-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-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c343 #define NL APR_EOL_STR
345 "### This file controls the configuration of the FSX filesystem." NL
346 "" NL
347 "[" SVN_CACHE_CONFIG_CATEGORY_MEMCACHED_SERVERS "]" NL
348 "### These options name memcached servers used to cache internal FSX" NL
349 "### data. See http://www.danga.com/memcached/ for more information on" NL
350 "### memcached. To use memcached with FSX, run one or more memcached" NL
351 "### servers, and specify each of them as an option like so:" NL
352 "# first-server = 127.0.0.1:11211" NL
353 "# remote-memcached = mymemcached.corp.example.com:11212" NL
342 #define NL macro
516 #undef NL macro
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c836 #define NL APR_EOL_STR
838 "### This file controls the configuration of the FSFS filesystem." NL
839 "" NL
840 "[" SVN_CACHE_CONFIG_CATEGORY_MEMCACHED_SERVERS "]" NL
841 "### These options name memcached servers used to cache internal FSFS" NL
842 "### data. See http://www.danga.com/memcached/ for more information on" NL
843 "### memcached. To use memcached with FSFS, run one or more memcached" NL
844 "### servers, and specify each of them as an option like so:" NL
845 "# first-server = 127.0.0.1:11211" NL
846 "# remote-memcached = mymemcached.corp.example.com:11212" NL
834 #define NL macro
1023 #undef NL macro
[all...]
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h14 #define NL 268 macro
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h11 #define NL 268 macro
/freebsd-10-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-10-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-10-stable/contrib/ntp/include/
H A Dascii.h51 #define NL 10 macro
/freebsd-10-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-10-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-10-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-10-stable/lib/libc/net/
H A Dnsparser.y56 %token NL
77 : NL
78 | Database ':' NL
82 | Database ':' Srclist NL
86 | error NL
/freebsd-10-stable/tools/regression/filemon/
H A DMakefile63 NL=`wc -l $$F | awk '{print $$1}'` ; \
64 if [ "$${NL}" != 97 ]; then echo "$$F BAD, contains $${NL} lines" ; exit 1 ; fi ; done
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp77 const char *NL, const char *Sep) const;
342 const char *NL, const char *Sep) const {
350 Out << Sep << NL << "ObjCSelfInitChecker:" << NL;
353 Out << " An init method has been called." << NL; local
358 << NL; local
362 << NL; local
366 Out << NL; local
383 Out << NL; local
341 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h95 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
99 const char *NL, const char *Sep) const;

Completed in 218 milliseconds

123