/external/mksh/src/ |
var.c | 183 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), [all...] |
eval.c | 428 strndupx(x.str, beg, num, ATEMP); 556 strndupx(end, s, sbeg - s, ATEMP); 1330 strndupx(end, str, p - str, ATEMP); [all...] |
expr.c | 519 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);
|
sh.h | 448 #define strndupx(d, s, n, ap) do { \ macro 464 #define strndupx(d, s, n, ap) do { \ macro [all...] |
funcs.c | 1069 strndupx(xalias, alias, val++ - alias, ATEMP); [all...] |
misc.c | 209 strndupx(cp, m, cp - m, ATEMP); [all...] |
edit.c | 542 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP); [all...] |