FreeRDP
generate_argument_docbook.c File Reference
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "../cmdline.h"

Functions

static char * resize (char **buffer, size_t *size, size_t increment)
 
static char * append (char **buffer, size_t *size, const char *str)
 
static LPSTR tr_esc_str (LPCSTR arg, bool format)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ append()

static char* append ( char **  buffer,
size_t *  size,
const char *  str 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ resize()

static char* resize ( char **  buffer,
size_t *  size,
size_t  increment 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tr_esc_str()

static LPSTR tr_esc_str ( LPCSTR  arg,
bool  format 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: