Home
last modified time | relevance | path

Searched refs:stdio_file_new (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dui-file.c415 static struct ui_file *stdio_file_new (FILE * file, int close_p);
428 stdio_file_new (FILE *file, int close_p) in stdio_file_new() function
513 return stdio_file_new (file, 0); in stdio_fileopen()
522 return stdio_file_new (f, 1); in gdb_fopen()