/usr/share/cagefs-skeleton/usr/include/bits
/* Declarations for getopt (GNU extensions). Copyright (C) 1989-2021 Free Software Foundation, Inc. This file is part of the GNU C Library and is also part of gnulib. Patches to this file should be submitted to both projects. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ #ifndef _GETOPT_EXT_H #define _GETOPT_EXT_H 1 /* This header should not be used directly; include getopt.h instead. Unlike most bits headers, it does not have a protective #error, because the guard macro for getopt.h in gnulib is not fixed. */ __BEGIN_DECLS /* Describe the long-named options requested by the application. The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector of 'struct option' terminated by an element containing a name which is zero. The field 'has_arg' is: no_argument (or 0) if the option does not take an argument, required_argument (or 1) if the option requires an argument, optional_argument (or 2) if the option takes an optional argument. If the field 'flag' is not NULL, it points to a variable that is set to the value given in the field 'val' when the option is found, but left unchanged if the option is not found. To have a long-named option do something other than set an 'int' to a compiled-in constant, such as set a value from 'optarg', set the option's 'flag' field to zero and its 'val' field to a nonzero value (the equivalent single-letter option character, if there is one). For long options that have a zero 'flag' field, 'getopt' returns the contents of the 'val' field. */ struct option { const char *name; /* has_arg can't be an enum because some compilers complain about type mismatches in all the code that assumes it is an int. */ int has_arg; int *flag; int val; }; /* Names for the values of the 'has_arg' field of 'struct option'. */ #define no_argument 0 #define required_argument 1 #define optional_argument 2 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW __nonnull ((2, 3)); extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW __nonnull ((2, 3)); __END_DECLS #endif /* getopt_ext.h */
.
Edit
..
Edit
a.out.h
Edit
argp-ldbl.h
Edit
byteswap.h
Edit
cmathcalls.h
Edit
confname.h
Edit
cpu-set.h
Edit
dirent.h
Edit
dirent_ext.h
Edit
dlfcn.h
Edit
elfclass.h
Edit
endian.h
Edit
endianness.h
Edit
environments.h
Edit
epoll.h
Edit
err-ldbl.h
Edit
errno.h
Edit
error-ldbl.h
Edit
error.h
Edit
eventfd.h
Edit
fcntl-linux.h
Edit
fcntl.h
Edit
fcntl2.h
Edit
fenv.h
Edit
floatn-common.h
Edit
floatn.h
Edit
flt-eval-method.h
Edit
fp-fast.h
Edit
fp-logb.h
Edit
getopt_core.h
Edit
getopt_ext.h
Edit
getopt_posix.h
Edit
hwcap.h
Edit
in.h
Edit
indirect-return.h
Edit
inet-fortified-decl.h
Edit
inet-fortified.h
Edit
initspin.h
Edit
inotify.h
Edit
ioctl-types.h
Edit
ioctls.h
Edit
ipc-perm.h
Edit
ipc.h
Edit
ipctypes.h
Edit
iscanonical.h
Edit
libc-header-start.h
Edit
libm-simd-decl-stubs.h
Edit
link.h
Edit
link_lavcurrent.h
Edit
local_lim.h
Edit
locale.h
Edit
long-double.h
Edit
math-vector.h
Edit
mathcalls-helper-functions.h
Edit
mathcalls-narrow.h
Edit
mathcalls.h
Edit
mathdef.h
Edit
mman-linux.h
Edit
mman-map-flags-generic.h
Edit
mman-shared.h
Edit
mman.h
Edit
monetary-ldbl.h
Edit
mqueue.h
Edit
mqueue2.h
Edit
msq.h
Edit
netdb.h
Edit
param.h
Edit
platform
Edit
poll.h
Edit
poll2.h
Edit
posix1_lim.h
Edit
posix2_lim.h
Edit
posix_opt.h
Edit
printf-ldbl.h
Edit
procfs-extra.h
Edit
procfs-id.h
Edit
procfs-prregset.h
Edit
procfs.h
Edit
pthread_stack_min-dynamic.h
Edit
pthread_stack_min.h
Edit
pthreadtypes-arch.h
Edit
pthreadtypes.h
Edit
ptrace-shared.h
Edit
resource.h
Edit
rseq.h
Edit
sched.h
Edit
select.h
Edit
select2.h
Edit
sem.h
Edit
semaphore.h
Edit
setjmp.h
Edit
setjmp2.h
Edit
shm.h
Edit
shmlba.h
Edit
sigaction.h
Edit
sigcontext.h
Edit
sigevent-consts.h
Edit
siginfo-arch.h
Edit
siginfo-consts-arch.h
Edit
siginfo-consts.h
Edit
signal_ext.h
Edit
signalfd.h
Edit
signum-arch.h
Edit
signum-generic.h
Edit
sigstack.h
Edit
sigstksz.h
Edit
sigthread.h
Edit
sockaddr.h
Edit
socket-constants.h
Edit
socket.h
Edit
socket2.h
Edit
socket_type.h
Edit
ss_flags.h
Edit
stab.def
Edit
stat.h
Edit
statfs.h
Edit
statvfs.h
Edit
statx-generic.h
Edit
statx.h
Edit
stdint-intn.h
Edit
stdint-uintn.h
Edit
stdio-ldbl.h
Edit
stdio.h
Edit
stdio2-decl.h
Edit
stdio2.h
Edit
stdio_lim.h
Edit
stdlib-bsearch.h
Edit
stdlib-float.h
Edit
stdlib-ldbl.h
Edit
stdlib.h
Edit
string_fortified.h
Edit
strings_fortified.h
Edit
struct_mutex.h
Edit
struct_rwlock.h
Edit
struct_stat.h
Edit
struct_stat_time64_helper.h
Edit
syscall.h
Edit
syslog-ldbl.h
Edit
syslog-path.h
Edit
syslog.h
Edit
sysmacros.h
Edit
termios-baud.h
Edit
termios-c_cc.h
Edit
termios-c_cflag.h
Edit
termios-c_iflag.h
Edit
termios-c_lflag.h
Edit
termios-c_oflag.h
Edit
termios-misc.h
Edit
termios-struct.h
Edit
termios-tcflow.h
Edit
termios.h
Edit
thread-shared-types.h
Edit
time.h
Edit
time64.h
Edit
timerfd.h
Edit
timesize.h
Edit
timex.h
Edit
types
Edit
types.h
Edit
typesizes.h
Edit
uintn-identity.h
Edit
uio-ext.h
Edit
uio_lim.h
Edit
unistd.h
Edit
unistd_ext.h
Edit
utmp.h
Edit
utmpx.h
Edit
utsname.h
Edit
waitflags.h
Edit
waitstatus.h
Edit
wchar-ldbl.h
Edit
wchar.h
Edit
wchar2-decl.h
Edit
wchar2.h
Edit
wctype-wchar.h
Edit
wordsize.h
Edit
xopen_lim.h
Edit