Lines Matching defs:fdnotify
68 static int (*fdnotify)(int,int);
627 if(fdnotify)
628 (*fdnotify)(fd,SH_FDCLOSE);
1957 if(fdnotify)
1958 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2011 if(fdnotify)
2012 (*fdnotify)(-1,sffileno(sp));
2278 if(fdnotify)
2279 (*fdnotify)(old,fd);
2299 if(fdnotify)
2300 (*fdnotify)(fd,newfd);
2375 old = fdnotify;
2376 fdnotify = notify;