Searched refs:f_out (Results 1 - 10 of 10) sorted by relevance

/external/lldb/scripts/Python/
H A Dedit-swig-python-wrapper-file.py42 with open(full_output_name, 'w') as f_out:
48 f_out.write(include_python_ifdef)
53 f_out.write(line)
H A Dmodify-python-lldb.py434 with open(output_name, 'w') as f_out:
435 f_out.write(new_content.getvalue())
436 f_out.write('''debugger_unique_id = 0
/external/lldb/utils/git-svn/
H A Dconvert.py50 with open(file, 'w') as f_out:
51 f_out.write(new_content.getvalue())
/external/fio/
H A Dlog.c22 len = fwrite(buffer, len, 1, f_out);
32 len = fwrite(buf, len, 1, f_out);
54 return fwrite(buffer, len, 1, f_out);
62 return fflush(f_out);
H A Dlog.h7 extern FILE *f_out;
H A Dinit.c54 FILE *f_out = NULL; variable
1742 if (f_out)
1743 fclose(f_out);
1745 f_out = fopen(optarg, "w+");
1746 if (!f_out) {
1750 f_err = f_out;
2059 f_out = stdout;
H A Dclient.c882 fprintf(f_out, "<%s> ", name);
883 ret = fwrite(buf, pdu->buf_len, 1, f_out);
884 fflush(f_out);
H A Deta.c317 f_out == stdout)
H A Dfilesetup.c538 f_out = stderr;
H A Dserver.c1722 f_out = NULL;

Completed in 152 milliseconds