Searched refs:out_handle (Results 1 – 2 of 2) sorted by relevance
23 with open(target_file, 'w') as out_handle:26 out_handle.write(temp.substitute(path=path))
1565 int out_handle = -1; local1598 out_handle = open (outname, O_WRONLY | O_TRUNC | O_CREAT, 0666);1606 dup2 (out_handle, STDOUT_FILENO);1633 close (out_handle);