Searched refs:match (Results 1 - 25 of 3166) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk27 if (match (ARGV[1], /curlver.h/)) {
29 if (match ($0, /^#define LIBCURL_COPYRIGHT "[^"]+"$/)) {
32 else if (match ($0, /^#define LIBCURL_VERSION "[^"]+"$/)) {
35 else if (match ($0, /^#define LIBCURL_VERSION_MAJOR [0-9]+$/)) {
38 else if (match ($0, /^#define LIBCURL_VERSION_MINOR [0-9]+$/)) {
41 else if (match ($0, /^#define LIBCURL_VERSION_PATCH [0-9]+$/)) {
50 if (match (ARGV[1], /ares_version.h/)) {
52 if (match ($0, /^#define ARES_COPYRIGHT "[^"]+"$/)) {
55 else if (match ($0, /^#define ARES_VERSION_STR "[^"]+"$/)) {
58 else if (match (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk27 if (match (ARGV[1], /curlver.h/)) {
29 if (match ($0, /^#define LIBCURL_COPYRIGHT "[^"]+"$/)) {
32 else if (match ($0, /^#define LIBCURL_VERSION "[^"]+"$/)) {
35 else if (match ($0, /^#define LIBCURL_VERSION_MAJOR [0-9]+$/)) {
38 else if (match ($0, /^#define LIBCURL_VERSION_MINOR [0-9]+$/)) {
41 else if (match ($0, /^#define LIBCURL_VERSION_PATCH [0-9]+$/)) {
50 if (match (ARGV[1], /ares_version.h/)) {
52 if (match ($0, /^#define ARES_COPYRIGHT "[^"]+"$/)) {
55 else if (match ($0, /^#define ARES_VERSION_STR "[^"]+"$/)) {
58 else if (match (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk27 if (match (ARGV[1], /curlver.h/)) {
29 if (match ($0, /^#define LIBCURL_COPYRIGHT "[^"]+"$/)) {
32 else if (match ($0, /^#define LIBCURL_VERSION "[^"]+"$/)) {
35 else if (match ($0, /^#define LIBCURL_VERSION_MAJOR [0-9]+$/)) {
38 else if (match ($0, /^#define LIBCURL_VERSION_MINOR [0-9]+$/)) {
41 else if (match ($0, /^#define LIBCURL_VERSION_PATCH [0-9]+$/)) {
50 if (match (ARGV[1], /ares_version.h/)) {
52 if (match ($0, /^#define ARES_COPYRIGHT "[^"]+"$/)) {
55 else if (match ($0, /^#define ARES_VERSION_STR "[^"]+"$/)) {
58 else if (match (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dmatch_fstype.c5 * This allows us to match fstypes that start with no like so
8 * Returns 1 for a match, otherwise 0
17 int match = 1; local
21 return match;
24 match--;
33 return match;
41 return !match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dmatch_fstype.c5 * This allows us to match fstypes that start with no like so
8 * Returns 1 for a match, otherwise 0
17 int match = 1; local
21 return match;
24 match--;
33 return match;
41 return !match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dmatch_fstype.c5 * This allows us to match fstypes that start with no like so
8 * Returns 1 for a match, otherwise 0
17 int match = 1; local
21 return match;
24 match--;
33 return match;
41 return !match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dmatch.h0 /* match.h - interface to shell ##/%% matching code */
10 typedef char *(*scan_t)(char *string, char *match, bool match_at_left);
12 char *scanleft(char *string, char *match, bool match_at_left);
13 char *scanright(char *string, char *match, bool match_at_left);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dmatch.h0 /* match.h - interface to shell ##/%% matching code */
10 typedef char *(*scan_t)(char *string, char *match, bool match_at_left);
12 char *scanleft(char *string, char *match, bool match_at_left);
13 char *scanright(char *string, char *match, bool match_at_left);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dmatch.h0 /* match.h - interface to shell ##/%% matching code */
10 typedef char *(*scan_t)(char *string, char *match, bool match_at_left);
12 char *scanleft(char *string, char *match, bool match_at_left);
13 char *scanright(char *string, char *match, bool match_at_left);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dcompat.c44 krb5_principal match; local
52 match = NULL;
54 ret = krb5_parse_name(context, *q, &match);
58 if (krb5_principal_match(context, name, match)) {
63 krb5_free_principal(context, match);
64 match = NULL;
66 if (match)
67 krb5_free_principal(context, match);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dcompat.c44 krb5_principal match; local
52 match = NULL;
54 ret = krb5_parse_name(context, *q, &match);
58 if (krb5_principal_match(context, name, match)) {
63 krb5_free_principal(context, match);
64 match = NULL;
66 if (match)
67 krb5_free_principal(context, match);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/gssapi/krb5/
H A Dcompat.c44 krb5_principal match; local
52 match = NULL;
54 ret = krb5_parse_name(context, *q, &match);
58 if (krb5_principal_match(context, name, match)) {
63 krb5_free_principal(context, match);
64 match = NULL;
66 if (match)
67 krb5_free_principal(context, match);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/rule_generator/
H A Dwrite_cd_rules23 local match="$1"
39 echo "$match, SYMLINK+=\"$link\", ENV{GENERATED}=\"1\""
101 match="ENV{ID_CDROM}==\"?*\", $RULE"
105 write_rule "$match" "cdrom$link_num" "$comment"
107 write_rule "$match" "cdrw$link_num"
109 write_rule "$match" "dvd$link_num"
111 write_rule "$match" "dvdrw$link_num"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/rule_generator/
H A Dwrite_cd_rules23 local match="$1"
39 echo "$match, SYMLINK+=\"$link\", ENV{GENERATED}=\"1\""
101 match="ENV{ID_CDROM}==\"?*\", $RULE"
105 write_rule "$match" "cdrom$link_num" "$comment"
107 write_rule "$match" "cdrw$link_num"
109 write_rule "$match" "dvd$link_num"
111 write_rule "$match" "dvdrw$link_num"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/rule_generator/
H A Dwrite_cd_rules23 local match="$1"
39 echo "$match, SYMLINK+=\"$link\", ENV{GENERATED}=\"1\""
101 match="ENV{ID_CDROM}==\"?*\", $RULE"
105 write_rule "$match" "cdrom$link_num" "$comment"
107 write_rule "$match" "cdrw$link_num"
109 write_rule "$match" "dvd$link_num"
111 write_rule "$match" "dvdrw$link_num"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dnvparse.c66 if (app->match.ipproto != IPPROTO_TCP && app->match.ipproto != IPPROTO_UDP)
70 if (ntohs(app->match.dst.ports[0]) > ntohs(app->match.dst.ports[1]))
163 app->match.ipproto = IPPROTO_TCP;
165 app->match.ipproto = IPPROTO_UDP;
170 app->match.dst.ports[0] = htons(atoi(out_start));
171 app->match.dst.ports[1] = htons(atoi(out_end));
191 app->match.flags = NETCONF_DISABLED;
197 /* Set interface name (match packet
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dnvparse.c66 if (app->match.ipproto != IPPROTO_TCP && app->match.ipproto != IPPROTO_UDP)
70 if (ntohs(app->match.dst.ports[0]) > ntohs(app->match.dst.ports[1]))
163 app->match.ipproto = IPPROTO_TCP;
165 app->match.ipproto = IPPROTO_UDP;
170 app->match.dst.ports[0] = htons(atoi(out_start));
171 app->match.dst.ports[1] = htons(atoi(out_end));
191 app->match.flags = NETCONF_DISABLED;
197 /* Set interface name (match packet
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dnvparse.c66 if (app->match.ipproto != IPPROTO_TCP && app->match.ipproto != IPPROTO_UDP)
70 if (ntohs(app->match.dst.ports[0]) > ntohs(app->match.dst.ports[1]))
163 app->match.ipproto = IPPROTO_TCP;
165 app->match.ipproto = IPPROTO_UDP;
170 app->match.dst.ports[0] = htons(atoi(out_start));
171 app->match.dst.ports[1] = htons(atoi(out_end));
191 app->match.flags = NETCONF_DISABLED;
197 /* Set interface name (match packet
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dcreds.c200 krb5_boolean match = TRUE; local
202 if (match && mcreds->server) {
204 match = krb5_principal_compare_any_realm (context, mcreds->server,
207 match = krb5_principal_compare (context, mcreds->server,
211 if (match && mcreds->client) {
213 match = krb5_principal_compare_any_realm (context, mcreds->client,
216 match = krb5_principal_compare (context, mcreds->client,
220 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
221 match = mcreds->session.keytype == creds->session.keytype;
223 if (match
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dcreds.c200 krb5_boolean match = TRUE; local
202 if (match && mcreds->server) {
204 match = krb5_principal_compare_any_realm (context, mcreds->server,
207 match = krb5_principal_compare (context, mcreds->server,
211 if (match && mcreds->client) {
213 match = krb5_principal_compare_any_realm (context, mcreds->client,
216 match = krb5_principal_compare (context, mcreds->client,
220 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
221 match = mcreds->session.keytype == creds->session.keytype;
223 if (match
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dcreds.c200 krb5_boolean match = TRUE; local
202 if (match && mcreds->server) {
204 match = krb5_principal_compare_any_realm (context, mcreds->server,
207 match = krb5_principal_compare (context, mcreds->server,
211 if (match && mcreds->client) {
213 match = krb5_principal_compare_any_realm (context, mcreds->client,
216 match = krb5_principal_compare (context, mcreds->client,
220 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
221 match = mcreds->session.keytype == creds->session.keytype;
223 if (match
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dbcmnvram_f.h54 * @param name name of variable to match
55 * @param match value to compare against value of variable
56 * @return TRUE if variable is defined and its value is string equal to match or FALSE otherwise
58 #define nvram_match_x(sid, name, match) ({ const char *value = nvram_get_x(sid, name); (value && !strcmp(value, match)); })
63 * @param name name of variable to match
64 * @param match value to compare against value of variable
65 * @return TRUE if variable is defined and its value is string equal to match or FALSE otherwise
67 #define nvram_match_list_x(sid, name, match, index) ({ const char *value = nvram_get_list_x(sid, name, index); (value && !strcmp(value, match)); })
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
34 struct xt_comment_info *commentinfo = (void *)match->data;
42 comment_save(const void *ip, const struct xt_entry_match *match) argument
44 struct xt_comment_info *commentinfo = (void *)match->data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/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_tos.c1 /* Kernel module to match TOS values. */
19 MODULE_DESCRIPTION("iptables TOS match module");
22 match(const struct sk_buff *skb, argument
25 const struct xt_match *match,
39 .match = match,

Completed in 137 milliseconds

1234567891011>>