Home
last modified time | relevance | path

Searched refs:strnsave (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.decls.h282 extern char *strnsave (const char *, size_t);
H A Dsh.misc.c62 strnsave(const char *s, size_t len) in strnsave() function
H A Dsh.h1119 #define Strnsave(a, b) strnsave(a, b)