Home
last modified time | relevance | path

Searched defs:savestring (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dsavestring.c33 savestring (const char *s) in savestring() function
H A Dhistlib.h38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
H A Drldefs.h119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
H A Dtilde.c68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dsavestring.c33 savestring (const char *s) in savestring() function
H A Dhistlib.h38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
H A Drldefs.h119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dmisc.c388 savestring (const char *str, unsigned int length) in savestring() function
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c738 savestring(target) in savestring() function
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstabs.c223 savestring (void *dhandle, const char *start, size_t len) in savestring() function
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c223 savestring (const char *start, int len) in savestring() function