Searched refs:pipe_out (Results 1 – 2 of 2) sorted by relevance
266 FILE *pipe_out; in run_ntlm_auth() local321 pipe_out = fdopen(child_out[0], "r"); in run_ntlm_auth()384 while (fgets(buffer, sizeof(buffer)-1, pipe_out) != NULL) { in run_ntlm_auth()
1243 let (pipe_out, mut pipe_in) = pipe(true).unwrap(); in wake_with_nop()1251 .add_read(buf.as_mut_ptr(), buf.len(), pipe_out.as_raw_fd(), 0, 0) in wake_with_nop()