| /src/external/bsd/ntp/dist/util/ |
| timetrim.c | 41 #define USAGE "usage: timetrim [-n] [[-i] value]\n" 65 fprintf(stderr, USAGE); 89 fprintf(stderr, USAGE); 94 fprintf(stderr, USAGE);
|
| /src/games/adventure/ |
| setup.c | 65 #define USAGE "Usage: setup file > data.c (file is typically glorkz)\n" 81 fprintf(stderr, USAGE);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_test.c | 33 static NORETURN usage(char *myname) function 35 msg_fatal("usage: %s type:file read|write|create [flags...]", myname); 54 #define USAGE "verbose|del key|get key|put key=value|first|next|masks|flags" 62 usage(argv[0]); 70 usage(argv[0]); 108 vstream_printf("usage: %s\n", USAGE); 161 vstream_printf("usage: %s\n", USAGE);
|
| /src/external/mpl/bind/dist/bin/tests/system/rndc/ |
| gencheck.c | 23 #define USAGE "usage: gencheck <filename>\n" 58 fprintf(stderr, USAGE);
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| dnsrps.c | 48 #define USAGE "usage: [-a] [-n domain] [-w sec.onds]\n" 127 fprintf(stderr, USAGE); 134 fprintf(stderr, USAGE); 138 fprintf(stderr, USAGE);
|
| /src/usr.bin/shlock/ |
| shlock.c | 95 static const char USAGE[] = "%s: USAGE: %s [-du] [-p PID] -f file\n"; 360 fprintf(stderr, USAGE, Pname, Pname);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cmp_server_test.c | 131 #define USAGE \ 133 OPT_TEST_DECLARE_USAGE(USAGE) 145 TEST_error("usage: cmp_server_test %s", USAGE); 149 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 1, USAGE))
|
| ssl_test.c | 543 #define USAGE "conf_file module_name [module_conf_file]\n" 544 OPT_TEST_DECLARE_USAGE(USAGE) 561 TEST_error("usage: ssl_test %s", USAGE); 565 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE))
|
| cmp_msg_test.c | 538 #define USAGE "new.key server.crt pkcs10.der module_name [module_conf_file]\n" 539 OPT_TEST_DECLARE_USAGE(USAGE) 551 TEST_error("usage: cmp_msg_test %s", USAGE); 555 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 3, USAGE))
|
| endecoder_legacy_test.c | 670 #define USAGE "rsa-key.pem dh-key.pem\n" 671 OPT_TEST_DECLARE_USAGE(USAGE) 682 TEST_error("usage: endecoder_legacy_test %s", USAGE);
|
| cmp_protect_test.c | 539 #define USAGE "prot_RSA.pem IR_protected.der prot_Ed.pem " \ 543 OPT_TEST_DECLARE_USAGE(USAGE) 574 TEST_error("usage: cmp_protect_test %s", USAGE); 578 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 12, USAGE))
|
| cmp_vfy_test.c | 593 #define USAGE "server.crt client.crt " \ 601 OPT_TEST_DECLARE_USAGE(USAGE) 635 TEST_error("usage: cmp_vfy_test %s", USAGE); 639 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 14, USAGE))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_server_test.c | 130 #define USAGE \ 132 OPT_TEST_DECLARE_USAGE(USAGE) 144 TEST_error("usage: cmp_server_test %s", USAGE); 148 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 1, USAGE))
|
| ssl_test.c | 536 #define USAGE "conf_file module_name [module_conf_file]\n" 537 OPT_TEST_DECLARE_USAGE(USAGE) 553 TEST_error("usage: ssl_test %s", USAGE); 557 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE))
|
| cmp_client_test.c | 490 # define USAGE "server.key server.crt client.key client.crt client.csr module_name [module_conf_file]\n" 491 OPT_TEST_DECLARE_USAGE(USAGE) 505 TEST_error("usage: cmp_client_test %s", USAGE); 509 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 5, USAGE))
|
| cmp_msg_test.c | 548 #define USAGE "new.key server.crt pkcs10.der module_name [module_conf_file]\n" 549 OPT_TEST_DECLARE_USAGE(USAGE) 561 TEST_error("usage: cmp_msg_test %s", USAGE); 565 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 3, USAGE))
|
| cmp_protect_test.c | 538 #define USAGE "server.pem IR_protected.der IR_unprotected.der IP_PBM.der " \ 541 OPT_TEST_DECLARE_USAGE(USAGE) 569 TEST_error("usage: cmp_protect_test %s", USAGE); 573 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 10, USAGE))
|
| endecoder_legacy_test.c | 678 #define USAGE "rsa-key.pem dh-key.pem\n" 679 OPT_TEST_DECLARE_USAGE(USAGE) 690 TEST_error("usage: endecoder_legacy_test %s", USAGE);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
| scan-build | 1179 USAGE: $Prog [options] <build command> [build options]
|
| /src/external/bsd/nvi/dist/ip/ |
| ip_funcs.c | 542 * Print out the ip usage messages. 549 #define USAGE "\ 550 usage: vi [-eFlRrSv] [-c command] [-I ifd.ofd] [-t tag] [-w size] [file ...]\n" 551 (void)fprintf(stderr, "%s", USAGE); 552 #undef USAGE
|
| /src/usr.sbin/nfsd/ |
| nfsd.c | 120 __dead static void usage(void); 436 #define USAGE "[-46drtu] [-n num_servers]" 485 usage(); 611 usage(void) function 613 (void)fprintf(stderr, "Usage: %s %s\n", getprogname(), USAGE);
|
| /src/external/bsd/ntp/dist/ntpsnmpd/ |
| ntpsnmpd-opts.h | 44 * "AutoOpts" chapter. Please refer to that doc for usage help. 192 #define USAGE(c) (*ntpsnmpdOptions.pUsageProc)(&ntpsnmpdOptions, c)
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_funcs.c | 904 * Print out the curses usage messages. 911 #define USAGE "\ 912 usage: ex [-eFRrSsv] [-c command] [-t tag] [-w size] [file ...]\n\ 913 usage: vi [-eFlRrSv] [-c command] [-t tag] [-w size] [file ...]\n" 914 (void)fprintf(stderr, "%s", USAGE); 915 #undef USAGE
|
| /src/usr.sbin/timed/timed/ |
| timed.c | 140 #define USAGE "[-dtM] [-i net|-n net] [-F host1 host2 ...] [-G netgp]\n" 142 #define USAGE "[-dtM] [-i net|-n net] [-F host1 host2 ...]\n" 191 errx(EXIT_FAILURE, "%s", USAGE); 196 errx(EXIT_FAILURE, "%s", USAGE);
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.h | 44 * "AutoOpts" chapter. Please refer to that doc for usage help. 250 #define USAGE(c) (*ntpdcOptions.pUsageProc)(&ntpdcOptions, c)
|