osprey/common/util/vstring.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Types

type  vstring

Defines

#define vstr_len(v)   ((v).len+0)
#define vstr_str(v)   ((v).str+0)

Functions/Subroutines

vstring vstr_begin (int len)
void vstr_end (vstring v)
vstring vstr_append (vstring v, const char c)
vstring vstr_concat (vstring v, const char *s)
int vstr_sprintf (vstring *v, int index, const char *format,...)


Define Documentation

#define vstr_len (  )     ((v).len+0)

#define vstr_str (  )     ((v).str+0)


Function Documentation

vstring vstr_append ( vstring  v,
const char  c 
)

Definition at line 106 of file vstring.c.

References vstring::len, Realloc_Vstring(), vstring::str, vstr_len, and vstr_max.

Referenced by r_assemble_list().

vstring vstr_begin ( int  len  ) 

vstring vstr_concat ( vstring  v,
const char *  s 
)

void vstr_end ( vstring  v  ) 

Definition at line 97 of file vstring.c.

References set_vstr_len, and vstring::str.

Referenced by ErrMsg_Report_Nonuser(), ErrMsg_Report_User(), and r_assemble_list().

int vstr_sprintf ( vstring v,
int  index,
const char *  format,
  ... 
)


Generated on Wed Apr 8 14:43:44 2009 for Open64 by  doxygen 1.5.6