Searched refs:strstrword (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c419 strstrword(char *big, const char *little) function
446 if ((word = strstrword(tgt, oldstr)) == NULL)
466 } while ((word = strstrword(word, oldstr)));

Completed in 93 milliseconds