Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/
H A Dcat.py1 import getopt
38 options, filenames = getopt.gnu_getopt(arguments, short_options, long_options)
39 except getopt.GetoptError as err:
H A Ddiff.py3 import getopt
193 opts, args = getopt.gnu_getopt(args, "wbuU:r", ["strip-trailing-cr"])
194 except getopt.GetoptError as err:
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py120 import getopt
123 options, args = getopt.getopt(argv[1:], 'hHvqfcb', long_opts)
154 except getopt.error as msg:
/llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/
H A Dhoist-mssa.ll4 ; CHECK-LABEL: @getopt
10 define void @getopt() {
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DGetOptInc.h38 int getopt(int argc, char *const argv[], const char *optstring);
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtimer.c54 while ((opt = getopt(argc, argv, "ehmnp:s:t:")) != EOF) { in main()
H A DChangeLog487 ce89180 Include getopt.h explicitly where it is required.
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Drandprime.c70 while ((opt = getopt(argc, argv, "s")) != EOF) { in main()
H A Drsakey.c80 while ((opt = getopt(argc, argv, "e:")) != EOF) { in main()
H A Dimcalc.c221 while ((opt = getopt(argc, argv, "ho:")) != EOF) { in main()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunused-return-value.rst27 getaddrinfo, getopt, htonl, htons, iconv_open, inet_addr, isascii, isatty,
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py5 import getopt
383 opts, args = getopt.gnu_getopt(args, 'p')
384 except getopt.GetoptError as err:
419 opts, args = getopt.gnu_getopt(args, "frR", ["--recursive"])
420 except getopt.GetoptError as err:
/llvm-project-15.0.7/libc/AOR_v20.02/networking/test/
H A Dchksum.c180 while ((c = getopt(argc, argv, "b:df:i:n:p:")) != -1) in main()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DGetOptInc.cpp412 int getopt(int nargc, char *const *nargv, const char *options) { in getopt() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c211 int getopt(int argc, char *const argv[], const char *optstring);
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py25 import getopt
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1900 fun:getopt=uninstrumented