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

  /external/mksh/src/
var.c 190 strndupx(vn, n, p - n, ATEMP);
213 strndupx(tmp, p + 1, len - 2, ATEMP);
216 strndupx(n, n, p - n, ATEMP);
807 strndupx(tvar, var, val - var, ATEMP);
813 strndupx(tvar, var, val - var, ATEMP);
    [all...]
expr.c 592 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
601 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
625 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
eval.c 495 strndupx(x.str, beg, num, ATEMP);
593 strndupx(end, sbeg, p - sbeg, ATEMP);
603 strndupx(end, s, sbeg - s, ATEMP);
    [all...]
misc.c 211 strndupx(cp, m, cp - m, ATEMP);
1014 strndupx(subp, s, p - s - 3, ATEMP);
1106 strndupx(subp, s, p - s - 3, ATEMP);
    [all...]
funcs.c 862 strndupx(xalias, alias, val++ - alias, ATEMP);
    [all...]
sh.h 668 #define strndupx(d, s, n, ap) do { \ macro
684 #define strndupx(d, s, n, ap) do { \ macro
    [all...]
histrap.c 635 strndupx(c, cmd, ccp - cmd, APERM);
    [all...]
edit.c 638 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
    [all...]

Completed in 257 milliseconds