Lines Matching refs:child
37 pid_t child;
786 killchild(child,"wrong cls");
812 killchild(child,"wrong cls");
817 //killchild(child,"wrong by_client");
827 killchild(child,"session is NULL");
838 //child process
923 killchild(child, "select error");
934 while(waitpid(child,&childstatus,WNOHANG) != child);
952 child = fork();
953 if (child == -1)
959 if (child == 0)