Searched refs:show_error (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/xz/src/common/
H A Dtuklib_exit.h21 extern void tuklib_exit(int status, int err_status, int show_error)
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) argument
37 if (show_error)
/freebsd-10.3-release/sbin/nvmecontrol/
H A Dnvmecontrol.h65 int open_dev(const char *str, int *fd, int show_error, int exit_on_error);
H A Dnvmecontrol.c165 open_dev(const char *str, int *fd, int show_error, int exit_on_error) argument
170 if (show_error)
182 if (show_error)
/freebsd-10.3-release/contrib/less/
H A Dpattern.c23 compile_pattern2(pattern, search_type, comp_pattern, show_error)
27 int show_error;
41 if (show_error)
55 if (show_error)
74 if (show_error)
85 if (show_error)
96 if (show_error)
107 reg_show_error = show_error;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2133 bool show_error = true; local
2143 show_error = false;
2151 show_error = IsAlive();
2166 if (!error.Success() && show_error)
2213 if (show_error)

Completed in 125 milliseconds