Searched refs:notifyf (Results 1 – 2 of 2) sorted by relevance
297 void (*notifyf)_ARG_((Sfio_t*, int, void*)); local307 notifyf = _Sfnotify;321 _Sfnotify = notifyf;358 if(notifyf)359 (*notifyf)(f, SF_NEW, (void*)((long)f->file));
166 Notify_f notifyf; member1412 if ((n = (*p->notifyf)(fts, f, p->context)) > 0) in fts_read()1559 fts_notify(Notify_f notifyf, void* context) in fts_notify() argument1568 np->notifyf = notifyf; in fts_notify()1576 if (np->notifyf == notifyf) in fts_notify()