Searched refs:f_in (Results 1 – 4 of 4) sorted by relevance
41 with open(full_input_name, 'r') as f_in:44 for line in f_in:
290 with open(output_name, 'r') as f_in:291 content = f_in.read()
30 with open(file, 'r') as f_in:31 content = f_in.read()
3494 int f_in = fileno(stdin); in accept_openssl() local3498 if (db) fprintf(stderr, "helper pid in: %d %d %d %d\n", f_in, f_out, sock, listen); in accept_openssl()3506 if (i == f_in || i == f_out) { in accept_openssl()