Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dui-file.c32 static ui_file_fputs_ftype null_file_fputs; variable
62 set_ui_file_fputs (file, null_file_fputs); in ui_file_new()
108 if (file->to_fputs == null_file_fputs) in null_file_write()
141 null_file_fputs (const char *buf, struct ui_file *file) in null_file_fputs() function