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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/cli/
H A Dcli-decode.c1525 char **matchlist;
1531 matchlist = (char **) xmalloc (sizeof_matchlist * sizeof (char *));
1543 matchlist = (char **) xrealloc ((char *) matchlist,
1548 matchlist[matches] = (char *)
1551 strcpy (matchlist[matches], ptr->name);
1555 strcpy (matchlist[matches], ptr->name + (word - text));
1560 strncpy (matchlist[matches], word, text - word);
1561 matchlist[matches][text - word] = '\0';
1562 strcat (matchlist[matche
1521 char **matchlist; local
1593 char **matchlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/cli/
H A Dcli-decode.c1525 char **matchlist;
1531 matchlist = (char **) xmalloc (sizeof_matchlist * sizeof (char *));
1543 matchlist = (char **) xrealloc ((char *) matchlist,
1548 matchlist[matches] = (char *)
1551 strcpy (matchlist[matches], ptr->name);
1555 strcpy (matchlist[matches], ptr->name + (word - text));
1560 strncpy (matchlist[matches], word, text - word);
1561 matchlist[matches][text - word] = '\0';
1562 strcat (matchlist[matche
1521 char **matchlist; local
1593 char **matchlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/cli/
H A Dcli-decode.c1525 char **matchlist;
1531 matchlist = (char **) xmalloc (sizeof_matchlist * sizeof (char *));
1543 matchlist = (char **) xrealloc ((char *) matchlist,
1548 matchlist[matches] = (char *)
1551 strcpy (matchlist[matches], ptr->name);
1555 strcpy (matchlist[matches], ptr->name + (word - text));
1560 strncpy (matchlist[matches], word, text - word);
1561 matchlist[matches][text - word] = '\0';
1562 strcat (matchlist[matche
1521 char **matchlist; local
1593 char **matchlist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ipp2p.c633 } matchlist[] = { variable in typeref:struct:__anon34444
706 while (matchlist[i].command) {
707 if ((((info->cmd & matchlist[i].command) == matchlist[i].command) ||
708 ((info->cmd & matchlist[i].short_hand) == matchlist[i].short_hand)) &&
709 (hlen > matchlist[i].packet_len)) {
710 p2p_result = matchlist[i].function_name(haystack, hlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ipp2p.c633 } matchlist[] = { variable in typeref:struct:__anon22751
706 while (matchlist[i].command) {
707 if ((((info->cmd & matchlist[i].command) == matchlist[i].command) ||
708 ((info->cmd & matchlist[i].short_hand) == matchlist[i].short_hand)) &&
709 (hlen > matchlist[i].packet_len)) {
710 p2p_result = matchlist[i].function_name(haystack, hlen);

Completed in 186 milliseconds