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

  /external/mksh/src/
var.c 187 strndupx(vn, n, p - n, ATEMP);
210 strndupx(tmp, p + 1, len - 2, ATEMP);
213 strndupx(n, n, p - n, ATEMP);
786 strndupx(tvar, var, val - var, ATEMP);
792 strndupx(tvar, var, val - var, ATEMP);
    [all...]
eval.c 477 strndupx(x.str, beg, num, ATEMP);
569 strndupx(end, s, sbeg - s, ATEMP);
    [all...]
expr.c 655 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
664 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
685 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
sh.h 603 #define strndupx(d, s, n, ap) do { \ macro
619 #define strndupx(d, s, n, ap) do { \ macro
    [all...]
funcs.c 1136 strndupx(xalias, alias, val++ - alias, ATEMP);
    [all...]
histrap.c 658 strndupx(c, cmd, ccp - cmd, APERM);
    [all...]
misc.c 240 strndupx(cp, m, cp - m, ATEMP);
    [all...]
edit.c 613 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
    [all...]

Completed in 253 milliseconds