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

/ast/src/lib/libast/sfio/
H A Dsfnotify.c36 _Sfnotify = notify;
H A Dsftmp.c83 if(_Sfnotify)
84 (*_Sfnotify)(f,SF_CLOSING,f->file);
297 Sfnotify_f notify = _Sfnotify;
316 _Sfnotify = 0;
318 _Sfnotify = notify;
360 if(_Sfnotify)
361 (*_Sfnotify)(f, SF_SETFD, (void*)((long)f->file));
366 _Sfnotify = 0;
368 _Sfnotify = notify;
382 Sfnotify_f notify = _Sfnotify;
[all...]
H A Dsfprintf.c66 Sfnotify_f notify = _Sfnotify;
69 _Sfnotify = 0;
71 _Sfnotify = notify;
H A Dsfprints.c40 Sfnotify_f notify = _Sfnotify;
44 { _Sfnotify = 0;
46 _Sfnotify = notify;
H A Dsfnew.c122 if(_Sfnotify)
123 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
H A Dsfsetfd.c130 if(_Sfnotify)
131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
H A Dsfclose.c120 if(_Sfnotify)
121 (*_Sfnotify)(f, SF_CLOSING, (void*)((long)f->file));
H A Dsfhdr.h375 if(_Sfnotify) \
376 { (*_Sfnotify)((_mf_), SF_MTACCESS, (Void_t*)(&(ff)) ); \
383 { if(_Sfnotify) \
384 (*_Sfnotify)((_mf_), SF_MTACCESS, NIL(Void_t*) ); \
806 #define _Sfnotify (_Sfextern.sf_notify) macro
H A Dsfmode.c590 if(_Sfnotify) /* notify application of the error */
591 (*_Sfnotify)(f, wanted, (void*)((long)f->file));

Completed in 50 milliseconds