Searched refs:Strnsave (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c367 person = Strnsave(old, o - old);
471 *dir = Strnsave(path, p - path);
H A Dsh.h1123 #define Strnsave(a, b) strnsave(a, b) macro
1157 #define Strnsave(a, b) s_strnsave(a, b) macro
H A Dsh.glob.c80 name = Strnsave(u + 1, s - (u + 1));
680 ep = Strnsave(lp, rp - lp);
H A Dsh.lex.c1047 xp = Strnsave(cp, wp - cp);
1060 xp = Strnsave(cp, wp - cp);
H A Dsh.sem.c141 name = Strnsave(sCName + 1, name_end - (sCName + 1));

Completed in 146 milliseconds