Searched refs:strnsave (Results 1 – 3 of 3) sorted by relevance
282 extern char *strnsave (const char *, size_t);
62 strnsave(const char *s, size_t len) in strnsave() function
1119 #define Strnsave(a, b) strnsave(a, b)