Searched refs:except (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/lib/libc/softfloat/
H A Dfpsetsticky.c49 fpsetsticky(fp_except except)
54 float_exception_flags = except;
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fenv.c323 int except, i, pass, raise, status; local
341 except = std_excepts[i];
343 if (except == FE_INEXACT)
346 raise = ALL_STD_EXCEPT ^ except;
356 assert((feenableexcept(except)
358 assert(fegetexcept() == except);
366 raiseexcept(except);
368 feraiseexcept(except);
403 int except, i, pass, status, raise; local
410 except
[all...]
H A Dtest-next.c231 int except)
241 if (actual_except != except) {
243 line, exp, actual_except, except);
230 _testl(const char *exp, int line, long double actual, long double expected, int except) argument
/freebsd-9.3-release/usr.bin/chpass/
H A Dchpass.h51 char *except, *save; member in struct:_entry
H A Dedit.c256 if (ep->except && strpbrk(val, ep->except)) {
/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.c373 int except; local
391 except = setjmp(vmState);
393 switch (except)
411 except = VM_OUTOFTEXT;
456 return (except);
479 int except; local
497 except = setjmp(vmState);
499 if (except)
504 switch (except)
526 vmThrow(pVM, except);
[all...]
H A Dvm.c565 void vmThrow(FICL_VM *pVM, int except) argument
568 longjmp(*(pVM->pState), except);
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Doutput.c58 toall(f, except, changesonly)
60 struct rt_entry *except;
75 * Don't send it on interfaces in the except list.
78 trt = except;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh13 * (the "License"). You may not use this file except in compliance
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutbadaddr.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutstrbadaddr.ksh6 * You may not use this file except in compliance with the License.
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault
332 jmp except # Invalid TSS
334 jmp except # Segment not present
336 jmp except # Stack segment fault
338 jmp except # General protection
340 jmp except # Page fault
351 except: cld # String ops inc label
360 jne except.1 # No
362 jmp except.2 # Join common code
363 except
[all...]
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S332 jmp except # Double fault
334 jmp except # Invalid TSS
336 jmp except # Segment not present
338 jmp except # Stack segment fault
340 jmp except # General protection
342 jmp except # Page fault
353 except: cld # String ops inc label
362 jne except.1 # No
364 jmp except.2 # Join common code
365 except
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp137 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
555 return TokError("you must specify one or both of @unwind or @except");
557 bool unwind = false, except = false; local
558 if (ParseAtUnwindOrAtExcept(unwind, except))
562 if (ParseAtUnwindOrAtExcept(unwind, except))
571 getStreamer().EmitWin64EHHandler(handler, unwind, except);
714 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
721 return Error(startLoc, "expected @unwind or @except");
724 else if (identifier == "except")
725 except
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenmultilib185 for except in ${exceptions}; do
186 echo " /${except}/) : ;;" >> tmpmultilib2
/freebsd-9.3-release/gnu/usr.bin/cc/cc1plus/
H A DMakefile12 decl.c decl2.c error.c except.c expr.c dump.c friend.c init.c lex.c \
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpagent.c205 enum snmp_syntax except; local
220 if ((tp = find_node(&pdu->bindings[i], &except)) == NULL) {
230 snmp_debug("get: exception %u", except);
231 resp->bindings[i].syntax = except;
665 enum snmp_syntax except; local
683 if ((np = context.node[i] = find_node(b, &except)) == NULL) {
695 } else if (except == SNMP_SYNTAX_NOSUCHOBJECT) {
/freebsd-9.3-release/usr.sbin/sysrc/
H A Dsysrc441 # Clean the environment (except for our required variables)
444 f_clean_env --except $EXCEPT
453 && f_clean_env --except rc_conf_files $EXCEPT
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl46 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl78 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl68 * except that the holder is Tim Hudson (tjh\@cryptsoft.com).
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk130 # Put configuration-specific C flags last (except for ${PROF}) so that they
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl192 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile43 dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o \

Completed in 179 milliseconds

12