| /llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/ |
| H A D | cat.py | 1 import getopt 38 options, filenames = getopt.gnu_getopt(arguments, short_options, long_options) 39 except getopt.GetoptError as err:
|
| H A D | diff.py | 3 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 D | main.py | 120 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 D | hoist-mssa.ll | 4 ; CHECK-LABEL: @getopt 10 define void @getopt() {
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 38 int getopt(int argc, char *const argv[], const char *optstring);
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imtimer.c | 54 while ((opt = getopt(argc, argv, "ehmnp:s:t:")) != EOF) { in main()
|
| H A D | ChangeLog | 487 ce89180 Include getopt.h explicitly where it is required.
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/examples/ |
| H A D | randprime.c | 70 while ((opt = getopt(argc, argv, "s")) != EOF) { in main()
|
| H A D | rsakey.c | 80 while ((opt = getopt(argc, argv, "e:")) != EOF) { in main()
|
| H A D | imcalc.c | 221 while ((opt = getopt(argc, argv, "ho:")) != EOF) { in main()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unused-return-value.rst | 27 getaddrinfo, getopt, htonl, htons, iconv_open, inet_addr, isascii, isatty,
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 5 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 D | chksum.c | 180 while ((c = getopt(argc, argv, "b:df:i:n:p:")) != -1) in main()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | GetOptInc.cpp | 412 int getopt(int nargc, char *const *nargv, const char *options) { in getopt() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 211 int getopt(int argc, char *const argv[], const char *optstring);
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 25 import getopt
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1900 fun:getopt=uninstrumented
|