HomeSort by relevance Sort by last modified time
    Searched refs:strndupx (Results 1 - 7 of 7) sorted by null

  /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);
736 strndupx(tvar, var, val - var, ATEMP);
1410 strndupx(rv, str, p - str, ATEMP);
1430 strndupx(cp, var, n - 1, ATEMP);
1472 strndupx(cp, vals[i] + 1, ccp - (vals[i] + 1),
    [all...]
eval.c 491 strndupx(x.str, beg, num, ATEMP);
620 strndupx(end, s, sbeg - s, ATEMP);
    [all...]
expr.c 655 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
663 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
684 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
sh.h 543 #define strndupx(d, s, n, ap) do { \ macro
559 #define strndupx(d, s, n, ap) do { \ macro
    [all...]
funcs.c 1092 strndupx(xalias, alias, val++ - alias, ATEMP);
    [all...]
misc.c 233 strndupx(cp, m, cp - m, ATEMP);
    [all...]
edit.c 614 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
    [all...]

Completed in 476 milliseconds