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

/macosx-10.10.1/bash-94.1.2/bash-3.2/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.h117 #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
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfnmatch.c254 const char *origpat, *cp, *savestring; local
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/tilde/
H A Dtilde.c68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dgeneral.h69 # define savestring(x) (char *)strcpy (xmalloc (1 + strlen (x)), (x)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dmkbuiltins.c68 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c215 savestring (const char *start, int len) function
[all...]
H A Dieee.c317 savestring (const char *start, unsigned long len) function
[all...]

Completed in 162 milliseconds