HomeSort by: relevance | last modified time | path
    Searched defs:OPTIONS (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.bin/ktrace/
ktrace.c 99 # define OPTIONS "aCce:df:g:ilm:no:p:RTt:v:"
102 # define OPTIONS "aCcdf:g:ip:st:v:"
106 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
317 " kernel; re-compile kernel with `options KTRACE'");
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 47 my %Options = (
69 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
79 lock_keys(%Options);
130 my @options = qx($0 -h);
131 foreach (@options) {
141 # Declaration of Clang options. Populated later.
264 if ($Options{Verbose}) {
429 if (grep { $p =~ m/$_/ } @{$Options{Excludes}}) {
430 if ($Options{Verbose}) {
475 if ($Options{ShowDescription})
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
preference.c 59 #define OPTIONS 12
82 TEXT("options"),
155 debug_printf(TEXT(" options: %s\n"), pref->options);
333 case OPTIONS:
334 wcscpy(buf.options,unidata);
611 wsprintf(unibuf,TEXT("options:%s\r\n"),buf->options);
612 debug_printf(TEXT("options,unibuf=%s,wcslen=%d"),unibuf,
  /src/usr.bin/rsh/
rsh.c 142 # define OPTIONS "468KLdel:np:u:w"
146 # define OPTIONS "468KLdel:np:w"
155 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
  /src/crypto/external/apache2/openssl/dist/apps/include/
opt.h 20 * Common verification options.
123 * Common "extended validation" options.
155 * Common SSL options.
284 * Random state options.
302 * Provider options.
365 } OPTIONS;
400 /* Divide options into sections when displaying usage */
401 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
405 char *opt_init(int ac, char **av, const OPTIONS *o);
409 void opt_help(const OPTIONS *list)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/include/
opt.h 20 * Common verification options.
121 * Common "extended validation" options.
151 * Common SSL options.
263 * Random state options.
278 * Provider options.
319 } OPTIONS;
352 /* Divide options into sections when displaying usage */
353 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
357 char *opt_init(int ac, char **av, const OPTIONS * o);
361 void opt_help(const OPTIONS * list)
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-dsfromkey.c 341 fprintf(stderr, " %s [options] keyfile\n\n", program);
342 fprintf(stderr, " %s [options] -f zonefile [zonename]\n\n", program);
343 fprintf(stderr, " %s [options] -s dnsname\n\n", program);
346 fprintf(stderr, "Options:\n"
393 #define OPTIONS "12Aa:Cc:d:Ff:K:l:sT:v:whV"
394 while ((ch = isc_commandline_parse(argc, argv, OPTIONS)) != -1) {
dnssec-cds.c 1042 " %s options [options] -f <file> -d <path> <domain>\n",
1045 fprintf(stderr, "Options:\n"
1110 #define OPTIONS "a:c:Dd:f:i:ms:T:uv:V"
1111 while ((ch = isc_commandline_parse(argc, argv, OPTIONS)) != -1) {
dnssec-ksr.c 118 fprintf(stderr, " %s options [options] <command> <zone>\n", program);
122 fprintf(stderr, "Options:\n");
339 int options = (DST_TYPE_PRIVATE | DST_TYPE_PUBLIC | DST_TYPE_STATE); local
519 result = dst_key_tofile(key, options, ksr->keydir);
1358 #define OPTIONS "E:e:Ff:hi:K:k:l:ov:V"
1359 while ((ch = isc_commandline_parse(argc, argv, OPTIONS)) != -1) {
  /src/lib/libmenu/
menu.h 59 /* Menu options */
60 typedef unsigned int OPTIONS;
90 OPTIONS opts;
110 OPTIONS opts; /* options for the menu */
155 OPTIONS menu_opts(MENU *);
156 int menu_opts_off(MENU *, OPTIONS);
157 int menu_opts_on(MENU *, OPTIONS);
174 int set_menu_opts(MENU *, OPTIONS);
191 OPTIONS item_opts(ITEM *)
    [all...]
  /src/libexec/rshd/
rshd.c 147 #define OPTIONS "aLln"
168 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
803 syslog(LOG_ERR, "Usage: %s [-%s]", getprogname(), OPTIONS);
  /src/sbin/efi/
main.c 99 #define OPTIONS "@:A::a::B::b:CcDd:FfG::hL:l:Nn:Oo:p:qR:rTt:Vvw::X:x:y"
185 printf("Usage: %s [options]\n", progname);
245 static struct options { /* setable options */ struct
256 get_bootnum(struct options *op, const char *oarg)
318 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/diff/
diff.c 51 #define OPTIONS "0123456789aBbC:cdD:efF:HhI:iL:lnNPpqrS:sTtU:uwW:X:x:y"
132 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
552 fprintf(stderr, "error: conflicting output format options.\n");
  /src/bin/rcp/
rcp.c 72 #define OPTIONS "46dfprt"
110 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
126 /* Server options. */
  /src/libexec/rlogind/
rlogind.c 117 #define OPTIONS "alnL"
159 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
368 "Connection received using IP options (ignored):%s",
  /src/usr.bin/rlogin/
rlogin.c 163 #define OPTIONS "468dEe:l:np:"
164 while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 92 * Common verification options.
192 * Common "extended validation" options.
221 * Common SSL options.
325 * Random state options.
354 } OPTIONS;
386 char *opt_init(int ac, char **av, const OPTIONS * o);
412 void opt_help(const OPTIONS * list);
  /src/usr.bin/diff3/
diff3.c 174 #define OPTIONS "3aAeEiL:mTxX"
847 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
871 errx(2, "too many file label options");
  /src/usr.sbin/rtadvd/
rtadvd.c 188 /* get command line options and arguments */
189 #define OPTIONS "Cc:dDfp:s"
190 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
191 #undef OPTIONS
736 * receive options.
1163 /* Values in the MTU options */
1417 * options.
1439 break; /* we don't care about these options */
  /src/sbin/fdisk/
fdisk.c 147 #define OPTIONS BOOTSEL_OPTIONS "0123FSafgiIluvA:b:c:E:r:s:w:z:"
399 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
673 "\t-B update bootselect options\n"
1475 warnx("Installed bootfile doesn't support required options.");
1482 "Installed bootfile doesn't support required options.");
1492 "required bootsel options", boot_path );
1496 "options,\ninstall default bootfile instead?",
1517 "options. Got flags 0x%x, wanted 0x%x\n",
1566 printf("Select the default boot option. Options are:\n\n");
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 19 /* \fB-h\fR, \fB-o\fR, \fB-S\fR, \fB-t\fR, \fB-T\fR and \fB-v\fR options
130 /* the below \fB-k\fR and \fB-K\fR options.
155 /* Fine-grained TLS logging options. To tune the TLS features logged
449 typedef struct OPTIONS {
458 } OPTIONS;
515 OPTIONS options; /* JCL */ member in struct:STATE
811 log_level = state->options.logopts,
826 enable_rpk = state->options.enable_rpk,
932 enable_rpk = state->options.enable_rpk
    [all...]

Completed in 34 milliseconds