Searched defs:usage (Results 1 - 13 of 13) sorted by relevance
/httpd/support/ |
H A D | ctauditscts | 34 def usage(): function 139 usage()
|
H A D | ctlogconfig | 109 usage() 125 usage() 147 usage() 166 usage() 196 usage() 232 usage() 252 def usage(): function 283 usage() 301 usage()
|
H A D | fcgistarter.c | 33 "usage: fcgistarter -c <command> -p <port> [-i <interface> -N <num>]\n" 37 static void usage(void) function 91 usage(); 101 usage(); 112 usage(); 123 usage();
|
H A D | httxt2dbm.c | 54 static void usage(void) function 211 usage(); 220 usage(); 228 usage(); 236 usage(); 244 usage(); 254 usage(); 260 usage(); 266 usage();
|
H A D | logresolve.c | 114 * usage info 116 static void usage(void) function 168 usage(); 174 usage(); 180 usage();
|
H A D | htdigest.c | 165 static void usage(void) function 217 usage(); 234 usage();
|
H A D | htpasswd.c | 32 * 2: Failure; command line syntax problem (usage message issued) 93 static void usage(void) function 105 " -i Read password from stdin without verification (for script usage)." NL 202 usage(); 220 usage();
|
H A D | rotatelogs.c | 105 static void usage(const char *argv0, const char *reason) function 632 usage(argv[0], NULL /* specific error message already issued */ ); 641 usage(argv[0], "Incorrect number of arguments"); 647 usage(argv[0], "Invalid filename given"); 654 usage(argv[0], err);
|
H A D | htcacheclean.c | 1267 * usage info 1270 static void usage(const char *error) function 1346 usage(apr_psprintf(pool, 1433 usage(NULL); 1516 usage(apr_psprintf(pool, "Invalid limit: %s" 1546 usage(apr_psprintf(pool, "Invalid limit: %s" 1573 usage(apr_psprintf(pool, "Could not set filepath to '%s': %pm", 1592 usage(apr_psprintf(pool, "Invalid round value: %s" 1596 usage(apr_psprintf(pool, "Round value must be positive: %s" 1601 usage(apr_psprint [all...] |
H A D | ab.c | 109 * only an issue for loopback usage 1943 /* display usage information */ 1944 static void usage(const char *progname) function 1991 fprintf(stderr, " -h Display usage information (this message)\n"); 2330 usage(argv[0]); 2371 usage(argv[0]); 2380 usage(argv[0]); 2386 usage(argv[0]); 2392 usage(argv[0]); 2422 /* Keep memory usage a [all...] |
/httpd/test/ |
H A D | test_limits.c | 72 usage(void) function 75 "usage: test_limits [-t (r|n|h|b)] [-a address] [-p port] [-n num]\n"); 116 usage(); 120 usage();
|
/httpd/server/ |
H A D | main.c | 350 static void usage(process_rec *process) function 553 usage(process); 619 usage(process); 628 usage(process);
|
/httpd/modules/filters/ |
H A D | mod_proxy_html.c | 1128 const char *usage = local 1136 return usage; 1138 return usage;
|
Completed in 42 milliseconds