Searched refs:ERR (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfstrtof.h118 #undef ERR /* who co-opted this namespace? */ macro
124 #define ERR(e) macro
133 #define ERR(e) (errno=(e)) macro
315 ERR(ERANGE);
322 ERR(ERANGE);
514 ERR(ERANGE);
522 ERR(ERANGE);
540 ERR(ERANGE);
554 ERR(ERANGE);
559 ERR(ERANG
[all...]
/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh584 trap ERR ERR
586 [[ $(trap -p ERR) == ERR ]] || err_exit 'trap -p ERR in subshell not working'
588 [[ $(trap -p) == *ERR* ]] || err_exit 'trap -p in subshell does not contain ERR'
589 trap - USR1 ERR
H A Dfunctions.sh270 trap 'val=false' ERR
296 trap - ERR
413 trap "print error; exit 1" ERR
417 then err_exit 'ERR trap not cleared'
434 trap 'print ERR; return 1' ERR
439 [[ $err == ERR ]] || err_exit 'trap on ERR not working in a function'
801 trap 'err_f' ERR
804 [[ $x == failed ]] && err_exit 'ERR tra
[all...]
H A Dbasic.sh439 var=$({ trap 'print trap' ERR; print -n | $binfalse; } & wait $!)
440 [[ $var == trap ]] || err_exit 'trap on ERR not getting triggered'

Completed in 31 milliseconds