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

/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1752 get_next_word (char * input, char **next);
1944 word = get_next_word (curr, &curr);
1953 word = get_next_word (curr, &curr);
1963 if (get_next_word (curr, NULL))
2002 Input string. This string is modified by get_next_word.
2016 get_next_word (char * input, char **next) function
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c36 static PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end);
389 PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end) function
489 for( ; *curr; curr = get_next_word(curr,end))

Completed in 179 milliseconds