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

/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dstk.c61 static int stkexcept(Sfio_t*,int,void*,Sfdisc_t*);
62 static Sfdisc_t stkdisc = { 0, 0, 0, stkexcept };
144 static int stkexcept(register Sfio_t *stream, int type, void* val, Sfdisc_t* dp) function
226 dp->exceptf = stkexcept;

Completed in 105 milliseconds