Searched refs:strndupx (Results 1 - 7 of 7) sorted by relevance

/external/mksh/src/
H A Dvar.c183 strndupx(vn, n, p - n, ATEMP);
205 strndupx(tmp, p + 1, len - 2, ATEMP);
208 strndupx(n, n, p - n, ATEMP);
729 strndupx(tvar, var, val - var, ATEMP);
1369 strndupx(rv, str, p - str, ATEMP);
1392 strndupx(cp, var, n - 1, ATEMP);
1437 strndupx(cp, vals[i] + 1, ccp - (vals[i] + 1),
H A Deval.c428 strndupx(x.str, beg, num, ATEMP);
556 strndupx(end, s, sbeg - s, ATEMP);
1330 strndupx(end, str, p - str, ATEMP);
1439 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
H A Dexpr.c519 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
527 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
548 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
H A Dsh.h448 #define strndupx(d, s, n, ap) do { \ macro
464 #define strndupx(d, s, n, ap) do { \ macro
H A Dfuncs.c1069 strndupx(xalias, alias, val++ - alias, ATEMP);
2427 strndupx(cp, id, n - 3, ATEMP);
H A Dmisc.c209 strndupx(cp, m, cp - m, ATEMP);
H A Dedit.c542 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
2185 strndupx(cp, xcp, nchars, AEDIT);

Completed in 129 milliseconds