Searched refs:SFRAISE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfclose.c | 74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0) 152 { if(f->disc && (ex = SFRAISE(f,SF_FINAL,NIL(Void_t*))) != 0 )
|
H A D | sfmode.c | 91 (void)SFRAISE(f, SF_ATEXIT, NIL(Void_t*)); in _sfcleanup()
|
H A D | sfhdr.h | 900 #define SFRAISE(f,e,d) (SETLOCAL(f),sfraise(f,e,d)) macro
|