Searched refs:stdio_file_new (Results 1 – 1 of 1) sorted by relevance
415 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() function513 return stdio_file_new (file, 0); in stdio_fileopen()522 return stdio_file_new (f, 1); in gdb_fopen()