Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py85 ignore_errors=False, text=True, print_raw_stderr=False): argument
94 if ignore_errors:
107 if p.returncode == 0 or ignore_errors:
108 if stderr and not ignore_errors:
163 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True):
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py205 shutil.rmtree(extdefmap_dir, ignore_errors=True)
253 shutil.rmtree(ctu_config.dir, ignore_errors=True)
270 shutil.rmtree(ctu_config.dir, ignore_errors=True)
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c1355 parse_args(const char **cpp, int *ignore_errors, int *disable_echo, int *aflag, in parse_args() argument
1373 *ignore_errors = 0; in parse_args()
1377 *ignore_errors = 1; in parse_args()
1568 int ignore_errors = 0, disable_echo = 1; in parse_dispatch_command() local
1585 cmdnum = parse_args(&cmd, &ignore_errors, &disable_echo, &aflag, &fflag, in parse_dispatch_command()
1588 if (ignore_errors != 0) in parse_dispatch_command()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dunused_functions.py171 rmtree(tmpd, ignore_errors=True)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dunused_functions.py171 rmtree(tmpd, ignore_errors=True)
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py4063 def register_function(lib, item, ignore_errors): argument
4071 if ignore_errors:
4084 def register_functions(lib, ignore_errors): argument
4092 return register_function(lib, item, ignore_errors)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-ia64.c4982 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) in ignore_errors() function
5082 #define elf_backend_link_order_error_handler ignore_errors
H A DChangeLog-20203443 * elfnn-ia64.c (ignore_errors): New function.
3444 (elf_backend_link_order_error_handler): Redefine as ignore_errors.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-ia64.c4983 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) in ignore_errors() function
5083 #define elf_backend_link_order_error_handler ignore_errors
H A DChangeLog-20203443 * elfnn-ia64.c (ignore_errors): New function.
3444 (elf_backend_link_order_error_handler): Redefine as ignore_errors.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20203443 * elfnn-ia64.c (ignore_errors): New function.
3444 (elf_backend_link_order_error_handler): Redefine as ignore_errors.