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

  /src/usr.bin/rdist/
defs.h 71 #define OPTION 15
81 /* option flags */
  /src/usr.sbin/installboot/
installboot.c 73 const struct option { struct
74 const char *name; /* Name of option */
76 enum { /* Type of option value... */
103 #define OPTION(params, type, opt) (*(type *)((char *)(params) + (opt)->offset))
281 /* XXX should be specified via option */
393 parseoptions(ib_params *params, const char *option)
396 const struct option *opt;
401 assert(option != NULL);
403 for (;; option += len) {
404 option += strspn(option, ", \t")
    [all...]
  /src/usr.bin/find/
find.h 132 const char *name; /* option name */
136 } OPTION;

Completed in 12 milliseconds