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

/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) function
268 covered_fdnotify = sh_fdnotify(fdnotify);
/ast/src/cmd/ksh93/sh/
H A Dio.c76 static int (*fdnotify)(int,int); variable
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)
[all...]

Completed in 17 milliseconds