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

/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Dconfig.c107 char *token; local
117 // Get first token...
118 token = nextConfigToken();
119 if(token == NULL) {
124 while ( token != NULL ) {
125 // Check token...
126 if(strcmp("phyint", token)==0) {
127 // Got a phyint token... Call phyint parser
128 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Config: Got a phyint token.");
131 // Unparsable token
237 char *token; local
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Dbundle-libraries.sh70 for token in $("$LDD" "$BIN" 2>/dev/null); do
71 case "$token" in */*.so*)
72 case "$token" in
73 *ld-*.so*) LDSO="${token##*/}" ;;
74 *) echo " * lib: ${token##*/}" ;;
77 dest="$DIR/bundled/lib/${token##*/}"
80 [ -f "$token" -a ! -f "$dest" ] && {
82 _cp "$token" "$dest"
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dzconf.y53 %token <id>T_MAINMENU
54 %token <id>T_MENU
55 %token <id>T_ENDMENU
56 %token <id>T_SOURCE
57 %token <id>T_CHOICE
58 %token <id>T_ENDCHOICE
59 %token <id>T_COMMENT
60 %token <id>T_CONFIG
61 %token <id>T_MENUCONFIG
62 %token <i
[all...]
H A Dlkc.h46 int token; member in struct:kconf_id
H A Dzconf.l105 return id->token;
138 return id->token;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/leds/
H A Dledtrig-netdev.c187 char *p, *token; local
194 while ((token = strsep(&p, " \t\n")) != NULL) {
195 if (!*token)
201 if (!strcmp(token, "none"))
203 else if (!strcmp(token, "tx"))
205 else if (!strcmp(token, "rx"))
207 else if (!strcmp(token, "link"))

Completed in 84 milliseconds