Searched refs:matches (Results 101 - 125 of 263) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_state.c904 if (matches(*argv, "add") == 0)
907 if (matches(*argv, "update") == 0)
910 if (matches(*argv, "allocspi") == 0)
912 if (matches(*argv, "delete") == 0)
914 if (matches(*argv, "deleteall") == 0 || matches(*argv, "delall") == 0)
916 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
917 || matches(*argv, "lst") == 0)
919 if (matches(*arg
[all...]
H A Dipaddress.c562 if (matches(*argv, "help") == 0)
772 } else if (matches(*argv, "broadcast") == 0 ||
817 if (matches(*argv, "help") == 0)
834 if (l && matches(d, l) != 0) {
893 if (matches(*argv, "add") == 0)
895 if (matches(*argv, "delete") == 0)
897 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
898 || matches(*argv, "lst") == 0)
900 if (matches(*arg
[all...]
H A Dipxfrm.c855 if (matches(*argv, "transport") == 0)
857 else if (matches(*argv, "tunnel") == 0)
1170 if (matches(*argv, "state") == 0 ||
1171 matches(*argv, "sa") == 0)
1173 else if (matches(*argv, "policy") == 0)
1175 else if (matches(*argv, "monitor") == 0)
1177 else if (matches(*argv, "help") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregextest.cpp244 bool matches = re.Matches(m_data, m_matchFlags); local
248 failIf(matches, _T("match succeeded (should fail)"));
253 failIf(!matches, _T("match failed"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dcompal-laptop.c781 .matches = {
789 .matches = {
797 .matches = {
805 .matches = {
813 .matches = {
821 .matches = {
829 .matches = {
837 .matches = {
845 .matches = {
853 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c13 * of_match_device - Tell if a struct device matches an of_device_id list
20 const struct of_device_id *of_match_device(const struct of_device_id *matches, argument
23 if ((!matches) || (!dev->of_node))
25 return of_match_node(matches, dev->of_node);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c198 /* Keeping track of external matches and targets: linked lists. */
322 exit_printhelp(struct ip6tables_rule_match *matches) argument
389 specified matches & targets */
396 for (matchp = matches; matchp; matchp = matchp->next) {
738 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
805 if (ptr && matches) {
811 for (i = matches; *i; i = &(*i)->next) {
826 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
834 return find_match(protoname, tryload, matches);
836 return find_match(pname, tryload, matches);
1530 make_delete_mask(struct ip6t_entry *fw, struct ip6tables_rule_match *matches) argument
1563 delete_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], unsigned int ndaddrs, const struct in6_addr daddrs[], int verbose, ip6tc_handle_t *handle, struct ip6tables_rule_match *matches) argument
1801 generate_entry(const struct ip6t_entry *fw, struct ip6tables_rule_match *matches, struct ip6t_entry_target *target) argument
1828 clear_rule_matches(struct ip6tables_rule_match **matches) argument
1872 struct ip6tables_rule_match *matches = NULL; local
[all...]
H A Diptables.c202 /* Keeping track of external matches and targets: linked lists. */
403 exit_printhelp(struct iptables_rule_match *matches) argument
474 results. So we call help for all specified matches & targets */
481 for (matchp = matches; matchp; matchp = matchp->next) {
726 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) argument
782 if (ptr && matches) {
788 for (i = matches; *i; i = &(*i)->next) {
803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
811 return find_match(protoname, tryload, matches);
813 return find_match(pname, tryload, matches);
1594 make_delete_mask(struct ipt_entry *fw, struct iptables_rule_match *matches) argument
1627 delete_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], int verbose, iptc_handle_t *handle, struct iptables_rule_match *matches) argument
1865 generate_entry(const struct ipt_entry *fw, struct iptables_rule_match *matches, struct ipt_entry_target *target) argument
1892 clear_rule_matches(struct iptables_rule_match **matches) argument
1951 struct iptables_rule_match *matches = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c308 UInt32 matches[LZMA_MATCH_LEN_MAX * 2 + 2 + 1]; member in struct:_CLzmaEnc
843 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
850 printf("%2d %6d | ", p->matches[i], p->matches[i + 1]);
855 lenRes = p->matches[numPairs - 2];
859 UInt32 distance = p->matches[numPairs - 1] + 1;
957 UInt32 *matches; local
1014 matches = p->matches;
1017 *backRes = matches[numPair
1516 const UInt32 *matches; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_util.c401 if (matches(arg, "continue") == 0)
403 else if (matches(arg, "drop") == 0)
405 else if (matches(arg, "shot") == 0)
407 else if (matches(arg, "pass") == 0)
411 else if (matches(arg, "reclassify") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c148 // For matches with distance >= FULL_DISTANCES, add the price
283 len_main = mf_find(mf, &matches_count, coder->matches);
329 *back_res = coder->matches[matches_count - 1].dist
423 while (len > coder->matches[i].len)
427 const uint32_t dist = coder->matches[i].dist;
440 if (len == coder->matches[i].len)
710 while (new_len > coder->matches[matches_count].len)
713 coder->matches[matches_count++].len = new_len;
725 while (start_len > coder->matches[i].len)
729 const uint32_t cur_back = coder->matches[
[all...]
H A Dlzma_encoder_private.h83 lzma_match matches[MATCH_LEN_MAX + 1]; member in struct:lzma_coder_s
85 /// Number of match candidates in matches[]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c148 // For matches with distance >= FULL_DISTANCES, add the price
283 len_main = mf_find(mf, &matches_count, coder->matches);
329 *back_res = coder->matches[matches_count - 1].dist
423 while (len > coder->matches[i].len)
427 const uint32_t dist = coder->matches[i].dist;
440 if (len == coder->matches[i].len)
710 while (new_len > coder->matches[matches_count].len)
713 coder->matches[matches_count++].len = new_len;
725 while (start_len > coder->matches[i].len)
729 const uint32_t cur_back = coder->matches[
[all...]
H A Dlzma_encoder_private.h83 lzma_match matches[MATCH_LEN_MAX + 1]; member in struct:lzma_coder_s
85 /// Number of match candidates in matches[]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_lvds.c507 .matches = {
651 .matches = {
659 .matches = {
667 .matches = {
675 .matches = {
683 .matches = {
691 .matches = {
699 .matches = {
707 .matches = {
714 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c1364 .matches = {
1376 .matches = {
1393 .matches = {
1401 .matches = {
1412 .matches = {
1423 .matches = {
1446 .matches = {
1454 .matches = {
1462 .matches = {
1470 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c591 int matches = 0; local
606 matches++;
614 matches++;
618 if (matches && p->buf_size / matches < 1024 * 1024) {
619 if (matches > 4 || firstmatch ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c508 int matches = 0; local
517 matches++;
525 matches++;
529 if (matches && p->buf_size / matches < 1024*1024) {
530 if (matches > 4 || (secondary_matches >= 10 && p->buf_size / secondary_matches < 24000))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dpci_irq.c95 .matches = {
107 .matches = {
119 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_ov9650.c49 .matches = {
56 .matches = {
63 .matches = {
70 .matches = {
77 .matches = {
85 .matches = {
92 .matches = {
99 .matches = {
106 .matches = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddmi_scan.c441 * dmi_matches - check if dmi_system_id structure matches system DMI data
450 for (i = 0; i < ARRAY_SIZE(dmi->matches); i++) {
451 int s = dmi->matches[i].slot;
455 && strstr(dmi_ident[s], dmi->matches[i].substr))
469 return dmi->matches[0].slot == DMI_NONE;
483 * each successful match. Returns the number of matches.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dproc.c153 /* matches overflow - very improbable */
154 if (can_stats.matches > (ULONG_MAX / 100))
159 can_stats.total_rx_match_ratio = (can_stats.matches * 100) /
212 r->matches, r->ident);
223 " userdata matches ident\n");
231 seq_printf(m, " %8ld matched frames (RXMF)\n", can_stats.matches);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dibmebus.c174 static int ibmebus_create_devices(const struct of_device_id *matches) argument
182 if (!of_match_node(matches, child))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregex.tex78 These flags are mainly useful when doing several matches in a long string
79 to prevent erroneous matches for {\tt '\textasciicircum'} and {\tt '\$'}:
181 Returns the size of the array of matches, i.e. the number of bracketed
196 returns {\tt true} if matches and {\tt false} otherwise.
217 {\it text}, with the text in {\it replacement} and return number of matches
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcookie.c970 size_t matches = 0; local
991 /* the right part of the host matches the domain stuff in the
1012 matches++;
1031 if(matches) {
1039 array = malloc(sizeof(struct Cookie *) * matches);
1049 qsort(array, matches, sizeof(struct Cookie *), cookie_sort);
1054 for(i=0; i<matches-1; i++)
1056 array[matches-1]->next = NULL; /* terminate the list */

Completed in 455 milliseconds

1234567891011