Searched refs:fdnotify (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) function
268 covered_fdnotify = sh_fdnotify(fdnotify);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dio.c68 static int (*fdnotify)(int,int); variable
685 if(fdnotify)
686 (*fdnotify)(fd,SH_FDCLOSE);
2130 if(fdnotify)
2131 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2184 if(fdnotify)
2185 (*fdnotify)(-1,sffileno(sp));
2460 if(fdnotify)
2461 (*fdnotify)(old,fd);
2484 if(fdnotify)
[all...]

Completed in 87 milliseconds