| /src/external/gpl3/gdb/dist/readline/readline/ |
| savestring.c | 0 /* savestring.c - function version of savestring for backwards compatibility */ 30 /* Backwards compatibility, now that savestring has been removed from 33 savestring (const char *s) function
|
| histlib.h | 37 #ifndef savestring 38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
|
| rldefs.h | 118 #ifndef savestring 119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
|
| tilde.c | 67 #if !defined (savestring) 68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro 69 #endif /* !savestring */ 298 r = savestring (fname); 346 return (savestring (filename)); 406 dirname = savestring (filename);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| savestring.c | 0 /* savestring.c - function version of savestring for backwards compatibility */ 30 /* Backwards compatibility, now that savestring has been removed from 33 savestring (const char *s) function
|
| histlib.h | 37 #ifndef savestring 38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
|
| rldefs.h | 118 #ifndef savestring 119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
|
| tilde.c | 67 #if !defined (savestring) 68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro 69 #endif /* !savestring */ 298 r = savestring (fname); 346 return (savestring (filename)); 406 dirname = savestring (filename);
|
| /src/external/gpl2/gmake/dist/ |
| misc.c | 393 savestring (const char *str, unsigned int length) 388 savestring (const char *str, unsigned int length) function
|
| /src/external/gpl2/rcs/dist/src/ |
| rcslex.c | 8 * getid, getnum, readstring, printstring, savestring, 738 savestring(target) function
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| event-top.c | 58 #undef savestring macro
|
| completer.c | 45 #undef savestring macro
|
| top.c | 65 #undef savestring macro
|
| breakpoint.c | 80 #undef savestring macro 10551 w->exp_string.reset (savestring (exp_start, exp_end - exp_start)); 10566 w->cond_string.reset (savestring (cond_start, cond_end - cond_start));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| event-top.c | 58 #undef savestring macro
|
| completer.c | 45 #undef savestring macro
|
| top.c | 66 #undef savestring macro
|
| breakpoint.c | 78 #undef savestring macro 10580 w->exp_string.reset (savestring (exp_start, exp_end - exp_start)); 10595 w->cond_string.reset (savestring (cond_start, cond_end - cond_start));
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 223 savestring (void *dhandle, const char *start, size_t len) function 774 name = savestring (dhandle, string, p - string); 2075 name = savestring (dhandle, *pp, p - *pp); 2541 name = savestring (dhandle, *pp, p - *pp); 2590 varname = savestring (dhandle, *pp, p - *pp); 2703 name = savestring (dhandle, *pp, p - *pp); 2722 name = savestring (dhandle, *pp, p - *pp); 2776 argtypes = savestring (dhandle, *pp, p - *pp); 3696 name = savestring (dhandle, p, len); 4254 name = savestring (minfo->dhandle, *pp, len) [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 223 savestring (void *dhandle, const char *start, size_t len) function 774 name = savestring (dhandle, string, p - string); 2075 name = savestring (dhandle, *pp, p - *pp); 2541 name = savestring (dhandle, *pp, p - *pp); 2590 varname = savestring (dhandle, *pp, p - *pp); 2703 name = savestring (dhandle, *pp, p - *pp); 2722 name = savestring (dhandle, *pp, p - *pp); 2776 argtypes = savestring (dhandle, *pp, p - *pp); 3696 name = savestring (dhandle, p, len); 4254 name = savestring (minfo->dhandle, *pp, len) [all...] |