HomeSort by: relevance | last modified time | path
    Searched defs:OPTIONS (Results 1 - 11 of 11) 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/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/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 98 #define OPTIONS "@:A::a::B::b:CcDd:FfG::hL:l:Nn:Oo:p:qR:rTt:Vvw::X:x:y"
184 printf("Usage: %s [options]\n", progname);
244 static struct options { /* setable options */ struct
255 get_bootnum(struct options *op, const char *oarg)
317 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /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/bin/rcp/
rcp.c 72 #define OPTIONS "46dfprt"
110 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
126 /* Server 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 144 #define OPTIONS BOOTSEL_OPTIONS "0123FSafgiIluvA:b:c:E:r:s:w:z:"
396 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
670 "\t-B update bootselect options\n"
1472 warnx("Installed bootfile doesn't support required options.");
1479 "Installed bootfile doesn't support required options.");
1489 "required bootsel options", boot_path );
1493 "options,\ninstall default bootfile instead?",
1514 "options. Got flags 0x%x, wanted 0x%x\n",
1563 printf("Select the default boot option. Options are:\n\n");

Completed in 187 milliseconds