/src/usr.bin/chpass/ |
chpass.h | 39 const char *except, *save; member in struct:_entry
|
/src/tests/lib/libm/ |
t_errhandling.c | 63 int except; local in function:ATF_TC_BODY 77 ATF_CHECK_MSG(((except = fetestexcept(FE_ALL_EXCEPT)) & 79 "expected=0x%x actual=0x%x", cases[i].e, except);
|
t_fenv.c | 372 int except; local in function:ATF_TC_BODY 377 ATF_CHECK_EQ_MSG((except = fegetexcept()), 0, 378 "fegetexcept()=0x%x", except); 381 ATF_CHECK_EQ_MSG((except = fegetexcept()), 0, 382 "fegetexcept()=0x%x", except); 385 ATF_CHECK_EQ_MSG((except = fegetexcept()), FE_TRAP_EXCEPT, 386 "fegetexcept()=0x%x FE_TRAP_EXCEPT=0x%x", except, FE_TRAP_EXCEPT); 389 ATF_CHECK_EQ_MSG((except = fegetexcept()), FE_TRAP_EXCEPT, 390 "fegetexcept()=0x%x FE_ALL_EXCEPT=0x%x", except, FE_TRAP_EXCEPT);
|
t_scalbn.c | 50 int except; member in struct:testcase 98 tests[i].except); 100 /* scalbn is always exact except for underflow or overflow. */ 245 /* scalbn is always exact except for underflow or overflow. */ 390 /* scalbn is always exact except for underflow or overflow. */
|
/src/lib/libm/arch/aarch64/ |
fenv.c | 77 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0); 93 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0); 107 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0); 129 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0); 146 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0); 227 int except = fetestexcept(FE_ALL_EXCEPT); local in function:feupdateenv 230 feraiseexcept(except);
|
/src/usr.bin/rdist/ |
docmd.c | 441 if (except(name)) 621 except(char *file) function in typeref:typename:int 629 printf("except(%s)\n", file); 632 if (sc->sc_type != EXCEPT && sc->sc_type != PATTERN) 635 if (sc->sc_type == EXCEPT) {
|