Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/posix1e/
H A Dmac.c169 mac_init_internal(int ignore_errors) in mac_init_internal() argument
194 if (ignore_errors) in mac_init_internal()
217 if (ignore_errors) in mac_init_internal()
225 if (ignore_errors) in mac_init_internal()
245 if (ignore_errors) in mac_init_internal()
253 if (ignore_errors) in mac_init_internal()
259 if (ignore_errors) in mac_init_internal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp29 void TraceCursor::SetIgnoreErrors(bool ignore_errors) { in SetIgnoreErrors() argument
30 m_ignore_errors = ignore_errors; in SetIgnoreErrors()
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py135 ignore_errors = False
225 ignore_errors = False
248 ignore_errors = True
255 elif ignore_errors:
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h96 void SetIgnoreErrors(bool ignore_errors);
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py138 shutil.rmtree(_temp_dir, ignore_errors=True)
/freebsd-13.1/crypto/openssh/
H A Dsftp.c1286 parse_args(const char **cpp, int *ignore_errors, int *disable_echo, int *aflag, in parse_args() argument
1304 *ignore_errors = 0; in parse_args()
1308 *ignore_errors = 1; in parse_args()
1495 int ignore_errors = 0, disable_echo = 1; in parse_dispatch_command() local
1506 cmdnum = parse_args(&cmd, &ignore_errors, &disable_echo, &aflag, &fflag, in parse_dispatch_command()
1509 if (ignore_errors != 0) in parse_dispatch_command()