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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-api.c52 static FILE *procfs_file = NULL; variable
59 if (procfs_file == NULL) /* if output file not yet open */
60 procfs_file = fopen (procfs_filename, "a"); /* open output file */
68 if (procfs_file)
69 fflush (procfs_file);
79 if (procfs_file)
80 fclose (procfs_file);
81 procfs_file = NULL;
134 fprintf (procfs_file ? procfs_file
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-api.c52 static FILE *procfs_file = NULL; variable
59 if (procfs_file == NULL) /* if output file not yet open */
60 procfs_file = fopen (procfs_filename.c_str (), "a"); /* open output file */
68 if (procfs_file)
69 fflush (procfs_file);
79 if (procfs_file)
80 fclose (procfs_file);
81 procfs_file = NULL;
134 fprintf (procfs_file ? procfs_file
[all...]

Completed in 195 milliseconds