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

123

/macosx-10.10.1/OpenSSH-189/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...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dhttxt2dbm.c49 #define NL APR_EOL_STR macro
83 "%s -- Program to Create DBM Files for use by RewriteMap" NL
84 "Usage: %s [-v] [-f format] -i SOURCE_TXT -o OUTPUT_DBM" NL
85 NL
86 "Options: " NL
87 " -v More verbose output" NL
88 NL
89 " -i Source Text File. If '-', use stdin." NL
90 NL
91 " -o Output DBM." NL
[all...]
H A Dhtpasswd.c85 ctx->out = apr_pstrcat(ctx->pool, user, ":", hash_str, NL, NULL);
95 apr_file_printf(errfile, "Usage:" NL
96 "\thtpasswd [-cimBdpsDv] [-C cost] passwordfile username" NL
97 "\thtpasswd -b[cmBdpsDv] [-C cost] passwordfile username password" NL
98 NL
99 "\thtpasswd -n[imBdps] [-C cost] username" NL
100 "\thtpasswd -nb[mBdps] [-C cost] username password" NL
101 " -c Create a new file." NL
102 " -n Don't update file; display results on stdout." NL
104 "for it." NL
[all...]
H A Dlogresolve.c91 #define NL APR_EOL_STR macro
94 apr_file_printf(output, "logresolve Statistics:" NL);
95 apr_file_printf(output, "Entries: %d" NL, entries);
96 apr_file_printf(output, " With name : %d" NL, withname);
97 apr_file_printf(output, " Resolves : %d" NL, resolves);
100 apr_file_printf(output, " - No reverse : %d" NL,
105 apr_file_printf(output, " - Double lookup failed : %d" NL,
109 apr_file_printf(output, "Cache hits : %d" NL, cachehits);
110 apr_file_printf(output, "Cache size : %d" NL, cachesize);
119 "%s -- Resolve IP-addresses to hostnames in Apache log files." NL
129 #undef NL macro
[all...]
H A Dhtcacheclean.c1269 #define NL APR_EOL_STR macro
1276 "%s -- program for cleaning the disk cache." NL
1277 "Usage: %s [-Dvtrn] -pPATH [-lLIMIT|-LLIMIT] [-PPIDFILE]" NL
1278 " %s [-nti] -dINTERVAL -pPATH [-lLIMIT|-LLIMIT] [-PPIDFILE]" NL
1279 " %s [-Dvt] -pPATH URL ..." NL
1280 NL
1281 "Options:" NL
1282 " -d Daemonize and repeat cache cleaning every INTERVAL minutes." NL
1283 " This option is mutually exclusive with the -D, -v and -r" NL
1284 " options." NL
1343 #undef NL macro
[all...]
H A Dpasswd_common.h52 #define NL APR_EOL_STR macro
H A Dpasswd_common.c191 "Warning: Ignoring -C argument for this algorithm." NL);
242 "characters by CRYPT algorithm." NL);
303 "not work on this platform." NL);
313 "platform." NL
314 "Automatically using MD5 format." NL);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dutil.c8 static NL* newitem (void* n);
26 NL* qi = newitem (n);
42 NL* qi = newitem (n);
58 NL* qi = NULL;
83 NL* next;
84 NL* qi = q->start;
98 static NL*
101 NL* qi = (NL*) ckalloc (sizeof (NL));
[all...]
H A Dutil.h36 /* NL = Node List. Actually a list of generic pointers.
37 * NLQ = NL Queue. Also useable as stack.
40 typedef struct NL *NLptr;
42 typedef struct NL { struct
45 } NL; typedef in typeref:struct:NL
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dutil.c8 static NL* nlq_newitem (void* n);
26 NL* qi = nlq_newitem (n);
42 NL* qi = nlq_newitem (n);
58 NL* qi = NULL;
83 NL* next;
84 NL* qi = q->start;
98 static NL*
101 NL* qi = (NL*) ckalloc (sizeof (NL));
[all...]
H A Dutil.h35 /* NL = Node List. Actually a list of generic pointers.
36 * NLQ = NL Queue. Also useable as stack.
39 typedef struct NL *NLptr;
41 typedef struct NL { struct
44 } NL; typedef in typeref:struct:NL
/macosx-10.10.1/ntp-92/include/
H A Dascii.h51 #define NL 10 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c1407 #define NL(s) s, (sizeof s) - 1 macro
1412 { "aN", NL ("&="), 2 },
1413 { "aS", NL ("="), 2 },
1414 { "aa", NL ("&&"), 2 },
1415 { "ad", NL ("&"), 1 },
1416 { "an", NL ("&"), 2 },
1417 { "cl", NL ("()"), 0 },
1418 { "cm", NL (","), 2 },
1419 { "co", NL ("~"), 1 },
1420 { "dV", NL ("/
[all...]
H A Dcp-demangle.c.orig1407 #define NL(s) s, (sizeof s) - 1
1412 { "aN", NL ("&="), 2 },
1413 { "aS", NL ("="), 2 },
1414 { "aa", NL ("&&"), 2 },
1415 { "ad", NL ("&"), 1 },
1416 { "an", NL ("&"), 2 },
1417 { "cl", NL ("()"), 0 },
1418 { "cm", NL (","), 2 },
1419 { "co", NL ("~"), 1 },
1420 { "dV", NL ("/
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp364 Loop *NL = getNearestLoop(*POI, L); local
366 if (NL != L) {
367 // For reducible loops, NL is now an ancestor of Unloop.
368 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
370 LI->changeLoopFor(*POI, NL);
392 Loop *NL = getNearestLoop(*POI, L); local
393 if (NL != L) {
394 assert(NL !
[all...]
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dstatd.h125 #define RNDUP_NAMELEN(NL) (((NL) + 1 + (NAMEINCR-1)) & (~(NAMEINCR-1)))
/macosx-10.10.1/awk-20/src/
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...]
H A Dytab.h48 NL = 264, enumerator in enum:yytokentype
145 #define NL 264 macro
H A Dytabh.bak38 NL = 264,
133 #define NL 264
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dconvex.h154 #define LD_SWITCH_MACHINE -X -NL -fn -Enoposix -A__iob=___ap\$$iob \
/macosx-10.10.1/vim-55/src/
H A Dascii.h28 #define NL '\012' macro
111 #define NL '\x15' macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c116 #define NL 0x0002 /* entry ends line of display */ macro
163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
182 { "susp", CHAR, T_CHAR, NL|SS, VSUSP, 'Z', C("Send a terminal stop signal") },
194 { "lnext", CHAR, T_CHAR, NL|SS, VLNEXT, 'V', C("Enter the next input character literally") },
221 { "clocal", BIT, C_FLAG, NL, CLOCAL, CLOCAL, C("Disable (enable) modem control signals") },
243 { "icrnl", BIT, I_FLAG, NL|SS, ICRNL, ICRNL, C("Translate (do not translate) carriage return to newline") },
283 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to write to the terminal") },
342 { "", MIXED, O_FLAG, NL|IG },
487 if(tp->flags&NL)
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dexp-tests311 NL='
318 *$NL*) recho "newline expected" ;;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dshlex.h71 #define NL '\n' macro
132 #define SH_SEMI 0200 /* semi-colon after NL ok */
/macosx-10.10.1/vim-55/src/auto/
H A Dconfig.mk118 NL = "\\012" macro

Completed in 285 milliseconds

123