Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/git/
H A Dpre-push.py82 ignore_errors=False, text=True, print_raw_stderr=False): argument
91 if ignore_errors:
104 if p.returncode == 0 or ignore_errors:
105 if stderr and not ignore_errors:
160 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True):
/openbsd/usr.bin/less/
H A Doutput.c78 flush(int ignore_errors) in flush() argument
91 if (nwritten == -1 && !ignore_errors) in flush()
/openbsd/gnu/llvm/lldb/docs/
H A Dconf.py327 shutil.rmtree(api_source_dir, ignore_errors=True)
/openbsd/usr.bin/tmux/
H A Dtmux.c146 expand_paths(const char *s, char ***paths, u_int *n, int ignore_errors) in expand_paths() argument
166 if (ignore_errors) { in expand_paths()
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py207 shutil.rmtree(extdefmap_dir, ignore_errors=True)
255 shutil.rmtree(ctu_config.dir, ignore_errors=True)
272 shutil.rmtree(ctu_config.dir, ignore_errors=True)
/openbsd/usr.bin/ssh/
H A Dsftp.c1316 parse_args(const char **cpp, int *ignore_errors, int *disable_echo, int *aflag, in parse_args() argument
1334 *ignore_errors = 0; in parse_args()
1338 *ignore_errors = 1; in parse_args()
1529 int ignore_errors = 0, disable_echo = 1; in parse_dispatch_command() local
1540 cmdnum = parse_args(&cmd, &ignore_errors, &disable_echo, &aflag, &fflag, in parse_dispatch_command()
1543 if (ignore_errors != 0) in parse_dispatch_command()
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py4132 def register_function(lib, item, ignore_errors): argument
4140 if ignore_errors:
4153 def register_functions(lib, ignore_errors): argument
4161 return register_function(lib, item, ignore_errors)