HomeSort by relevance Sort by last modified time
    Searched full:loldstr (Results 1 - 1 of 1) sorted by null

  /external/libppp/src/
command.c 439 int ltgt, loldstr, lnewstr, pos; local
445 loldstr = strlen(oldstr);
449 if (loldstr > lnewstr)
450 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
451 if (loldstr != lnewstr) {
452 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
458 if (lnewstr > loldstr)
459 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);
    [all...]

Completed in 209 milliseconds