Home | History | Annotate | Download | only in netperf

Lines Matching refs:close

238 	if (close (STDOUT_FILENO) == -1)
584 if (close (STDIN_FILENO) == -1)
596 if (close (STDOUT_FILENO) == -1)
614 if (close (STDERR_FILENO) == -1)
708 /* And close the server_sock since the child will own it. */
710 close(server_sock);
722 close(server_control);
728 close(server_sock);
772 /* handles that the child should close since they shouldn't have */
913 /* +*+SAF I need a better way to find inherited handles I should close! */