Searched refs:slash (Results 26 - 50 of 166) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Df_fw.c45 char *slash; local
46 if ((slash = strchr(handle, '/')) != NULL)
47 *slash = '\0';
52 if (slash) {
53 if (get_u32(&mask, slash+1, 0)) {
H A Dtc_util.c172 char * slash = strchr(str, '/'); local
174 if (slash)
175 *slash = 0;
180 if (slash) {
184 if (get_integer(&cell, slash+1, 0))
186 *slash = '/';
310 char * slash = strchr(str, '/'); local
312 if (slash)
313 *slash = 0;
318 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Df_fw.c45 char *slash; local
46 if ((slash = strchr(handle, '/')) != NULL)
47 *slash = '\0';
52 if (slash) {
53 if (get_u32(&mask, slash+1, 0)) {
H A Dtc_util.c172 char * slash = strchr(str, '/'); local
174 if (slash)
175 *slash = 0;
180 if (slash) {
184 if (get_integer(&cell, slash+1, 0))
186 *slash = '/';
310 char * slash = strchr(str, '/'); local
312 if (slash)
313 *slash = 0;
318 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Df_fw.c45 char *slash; local
46 if ((slash = strchr(handle, '/')) != NULL)
47 *slash = '\0';
52 if (slash) {
53 if (get_u32(&mask, slash+1, 0)) {
H A Dtc_util.c172 char * slash = strchr(str, '/'); local
174 if (slash)
175 *slash = 0;
180 if (slash) {
184 if (get_integer(&cell, slash+1, 0))
186 *slash = '/';
310 char * slash = strchr(str, '/'); local
312 if (slash)
313 *slash = 0;
318 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
54 if (strlen(slash + 1) > 2) {
55 if (!interpret_string_addr(&ss_mask, slash+1, 0)) {
60 unsigned long val = strtoul(slash+1, &endp, 0);
61 if (slash+1 == endp || (endp && *endp != '\0')) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
54 if (strlen(slash + 1) > 2) {
55 if (!interpret_string_addr(&ss_mask, slash+1, 0)) {
60 unsigned long val = strtoul(slash+1, &endp, 0);
61 if (slash+1 == endp || (endp && *endp != '\0')) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Daccess.c19 static bool masked_match(const char *tok, const char *slash, const char *s) argument
37 tok_copy[PTR_DIFF(slash,tok)-1] = '\0';
44 tok_copy[PTR_DIFF(slash,tok)] = '\0';
54 if (strlen(slash + 1) > 2) {
55 if (!interpret_string_addr(&ss_mask, slash+1, 0)) {
60 unsigned long val = strtoul(slash+1, &endp, 0);
61 if (slash+1 == endp || (endp && *endp != '\0')) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dtc_util.c157 char * slash = strchr(str, '/'); local
159 if (slash)
160 *slash = 0;
165 if (slash) {
169 if (get_integer(&cell, slash+1, 0))
171 *slash = '/';
290 char * slash = strchr(str, '/'); local
292 if (slash)
293 *slash = 0;
298 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dtc_util.c157 char * slash = strchr(str, '/'); local
159 if (slash)
160 *slash = 0;
165 if (slash) {
169 if (get_integer(&cell, slash+1, 0))
171 *slash = '/';
290 char * slash = strchr(str, '/'); local
292 if (slash)
293 *slash = 0;
298 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dtc_util.c157 char * slash = strchr(str, '/'); local
159 if (slash)
160 *slash = 0;
165 if (slash) {
169 if (get_integer(&cell, slash+1, 0))
171 *slash = '/';
290 char * slash = strchr(str, '/'); local
292 if (slash)
293 *slash = 0;
298 if (slash) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Daccess.c21 static int masked_match(char *tok, char *slash, char *s) argument
29 *slash = 0;
31 *slash = '/';
33 (mask = interpret_addr(slash + 1)) == INADDR_NONE) {

Completed in 233 milliseconds

1234567