Lines Matching refs:fdnotify
76 static int (*fdnotify)(int,int);
695 if(fdnotify)
696 (*fdnotify)(fd,SH_FDCLOSE);
2211 if(fdnotify)
2212 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2265 if(fdnotify)
2266 (*fdnotify)(-1,sffileno(sp));
2542 if(fdnotify)
2543 (*fdnotify)(old,fd);
2566 if(fdnotify)
2567 (*fdnotify)(fd,newfd);
2643 old = fdnotify;
2644 fdnotify = notify;