Searched refs:colon (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dkprobes.h60 char *colon; \
61 if ((colon = strchr(name, ':')) != NULL) { \
62 colon++; \
63 if (*colon != '\0' && *colon != '.') \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c89 const char *colon; local
98 colon = strchr (name, ':');
99 if (colon == NULL || colon >= end)
H A Dx-lisp.c130 const char *colon; local
142 colon = strchr (name, ':');
143 if (colon != NULL && colon < end)
145 name = colon + 1;
148 colon = strchr (name, ':');
149 if (colon != NULL && colon < end)
H A Dx-scheme.c99 const char *colon; local
108 colon = strchr (name, ':');
109 if (colon != NULL && colon < end)
111 name = colon + 1;
114 colon = strchr (name, ':');
115 if (colon != NULL && colon < end)
H A Dx-elisp.c87 const char *colon; local
96 colon = strchr (name, ':');
97 if (colon == NULL || colon >= end)
H A Dx-c.c118 const char *colon; local
126 A colon means an invalid parse in split_keywordspec(). */
127 colon = strchr (name, ':');
128 if (colon == NULL || colon >= end)
H A Dx-php.c77 const char *colon; local
85 A colon means an invalid parse in split_keywordspec(). */
86 colon = strchr (name, ':');
87 if (colon == NULL || colon >= end)
H A Dx-sh.c90 const char *colon; local
98 A colon means an invalid parse in split_keywordspec(). */
99 colon = strchr (name, ':');
100 if (colon == NULL || colon >= end)
H A Dx-awk.c72 const char *colon; local
80 A colon means an invalid parse in split_keywordspec(). */
81 colon = strchr (name, ':');
82 if (colon == NULL || colon >= end)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; local
77 colon = strchr(arg, ':');
79 if (colon) {
88 port = atoi(colon+1);
91 "Port `%s' not valid\n", colon+1);
93 error = strchr(colon+1, ':');
98 dash = strchr(colon, '-');
113 "Port range `%s' funky\n", colon+1);
117 /* Starts with a colon? No IP info...*/
118 if (colon
[all...]
H A Dlibipt_SNAT.c70 char *arg, *colon, *dash, *error; local
77 colon = strchr(arg, ':');
79 if (colon) {
88 port = atoi(colon+1);
91 "Port `%s' not valid\n", colon+1);
93 error = strchr(colon+1, ':');
98 dash = strchr(colon, '-');
113 "Port range `%s' funky\n", colon+1);
117 /* Starts with a colon? No IP info...*/
118 if (colon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_DNAT.c65 char *colon, *dash, *error; local
69 colon = strchr(arg, ':');
71 if (colon) {
80 port = atoi(colon+1);
83 "Port `%s' not valid\n", colon+1);
85 error = strchr(colon+1, ':');
90 dash = strchr(colon, '-');
105 "Port range `%s' funky\n", colon+1);
109 /* Starts with a colon? No IP info...*/
110 if (colon
[all...]
H A Dlibipt_SNAT.c65 char *colon, *dash, *error; local
69 colon = strchr(arg, ':');
71 if (colon) {
80 port = atoi(colon+1);
83 "Port `%s' not valid\n", colon+1);
85 error = strchr(colon+1, ':');
90 dash = strchr(colon, '-');
105 "Port range `%s' funky\n", colon+1);
109 /* Starts with a colon? No IP info...*/
110 if (colon
[all...]
H A Dlibipt_connbytes.c33 char *colon,*p; local
35 si->count.from = strtoul(arg,&colon,10);
36 if (*colon != ':')
38 si->count.to = strtoul(colon+1,&p,10);
39 if (p == colon+1) {
H A Dlibipt_connrate.c60 char *colon; local
63 if ((colon = strchr(buffer, ':')) == NULL)
65 *colon = '\0';
67 si->to = parse_value(colon+1, 0xFFFFFFFF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat_util.c299 const char *colon = strchr(name, ':'); local
303 if (colon) {
304 file = strndup(name, colon-name);
305 field = colon+1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c377 char *colon;
402 colon = strchr (time_str, ':');
403 if (colon == NULL)
405 *colon = '\0';
413 time_str = colon + 1;
414 colon = strchr (time_str, ':');
415 if (*time_str == '\0' || colon == NULL)
417 *colon = '\0';
425 time_str = colon + 1;
376 char *colon; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnvparse.c1335 char name[1000], *value, *colon; local
1354 if (!(colon = strchr(value, ':')))
1356 value = colon + 1;
1359 if (!(colon = strchr(value, ':')))
1363 value = colon + 1;
1366 if (!(colon = strchr(value, ':')))
1368 value = colon + 1;
1371 if (!(colon = strchr(value, ':')))
1375 value = colon + 1;
1378 if (!(colon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.c172 char * colon; local
179 colon = strchr(line, ':');
180 if(colon)
184 p = colon;
191 p = colon;
210 p = colon;
237 p = colon;
254 for(p=line+3;p<colon;p++)
263 p = colon + 1;
275 p = colon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c128 char * colon; local
135 colon = strchr(line, ':');
136 if(colon)
140 p = colon;
147 p = colon;
165 p = colon;
178 for(p=line+3;p<colon;p++)
187 p = colon + 1;
206 p = colon + 1;
216 p = colon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.c128 char * colon; local
135 colon = strchr(line, ':');
136 if(colon)
140 p = colon;
147 p = colon;
165 p = colon;
178 for(p=line+3;p<colon;p++)
187 p = colon + 1;
206 p = colon + 1;
216 p = colon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c611 char *colon; local
626 colon = strchr(ifr.ifr_name, ':');
627 if (colon)
628 *colon = 0;
675 if (colon)
676 *colon = ':';
727 if (colon) {
748 if (colon)
H A Dfib_frontend.c326 char *colon; local
334 colon = strchr(devname, ':');
335 if (colon)
336 *colon = 0;
341 if (colon) {
346 *colon = ':';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/err/
H A Derr.c836 * colon-separated fields, i.e. 4 colons ... */
845 char *colon = strchr(s, ':'); local
846 if (colon == NULL || colon > &buf[len-1] - NUM_COLONS + i)
848 /* set colon no. i at last possible position
850 colon = &buf[len-1] - NUM_COLONS + i;
851 *colon = ':';
853 s = colon + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c857 * colon-separated fields, i.e. 4 colons ... */
866 char *colon = strchr(s, ':'); local
867 if (colon == NULL || colon > &buf[len-1] - NUM_COLONS + i)
869 /* set colon no. i at last possible position
871 colon = &buf[len-1] - NUM_COLONS + i;
872 *colon = ':';
874 s = colon + 1;

Completed in 242 milliseconds

12