Home
last modified time | relevance | path

Searched refs:_stk_overflow_ (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libast/common/misc/
H A Dstk.c59 typedef char* (*_stk_overflow_)(int); typedef
78 _stk_overflow_ stkoverflow; /* called when malloc fails */
263 Sfio_t *stkinstall(Sfio_t *stream, _stk_overflow_ oflow) in stkinstall()