Searched defs:NL (Results 1 - 4 of 4) sorted by relevance

/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 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 Dpasswd_common.h52 #define NL APR_EOL_STR macro
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...]

Completed in 15 milliseconds