Searched refs:fout (Results 1 – 2 of 2) sorted by relevance
/tools/vm/ |
D | page_owner_sort.c | 86 FILE *fin, *fout; in main() local 99 fout = fopen(argv[2], "w"); in main() 100 if (!fin || !fout) { in main() 146 fprintf(fout, "%d times:\n%s\n", list2[i].num, list2[i].txt); in main()
|
/tools/net/ |
D | bpf_dbg.c | 1315 static void init_shell(FILE *fin, FILE *fout) in init_shell() argument 1323 rl_outstream = fout; in init_shell() 1347 static void exit_shell(FILE *fin, FILE *fout) in exit_shell() argument 1361 if (fout != stdout) in exit_shell() 1362 fclose(fout); in exit_shell() 1365 static int run_shell_loop(FILE *fin, FILE *fout) in run_shell_loop() argument 1369 init_shell(fin, fout); in run_shell_loop() 1381 exit_shell(fin, fout); in run_shell_loop() 1387 FILE *fin = NULL, *fout = NULL; in main() local 1392 fout = fopen(argv[2], "w"); in main() [all …]
|