Searched defs:savestring (Results 1 – 11 of 11) sorted by relevance
33 savestring (const char *s) in savestring() function
38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
388 savestring (const char *str, unsigned int length) in savestring() function
738 savestring(target) in savestring() function
223 savestring (void *dhandle, const char *start, size_t len) in savestring() function
223 savestring (const char *start, int len) in savestring() function