GDB (xrefs)
Functions
format.c File Reference
#include "common-defs.h"
#include "format.h"

Go to the source code of this file.

Functions

struct format_pieceparse_format_string (const char **arg)
 
void free_format_pieces (struct format_piece *pieces)
 
void free_format_pieces_cleanup (void *ptr)
 

Function Documentation

void free_format_pieces ( struct format_piece pieces)

Definition at line 369 of file format.c.

References xfree().

Referenced by free_format_pieces_cleanup().

void free_format_pieces_cleanup ( void *  ptr)

Definition at line 383 of file format.c.

References free_format_pieces().

Referenced by maint_agent_printf_command(), parse_cmd_to_aexpr(), and ui_printf().

struct format_piece* parse_format_string ( const char **  arg)