Searched defs:savestring (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/gdb/readline/
H A Dsavestring.c32 savestring (s) function
H A Dhistlib.h38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
H A Drldefs.h113 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
H A Dtilde.c62 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dsavestring.c33 savestring (s) 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
/haiku-fatelf/src/bin/bash/lib/tilde/
H A Dtilde.c68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcompleter.c39 #undef savestring macro
H A Devent-top.c40 #undef savestring macro
H A Dtop.c54 #undef savestring macro
H A Dtracepoint.c51 #undef savestring macro
H A Dutils.c85 #undef savestring macro
1163 savestring (const char *ptr, size_t size) function
/haiku-fatelf/src/bin/bash/
H A Dgeneral.h69 # define savestring(x) (char *)strcpy (xmalloc (1 + strlen (x)), (x)) macro
/haiku-fatelf/src/bin/bash/builtins/
H A Dmkbuiltins.c68 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
/haiku-fatelf/src/bin/rcs/
H A Drcslex.c739 savestring(target) function

Completed in 116 milliseconds