Searched defs:savestring (Results 1 – 9 of 9) sorted by relevance
38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
117 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
852 #define savestring rl_savestring macro
735 savestring(target) in savestring() function
521 savestring (const char *input, unsigned int size) in savestring() function
1217 savestring (const char *ptr, size_t size) in savestring() function
213 savestring (const char *start, int len) in savestring() function
315 savestring (const char *start, unsigned long len) in savestring() function