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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dutil.h38 char *next_word(char **s);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c583 static char *next_word(char **buf) function
679 firstword = next_word(&buf_ptr);
689 while ((firstword = next_word(&buf_ptr)) != NULL) {
729 iface_name = next_word(&buf_ptr);
730 address_family_name = next_word(&buf_ptr);
731 method_name = next_word(&buf_ptr);
773 while ((firstword = next_word(&buf_ptr)) != NULL) {
836 currmap->script = xstrdup(next_word(&buf_ptr));
843 currmap->mapping[currmap->n_mappings] = xstrdup(next_word(&buf_ptr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Dutil.c300 char * next_word(char **s) function
H A Digmprt.c1423 w=(char *)next_word(&s);
1431 if (EQUAL((w=(char *)next_word(&s))," ")){
1441 if (EQUAL((w=(char *)next_word(&s))," ")){
1452 w=(char *)next_word(&s);

Completed in 67 milliseconds