HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/message/
BufferedHeader.java 84 int colon = buffer.indexOf(':'); local
85 if (colon == -1) {
89 String s = buffer.substringTrimmed(0, colon);
96 this.valuePos = colon + 1;
  /bootable/recovery/applypatch/
main.c 61 char* colon = strchr(argv[i], ':'); local
62 if (colon != NULL) {
63 *colon = '\0';
64 ++colon;
73 if (colon == NULL) {
77 if (LoadFileContents(colon, &fc) != 0) {
  /external/openssl/crypto/err/
err_prn.c 123 * colon-separated fields, i.e. 4 colons ... */
132 char *colon = strchr(s, ':'); local
133 if (colon == NULL || colon > &buf[len-1] - NUM_COLONS + i)
135 /* set colon no. i at last possible position
137 colon = &buf[len-1] - NUM_COLONS + i;
138 *colon = ':';
140 s = colon + 1;
  /external/tcpdump/
print-esp.c 221 char *colon, *p; local
232 colon = strchr(decode, ':');
233 if (colon == NULL) {
237 *colon = '\0';
239 len = colon - decode;
265 colon++;
266 if (colon[0] == '0' && colon[1] == 'x') {
268 colon += 2;
269 len = strlen(colon) / 2
    [all...]
  /external/iptables/extensions/
libipt_DNAT.c 61 char *colon, *dash, *error; local
65 colon = strchr(arg, ':');
67 if (colon) {
76 port = atoi(colon+1);
79 "Port `%s' not valid\n", colon+1);
81 error = strchr(colon+1, ':');
86 dash = strchr(colon, '-');
101 "Port range `%s' funky\n", colon+1);
105 /* Starts with a colon? No IP info...*/
106 if (colon == arg
    [all...]
libipt_SNAT.c 61 char *colon, *dash, *error; local
65 colon = strchr(arg, ':');
67 if (colon) {
76 port = atoi(colon+1);
79 "Port `%s' not valid\n", colon+1);
81 error = strchr(colon+1, ':');
86 dash = strchr(colon, '-');
101 "Port range `%s' funky\n", colon+1);
105 /* Starts with a colon? No IP info...*/
106 if (colon == arg
    [all...]
libipt_connbytes.c 33 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) {
libipt_connrate.c 60 char *colon; local
63 if ((colon = strchr(buffer, ':')) == NULL)
65 *colon = '\0';
67 si->to = parse_value(colon+1, 0xFFFFFFFF);
  /external/webkit/WebKit/mac/Misc/
WebNSDataExtras.m 355 const UInt8 *colon;
356 for (colon = line; *colon != ':' && colon != eol; colon ++) {
359 if (colon == eol) {
364 lastKey = (NSString *)CFMakeCollectable(CFStringCreateWithBytes(NULL, line, colon - line, kCFStringEncodingISOLatin1, FALSE));
368 for (colon++; colon != eol; colon++)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 70 int colon = name.indexOf(':'); local
71 if (colon == -1) {
74 String prefix = name.substring(0, colon);
89 int colon = name.indexOf(':'); local
90 if (colon == -1) {
94 return name.substring(colon+1).intern();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 331 final int colon = attrName.indexOf(':'); local
340 if (colon < 0)
343 prefix = attrName.substring(colon + 1);
348 else if (colon > 0) {
349 prefix = attrName.substring(0,colon);
478 final int colon = attrName.indexOf(':'); local
486 if (colon < 0)
489 prefix = attrName.substring(colon + 1);
493 else if (colon > 0) {
494 prefix = attrName.substring(0, colon);
    [all...]
  /external/quake/quake/src/QW/client/
net_udp.c 123 char *colon; local
134 for (colon = copy ; *colon ; colon++)
135 if (*colon == ':')
137 *colon = 0;
138 sadr.sin_port = htons(atoi(colon+1));
net_wins.c 99 char *colon; local
110 for (colon = copy ; *colon ; colon++)
111 if (*colon == ':')
113 *colon = 0;
114 sadr.sin_port = htons((short)atoi(colon+1));
  /external/dropbear/
scpmisc.h 25 char *colon(char *);
  /external/iproute2/ip/
iplink_vlan.c 53 char *colon = strchr(*argv, ':'); local
55 if (!colon)
57 *colon = '\0';
61 if (get_u32(&m.to, colon + 1, 0))
  /external/ipsec-tools/src/libipsec/
policy_token.l 77 colon \:
140 unique{colon}{decstring} {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XML11Char.java 415 final int colon = str.indexOf(':'); local
417 if (colon == 0 || colon == str.length() - 1) {
421 if (colon > 0) {
422 final String prefix = str.substring(0,colon);
423 final String localPart = str.substring(colon+1);
  /build/core/tasks/
sdk-addon.mk 33 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
34 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
35 $(eval _dest := $(call word-colon,2,$(cf))) \
52 $(eval _src := $(call word-colon,1,$(cf))) \
53 $(eval _dest := $(call append-path,$(staging),$(call word-colon,2,$(cf)))) \
  /external/clearsilver/scripts/
cs_lint.py 85 colon = string.find(cmd, ':')
87 if colon == -1 and bang == -1:
97 elif pound != -1 and colon != -1 and pound < colon:
102 arg = cmd[colon+1:]
103 cmd = cmd[:colon]
105 elif colon == -1:
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 573 char *colon, *colon2; local
580 colon = strchr (line, ':');
581 if (colon == NULL)
583 *(colon++) = '\0';
584 colon[strlen (colon) -1] = '\0';
585 colon2 = strchr (colon, ':');
590 mimetype = colon;
597 glob = colon;
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 106 int colon = header.indexOf(":"); local
107 String key = header.substring(0, colon);
108 String value = header.substring(colon + 1).trim();
  /packages/apps/Browser/src/com/android/browser/
BrowserHomepagePreference.java 77 int colon = url.indexOf(':'); local
79 if (colon == -1 && space == -1) {
80 // if no colon, no space, add "http://" to make it a url
  /external/iproute2/misc/
lnstat_util.c 299 const char *colon = strchr(name, ':'); local
303 if (colon) {
304 file = strndup(name, colon-name);
305 field = colon+1;
  /frameworks/base/media/libstagefright/
HTTPDataSource.cpp 170 char *colon = strchr(host.c_str(), ':'); local
171 if (colon == NULL) {
175 long tmp = strtol(colon + 1, &end, 10);
176 CHECK(end > colon + 1);
180 host = string(host, 0, colon - host.c_str());
  /external/quake/quake/src/WinQuake/
net_udp.cpp 144 char *colon; local
186 colon = Q_strrchr (my_tcpip_address, ':');
187 if (colon)
188 *colon = 0;

Completed in 988 milliseconds

1 2 3