Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 161) sorted by relevance

1234567

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dios_failure.cc48 ios_base::failure::failure(const string& __str) throw() in failure() function in std::ios_base::failure
51 ios_base::failure::~failure() throw() in ~failure()
55 ios_base::failure::what() const throw() in what()
67 { ::new(buf) ios_base::failure(msg); } in __construct_ios_failure()
71 { static_cast<ios_base::failure*>(buf)->~failure(); } in __destroy_ios_failure()
75 { return *type == typeid(ios::failure); } in __is_ios_failure_handler()
80 typedef char S[1 / (sizeof(ios::failure) <= sizeof(runtime_error))];
81 typedef char A[1 / (__alignof(ios::failure) <= __alignof(runtime_error))];
89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc87 ios_base::failure::failure(const string& __str) in failure() function in std::ios_base::failure
90 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure() function in std::ios_base::failure
93 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure() function in std::ios_base::failure
96 ios_base::failure::~failure() in ~failure()
100 ios_base::failure::what() const throw() in what()
112 struct __ios_failure : std::ios::failure
114 __ios_failure(const char* s) : failure(s) in __ios_failure()
157 using __ios_failure = ios::failure;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dios_failure.cc36 ios_base::failure::failure(const string& __str) throw() in failure() function in std::ios_base::failure
39 ios_base::failure::~failure() throw() in ~failure()
43 ios_base::failure::what() const throw() in what()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dwait1.04 failure() {
12 [ $? = 4 ] || failure $LINENO
14 [ $? = 8 ] || failure $LINENO
19 [ $? = 7 ] || failure $LINENO
21 [ $? = 3 ] || failure $LINENO
H A Dexec1.04 failure() {
13 [ $? = 0 ] || failure $LINENO
18 [ $? = 42 ] || failure $LINENO
23 [ $? = 127 ] || failure $LINENO
H A Dexec2.04 failure() {
13 [ $? = 0 ] || failure $LINENO
18 [ $? = 42 ] || failure $LINENO
23 [ $? = 127 ] || failure $LINENO
H A Dwait3.04 failure() {
17 wait || failure $LINENO
18 (${SH} -c echo >&3) 2>/dev/null && failure $LINENO
19 wait || failure $LINENO
H A Dwait2.04 failure() {
12 wait || failure $LINENO
13 wait || failure $LINENO
H A Ddot1.04 failure() {
15 [ "$x" = 2 ] || failure $LINENO
19 [ "$x" = 2 ] || failure $LINENO
H A Ddot2.04 failure() {
15 [ "$x" = 2 ] || failure $LINENO
19 [ "$x" = 2 ] || failure $LINENO
H A Dreturn4.04 failure() {
14 [ "$?" = 42 ] || failure $LINENO
/dragonfly/usr.sbin/installer/libinstaller/
H A Dsurvey.c156 int failure = 0; in survey_storage() local
171 failure |= 1; in survey_storage()
177 failure |= 1; in survey_storage()
182 while (!failure && (disk = strsep(&disk_ptr, " ")) != NULL) { in survey_storage()
200 failure |= 1; in survey_storage()
288 failure |= 1; in survey_storage()
299 failure |= 1; in survey_storage()
302 while (!failure && fgets_chomp(line, 255, f)) { in survey_storage()
358 return(!failure); in survey_storage()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_stat.c118 al->failure++; in rpcbs_getaddr()
136 al->failure = 1; in rpcbs_getaddr()
139 al->failure = 0; in rpcbs_getaddr()
165 rl->failure++; in rpcbs_rmtcall()
187 rl->failure = 1; in rpcbs_rmtcall()
190 rl->failure = 0; in rpcbs_rmtcall()
/dragonfly/usr.bin/fetch/
H A Dfetch.c468 goto failure; in fetch()
472 goto failure; in fetch()
542 goto failure; in fetch()
579 goto failure; in fetch()
605 goto failure; in fetch()
617 goto failure; in fetch()
625 goto failure; in fetch()
751 goto failure; in fetch()
837 goto failure; in fetch()
842 goto failure; in fetch()
[all …]
/dragonfly/lib/libc/rpc/
H A Drpcb_st_xdr.c62 if (!xdr_int(xdrs, &objp->failure)) { in xdr_rpcbs_addrlist()
102 if (!xdr_int(xdrs, &objp->failure)) { in xdr_rpcbs_rmtcalllist()
113 IXDR_PUT_INT32(buf, objp->failure); in xdr_rpcbs_rmtcalllist()
140 if (!xdr_int(xdrs, &objp->failure)) { in xdr_rpcbs_rmtcalllist()
151 objp->failure = (int)IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()
176 if (!xdr_int(xdrs, &objp->failure)) { in xdr_rpcbs_rmtcalllist()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c132 goto failure; in dirfs_mount()
146 goto failure; in dirfs_mount()
150 goto failure; in dirfs_mount()
169 failure: in dirfs_mount()
190 goto failure; in dirfs_unmount()
215 failure: in dirfs_unmount()
/dragonfly/crypto/openssh/
H A Dttymodes.c350 int r, failure = 0; in ssh_tty_parse_modes() local
369 failure = -1; in ssh_tty_parse_modes()
382 if (failure != -1 && in ssh_tty_parse_modes()
390 if (failure != -1 && in ssh_tty_parse_modes()
444 if (failure == -1) in ssh_tty_parse_modes()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dios_base.h255 class _GLIBCXX_ABI_TAG_CXX11 failure : public system_error in _GLIBCXX_VISIBILITY()
259 failure(const string& __str); in _GLIBCXX_VISIBILITY()
263 failure(const string&, const error_code&); in _GLIBCXX_VISIBILITY()
266 failure(const char*, const error_code& = io_errc::stream); in _GLIBCXX_VISIBILITY()
270 ~failure() throw(); in _GLIBCXX_VISIBILITY()
276 class failure : public exception in _GLIBCXX_VISIBILITY()
282 failure(const string& __str) throw(); in _GLIBCXX_VISIBILITY()
287 ~failure() throw(); in _GLIBCXX_VISIBILITY()
/dragonfly/include/rpc/
H A Drpcb_prot.x282 int failure; member
293 int failure; member
507 % int failure;
520 % int failure;
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acp.c322 goto failure; in acp_hw_init()
328 goto failure; in acp_hw_init()
334 goto failure; in acp_hw_init()
431 goto failure; in acp_hw_init()
439 goto failure; in acp_hw_init()
459 goto failure; in acp_hw_init()
477 goto failure; in acp_hw_init()
487 failure: in acp_hw_init()
/dragonfly/etc/pam.d/
H A DREADME32 control-flag: How libpam handles success or failure of the module.
33 required: success is required; on failure all remaining
35 requisite: success is required, and on failure no remaining
39 binding: success is sufficient; on failure all remaining
/dragonfly/usr.sbin/ppp/
H A Dauth.h41 auth_func failure; member
56 #define auth_Failure(a) (*(a)->fn.failure)(a)
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c373 int failure = 0; local
445 failure = 1;
448 if (failure)
1280 failure = 1;
1282 if (failure)
1329 failure = 1;
1333 if (failure)
1386 failure = 1;
1388 if (failure)
1433 failure = 1;
[all …]
/dragonfly/lib/libtelnet/
H A Denc_des.c251 goto failure; in fb64_is()
259 goto failure; in fb64_is()
289 failure: in fb64_is()
333 goto failure; in fb64_reply()
357 failure: in fb64_reply()
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dgpio_service.c497 goto failure; in dal_ddc_open()
528 failure: in dal_ddc_open()
551 goto failure; in dal_ddc_change_mode()
560 failure: in dal_ddc_change_mode()

1234567