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

  /external/libppp/src/
command.c 414 strstrword(char *big, const char *little) function
441 if ((word = strstrword(tgt, oldstr)) == NULL)
461 } while ((word = strstrword(word, oldstr)));
    [all...]

Completed in 59 milliseconds