Searched refs:ignore_errors (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py85 ignore_errors=False, text=True, print_raw_stderr=False):
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-current/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-current/external/bsd/tmux/dist/
H A Dtmux.c142 expand_paths(const char *s, char ***paths, u_int *n, int ignore_errors) argument
162 if (ignore_errors) {
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dunused_functions.py171 rmtree(tmpd, ignore_errors=True)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dunused_functions.py171 rmtree(tmpd, ignore_errors=True)
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py4063 def register_function(lib, item, ignore_errors):
4071 if ignore_errors:
4084 def register_functions(lib, ignore_errors):
4092 return register_function(lib, item, ignore_errors)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfnn-ia64.c4989 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...)
5090 #define elf_backend_link_order_error_handler ignore_errors
4982 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) function
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfnn-ia64.c4998 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...)
5099 #define elf_backend_link_order_error_handler ignore_errors
4991 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) function
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfnn-ia64.c4989 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...)
5090 #define elf_backend_link_order_error_handler ignore_errors
4982 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) function
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-ia64.c4989 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...)
5090 #define elf_backend_link_order_error_handler ignore_errors
4982 ignore_errors (const char *fmt ATTRIBUTE_UNUSED, ...) function

Completed in 532 milliseconds