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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dproc-api.c64 static FILE *procfs_file = NULL; variable
71 if (procfs_file == NULL) /* if output file not yet open */
73 procfs_file = fopen (procfs_filename, "a"); /* open output file */
80 if (procfs_file)
81 fflush (procfs_file);
90 if (procfs_file)
91 fclose (procfs_file);
92 procfs_file = NULL;
240 fprintf (procfs_file ? procfs_file
[all...]

Completed in 43 milliseconds