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

123

/freebsd-9.3-release/contrib/openresolv/
H A Dnamed.in33 NL="
47 newoptions="# Generated by resolvconf$NL"
53 *"$NL $n;"*);;
54 *) forward="$forward$NL $n;";;
58 newoptions="${newoptions}forward first;${NL}forwarders {$forward${NL}};$NL"
62 newzones="${newzones}zone \"${d%%:*}\" {$NL"
63 newzones="$newzones type forward;$NL"
64 newzones="$newzones forward first;$NL forwarder
[all...]
H A Dunbound.in33 NL="
39 newconf="# Generated by resolvconf$NL"
44 newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL"
46 newconf="$newconf forward-addr: ${ns%%,*}$NL"
53 newconf="$newconf${NL}forward-zone:$NL name: \".\"$NL"
55 newconf="$newconf forward-addr: $n$NL"
[all...]
H A Dlibc.in33 NL="
114 newconf="$(cat "$newest")$NL"
123 newconf="# Generated by resolvconf$NL"
125 newconf="$newconf$resolv_conf_head$NL"
127 [ -n "$newsearch" ] && newconf="${newconf}search $newsearch$NL"
129 newconf="${newconf}nameserver $n$NL"
140 newconf="$newconf$NL"
144 newconf="$newconf$resolv_conf_tail$NL"
H A Ddnsmasq.in33 NL="
40 newconf="# Generated by resolvconf$NL"
61 newconf="$newconf$NL# Domain specific servers will"
62 newconf="$newconf be sent over dbus${NL}enable-dbus$NL"
68 newresolv="${newresolv}nameserver $n$NL"
89 newconf="${newconf}server=/$dn/${ns%%,*}$NL"
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c60 #define NL(x) x, (sizeof (x) - 1) macro
67 { NL("ALLUSERSPROFILE=") },
68 { NL("COMPUTERNAME=") },
69 { NL("COMSPEC=") },
70 { NL("CYGWIN=") },
71 { NL("OS=") },
72 { NL("PATH=") },
73 { NL("PATHEXT=") },
74 { NL("PROGRAMFILES=") },
75 { NL("SYSTEMDRIV
[all...]
/freebsd-9.3-release/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);
H A Dstreqvcmp.c42 '\b', '\t', NL, '\v', '\f', '\r', 0x0E, 0x0F,
H A Dconfigfile.c482 ftext = strchr(ftext + 1, NL);
519 char * pzEnd = strchr(txt, NL);
560 case NL:
566 if (*pcS == NL)
733 return strchr(txt + len + 2, NL);
745 txt = strchr(txt, NL);
764 _xmlNm_(nl, NL) \
/freebsd-9.3-release/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-9.3-release/usr.bin/lex/
H A Dscan.l80 NL \r?\n
111 ^"%{".*{NL} {
129 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
130 ^"%array".*{NL} yytext_is_array = true; ++linenum;
134 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */
135 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
146 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
147 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */
155 [^*\n]*{NL} ++linenum; ACTION_ECHO;
171 ^"%}".*{NL}
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dascii.h51 #define NL 10 macro
/freebsd-9.3-release/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-9.3-release/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-9.3-release/lib/libc/net/
H A Dnsparser.y63 %token NL
84 : NL
85 | Database ':' NL
89 | Database ':' Srclist NL
93 | error NL
H A Dnslexer.l74 {CR} return NL;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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;
H A DSubEngine.h141 const char *NL, const char *Sep) = 0;
/freebsd-9.3-release/contrib/one-true-awk/
H A Dawkgram.y50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
104 AND | and NL
108 BOR | bor NL
112 ',' | comma NL
116 DO | do NL
120 ELSE | else NL
142 '{' | lbrace NL
146 NL | nl NL
273 NL | ';' | ps
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp190 void Environment::print(raw_ostream &Out, const char *NL, argument
198 Out << NL << NL
200 << NL; local
203 Out << NL; local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp465 Loop *NL = getNearestLoop(*POI, L); local
467 if (NL != L) {
468 // For reducible loops, NL is now an ancestor of Unloop.
469 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
471 LI->changeLoopFor(*POI, NL);
493 Loop *NL = getNearestLoop(*POI, L); local
494 if (NL != L) {
495 assert(NL !
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmcparse.y54 %token NL
312 lang: MCLANGUAGE lex_want_nl '=' MCTOKEN NL
316 | MCLANGUAGE lex_want_nl '=' MCIDENT NL

Completed in 325 milliseconds

123