Searched refs:_Sfnotify (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sftmp.c | 83 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 D | sfprintf.c | 66 Sfnotify_f notify = _Sfnotify; 69 _Sfnotify = 0; 71 _Sfnotify = notify;
|
H A D | sfprints.c | 40 Sfnotify_f notify = _Sfnotify; 44 { _Sfnotify = 0; 46 _Sfnotify = notify;
|
H A D | sfsetfd.c | 130 if(_Sfnotify) 131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
|
H A D | sfnew.c | 122 if(_Sfnotify) 123 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
|
H A D | sfnotify.c | 36 _Sfnotify = notify;
|
H A D | sfclose.c | 120 if(_Sfnotify) 121 (*_Sfnotify)(f, SF_CLOSING, (void*)((long)f->file));
|
H A D | sfhdr.h | 375 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 D | sfmode.c | 590 if(_Sfnotify) /* notify application of the error */ 591 (*_Sfnotify)(f, wanted, (void*)((long)f->file));
|