Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/glibc-2.36/manual/
Dgetopt.texi27 option character or an option with a missing required argument. This is
35 When @code{getopt} encounters an unknown option character or an option
36 with a missing required argument, it stores that option character in
45 all of the option arguments, you can use this variable to determine
46 where the remaining non-option arguments begin. The initial value of
53 option argument, for those options that accept arguments.
77 The @code{getopt} function gets the next option argument from the
82 The @var{options} argument is a string that specifies the option
83 characters that are valid for this program. An option character in this
85 required argument. If an option character is followed by two colons
[all …]
Dargp.texi6 @cindex option parsing with argp
19 option parsers into one, mediating conflicts between them and making the
20 result appear seamless. A library can export an argp option parser that
21 user programs might employ in conjunction with their own option parsers,
24 efficient option-parsing for abstractions implemented by the libraries.
81 unknown option is encountered. @xref{Program Termination}.
83 If @var{arg_index} is non-null, the index of the first unparsed option
90 an unknown option or option argument is encountered.
107 @samp{--version} option and provide a bug-reporting address in the
113 @samp{--version} option is added when parsing with @code{argp_parse},
[all …]
Dinstall.texi56 mandatory is @samp{--prefix}. This option tells @code{configure}
89 directory if that option is specified, or @file{/usr/local} otherwise.
96 but if you specify this option, it will look in @var{DIRECTORY} instead.
98 This option is primarily of use on a system where the headers in
100 occasionally happen in this case. You can also use this option if you want to
105 This option is currently only useful on @gnulinuxsystems{}. The
113 the ones the C compiler would default to. You can use this option if
131 automatically use the appropriate flags, but this option can be used to
167 resulting glibc can be used with the GCC option, -static-pie, which is
173 @theglibc{} is built with @option{--enable-cet} or
[all …]
Dstartup.texi128 Certain options require an argument. For example, the @option{-o} option
132 An option and its argument may or may not appear as separate tokens. (In
134 @w{@option{-o foo}} and @option{-ofoo} are equivalent.
137 Options typically precede other non-option arguments.
140 normally make it appear as if all the option arguments were
141 specified before all the non-option arguments for the purposes of
142 parsing, even if the user of your program intermixed option and
143 non-option arguments. They do this by reordering the elements of the
149 The argument @option{--} terminates all options; any following arguments
150 are treated as non-option arguments, even if they begin with a hyphen.
[all …]
/glibc-2.36/mach/
Dmsg.c35 mach_msg_option_t option, in __mach_msg_trap() argument
42 return __mach_msg_overwrite_trap (msg, option, send_size, in __mach_msg_trap()
51 mach_msg_option_t option, in weak_alias()
70 ret = __mach_msg_overwrite_trap (msg, option, send_size, in weak_alias()
76 if (!(option & MACH_SEND_INTERRUPT)) in weak_alias()
78 ret = __mach_msg_overwrite_trap (msg, option, send_size, in weak_alias()
82 if (!(option & MACH_RCV_INTERRUPT)) in weak_alias()
84 ret = __mach_msg_overwrite_trap (msg, option & ~MACH_SEND_MSG, in weak_alias()
95 mach_msg_option_t option, in weak_alias()
111 ret = __mach_msg_trap (msg, option, send_size, in weak_alias()
[all …]
Dmsgserver.c78 mach_msg_option_t option, in __mach_msg_server_timeout() argument
87 option |= MACH_RCV_LARGE; in __mach_msg_server_timeout()
100 mr = __mach_msg (&request->Head, MACH_RCV_MSG|option, in __mach_msg_server_timeout()
151 MACH_SEND_MSG|MACH_RCV_MSG|option, in __mach_msg_server_timeout()
168 rcv_name, option, timeout); in __mach_msg_server_timeout()
/glibc-2.36/hurd/
Dintr-msg.c33 mach_msg_option_t option, in _hurd_intr_rpc_mach_msg() argument
42 const mach_msg_option_t user_option = option; in _hurd_intr_rpc_mach_msg()
80 if ((option & (MACH_SEND_MSG|MACH_RCV_MSG)) != (MACH_SEND_MSG|MACH_RCV_MSG) in _hurd_intr_rpc_mach_msg()
87 return __mach_msg (&m->header, option, send_size, rcv_size, rcv_name, in _hurd_intr_rpc_mach_msg()
118 err = INTR_MSG_TRAP (msg, option, send_size, in _hurd_intr_rpc_mach_msg()
134 if (!(option & MACH_SEND_MSG)) in _hurd_intr_rpc_mach_msg()
310 option = user_option; in _hurd_intr_rpc_mach_msg()
333 option &= ~MACH_SEND_MSG; /* Don't send again. */ in _hurd_intr_rpc_mach_msg()
339 option |= MACH_RCV_TIMEOUT; in _hurd_intr_rpc_mach_msg()
347 option = user_option; in _hurd_intr_rpc_mach_msg()
[all …]
Dreport-wait.c159 mach_msg_option_t option; in weak_extern() local
166 &option, &timeout) == 0) in weak_extern()
200 else if ((option & (MACH_RCV_MSG|MACH_RCV_TIMEOUT)) in weak_extern()
/glibc-2.36/include/
Dlibc-diag.h56 #define DIAG_IGNORE_NEEDS_COMMENT(version, option) \ argument
57 _Pragma (_DIAG_STR (GCC diagnostic ignored option))
68 # define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option) \ argument
69 _Pragma (_DIAG_STR (GCC diagnostic ignored option))
71 # define DIAG_IGNORE_Os_NEEDS_COMMENT(version, option) argument
/glibc-2.36/posix/
Dgetopt1.c29 const struct option *long_options, int *opt_index) in getopt_long()
37 const struct option *long_options, int *opt_index, in _getopt_long_r()
52 const struct option *long_options, int *opt_index) in getopt_long_only()
60 const struct option *long_options, int *opt_index, in _getopt_long_only_r()
83 static const struct option long_options[] = in main()
Dgetopt_int.h27 const struct option *__longopts, int *__longind,
103 const struct option *__longopts, int *__longind,
109 const struct option *__longopts, int *__longind,
114 const struct option *__longopts,
Dgetopt.c194 const struct option *longopts, int *longind, in process_long_option()
200 const struct option *p; in process_long_option()
201 const struct option *pfound = NULL; in process_long_option()
471 const struct option *longopts, int *longind, in _getopt_internal_r()
703 const struct option *longopts, int *longind, int long_only, in _getopt_internal()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dintr-msg.h24 #define INTR_MSG_TRAP(msg, option, send_size, rcv_size, rcv_name, timeout, notify, cancel_p, intr_p… argument
76 : "=a" (err), "+r" (option), "+r" (timeout), "=m" (*intr_port_p) \
116 mach_msg_option_t option; member
133 *(opt) = args->option; \
Dtrampoline.c281 assert (args->option & MACH_RCV_MSG); in _hurd_setup_sighandler()
284 args->option &= ~MACH_SEND_MSG; in _hurd_setup_sighandler()
289 args->option |= MACH_RCV_TIMEOUT; in _hurd_setup_sighandler()
/glibc-2.36/posix/bits/
Dgetopt_ext.h50 struct option struct
68 const struct option *__longopts, int *__longind)
72 const struct option *__longopts, int *__longind)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dprctl.c29 __prctl (int option, ...) in __prctl() argument
32 va_start (arg, option); in __prctl()
38 return INLINE_SYSCALL_CALL (prctl, option, arg2, arg3, arg4, arg5); in __prctl()
/glibc-2.36/sysdeps/riscv/
Dstart.S72 .option push
73 .option norelax
75 .option pop
/glibc-2.36/
DINSTALL33 mandatory is '--prefix'. This option tells 'configure' where you want
62 directory if that option is specified, or '/usr/local' otherwise.
69 option, it will look in DIRECTORY instead.
71 This option is primarily of use on a system where the headers in
74 this option if you want to compile the GNU C Library with a newer
78 This option is currently only useful on GNU/Linux systems. The
86 ones the C compiler would default to. You can use this option if
104 automatically use the appropriate flags, but this option can be
139 used with the GCC option, -static-pie, which is available with GCC
164 When the GNU C Library is built with this option then the resulting
[all …]
Daclocal.m4111 [# Was a --with-binutils option given?
157 dnl Test a compiler option or options with an empty input file.
178 dnl Support the --with-pkgversion configure option.
196 dnl Support the --with-bugurl configure option.
225 dnl Check linker option support.
/glibc-2.36/argp/
Dargp-parse.c81 #define USER_BITS ((sizeof ((struct option *)0)->val * CHAR_BIT) - GROUP_BITS)
200 find_long_option (struct option *long_options, const char *name) in find_long_option()
202 struct option *l = long_options; in find_long_option()
274 struct option *long_opts;
304 struct option *long_end;
501 #define LLEN ((szs.long_len + 1) * sizeof (struct option)) in parser_init()
772 struct option *long_opt = parser->long_opts; in parser_parse_opt()
/glibc-2.36/support/
Dsupport_test_main.c42 static const struct option default_options[] =
50 usage (const struct option *options) in usage()
278 const struct option *options; in support_test_main()
/glibc-2.36/mach/mach/
Dmach_traps.h62 int option, mach_msg_timeout_t option_time);
/glibc-2.36/sysdeps/mips/
Dbsd-setjmp.S28 .option pic2
Dbsd-_setjmp.S28 .option pic2
/glibc-2.36/sysdeps/mips/mips64/
Dbsd-setjmp.S28 .option pic2

12345678910>>...16