Home
last modified time | relevance | path

Searched defs:getopt (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_adapt_adt.cpp28 boost::optional<unsigned>& getopt() { return opt; } in getopt() function
29 boost::optional<unsigned> const& getopt() const { return opt; } in getopt() function
/aosp_15_r20/external/perfetto/src/base/
H A Dgetopt_compat_unittest.cc47 GetoptFn getopt = &getopt_compat::getopt; member
60 GetoptFn getopt = &::getopt; member
H A Dgetopt_compat.cc228 int getopt(int argc, char** argv, const char* shortopts) { in getopt() function
/aosp_15_r20/external/flac/src/share/getopt/
H A DCMakeLists.txt7 add_library(getopt STATIC getopt.c getopt1.c) target
/aosp_15_r20/external/mesa3d/src/getopt/
H A Dmeson.build4 libgetopt = static_library( build
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dgetopt.h41 constexpr auto getopt = ::perfetto::base::getopt_compat::getopt; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dgetopt.h41 constexpr auto getopt = ::perfetto::base::getopt_compat::getopt; variable
/aosp_15_r20/hardware/google/gfxstream/codegen/generic-apigen/
Dgetopt.c13 int getopt(int argc, char* const argv[], const char* ostr) { in getopt() function
/aosp_15_r20/external/capstone/cstool/
H A Dgetopt.h20 getopt (int nargc, char * const nargv[], const char *ostr) in getopt() function
/aosp_15_r20/external/libpcap/missing/
H A Dgetopt.c59 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dgetopt.h166 # define getopt __posix_getopt macro
/aosp_15_r20/external/libevent/WIN32-Code/
H A Dgetopt.c83 getopt(nargc, nargv, ostr) in getopt() function
/aosp_15_r20/external/libwebsockets/win32port/win32helpers/
H A Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt() function
/aosp_15_r20/external/trusty/musl/src/misc/
Dgetopt.c27 int getopt(int argc, char * const argv[], const char *optstring) in getopt() function
/aosp_15_r20/external/python/cpython2/Lib/
Dgetopt.py51 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/external/python/cpython3/Lib/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): function
/aosp_15_r20/hardware/interfaces/biometrics/common/config/include/config/
H A DConfig.h71 T getopt(const std::string& name) { in getopt() function
/aosp_15_r20/external/mesa3d/src/
H A Dmeson.build45 subdir('getopt') subdir
/aosp_15_r20/external/musl/src/misc/
H A Dgetopt_long.c156 int getopt(int argc, char * const argv[], const char *optstring) in getopt() function
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/
H A Dwin_posix.c115 int getopt(int argc, in getopt() function

12345