HomeSort by: relevance | last modified time | path
    Searched defs:option (Results 1 - 25 of 231) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/tools/compat/
compat_getopt.h 9 #define option __nbcompat_option macro
  /src/include/
getopt.h 45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
  /src/usr.bin/find/
option.c 1 /* $NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38 static char sccsid[] = "from: @(#)option.c 8.2 (Berkeley) 4/16/94";
40 __RCSID("$NetBSD: option.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56 static OPTION *option(char *);
59 static OPTION const options[] = {
161 OPTION *p;
169 if ((p = option(opt)) == NULL)
170 errx(1, "%s: unknown option", opt);
181 static OPTION *
182 option(char *name) function
    [all...]
  /src/external/bsd/file/dist/src/
mygetopt.h 53 struct option { struct
54 /* name of long option */
58 * whether option takes an argument
61 /* if not NULL, set *flag to val when option found */
68 const struct option *, int *);
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.h 13 extern char *optarg; /* argument associated with option */
15 struct option struct
28 int getopt_long(int, char**, const char*, const struct option*, int*);
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt.h 43 struct option { struct
44 /* name of long option */
48 * whether option takes an argument
51 /* if not NULL, set *flag to val when option found */
58 const struct option *, int *);
60 const struct option *, int *);
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.h 14 extern char *optarg; /* argument associated with option */
16 struct option struct
29 int getopt_long(int, char**, const char*, const struct option*, int*);
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.h 44 struct option { struct
45 /* name of long option */
49 * whether option takes an argument
52 /* if not NULL, set *flag to val when option found */
59 const struct option *, int *);
61 const struct option *, int *);
  /src/external/gpl2/diffutils/dist/lib/
getopt.h 9 the Free Software Foundation; either version 2, or (at your option)
43 When `getopt' finds an option that takes an argument,
46 each non-option ARGV-element is returned here. */
57 non-option elements that the caller should itself scan.
69 /* Set to an option character which was unrecognized. */
76 of `struct option' terminated by an element containing a name which is
80 no_argument (or 0) if the option does not take an argument,
81 required_argument (or 1) if the option requires an argument,
82 optional_argument (or 2) if the option takes an optional argument.
85 to the value given in the field `val' when the option is found, bu
95 struct option struct
    [all...]
  /src/external/gpl2/gmake/dist/
getopt.h 10 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/gpl2/grep/dist/lib/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
33 When `getopt' finds an option that takes an argument,
36 each non-option ARGV-element is returned here. */
47 non-option elements that the caller should itself scan.
59 /* Set to an option character which was unrecognized. */
66 of `struct option' terminated by an element containing a name which is
70 no_argument (or 0) if the option does not take an argument,
71 required_argument (or 1) if the option requires an argument,
72 optional_argument (or 2) if the option takes an optional argument.
75 to the value given in the field `val' when the option is found, bu
85 struct option struct
    [all...]
  /src/external/gpl2/mkhybrid/dist/
getopt.h 7 (at your option) any later version.
26 When `getopt' finds an option that takes an argument,
29 each non-option ARGV-element is returned here. */
40 non-option elements that the caller should itself scan.
52 /* Set to an option character which was unrecognized. */
58 of `struct option' terminated by an element containing a name which is
62 no_argument (or 0) if the option does not take an argument,
63 required_argument (or 1) if the option requires an argument,
64 optional_argument (or 2) if the option takes an optional argument.
67 to the value given in the field `val' when the option is found, bu
77 struct option struct
    [all...]
  /src/external/gpl3/binutils/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/gpl3/gcc/dist/gcc/common/config/i386/
i386-isas.h 8 the Free Software Foundation; either version 3, or (at your option)
27 const char *const option; member in struct:_isa_names_table
45 # define ISA_NAMES_TABLE_ENTRY(name, feature, priority, option) \
46 {name, feature, priority, option},
  /src/external/gpl3/gcc/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/i386/
i386-isas.h 8 the Free Software Foundation; either version 3, or (at your option)
27 const char *const option; member in struct:_isa_names_table
45 # define ISA_NAMES_TABLE_ENTRY(name, feature, priority, option) \
46 {name, feature, priority, option},
  /src/external/gpl3/gcc.old/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/external/mpl/dhcp/dist/common/tests/
domain_name_test.c 38 struct option *option; local
53 option = NULL;
54 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
56 atf_tc_fail("can't find option %d", code);
59 if (option == NULL) {
60 atf_tc_fail("option is NULL");
64 output_buf = pretty_print_option(option, good_data, sizeof(good_data), 0,
75 output_buf = pretty_print_option(option, short_data, sizeof(short_data),
84 output_buf = pretty_print_option(option, long_data, sizeof(long_data), 0
    [all...]
  /src/external/gpl3/gdb/dist/include/
getopt.h 9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option is found, bu
81 struct option struct
    [all...]
  /src/distrib/utils/more/
option.c 1 /* $NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: option.c,v 1.7 2003/10/13 14:34:25 agc Exp $");
61 option(argc, argv) function
  /src/lib/lua/syslog/
syslog.c 45 int option; local
49 option = luaL_checkinteger(L, 2);
51 openlog(ident, option, facility);
  /src/sys/arch/emips/include/
sysconf.h 77 const char *option; member in struct:sysinit
  /src/sys/arch/pmax/include/
sysconf.h 82 const char *option; member in struct:sysinit

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 910