/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_connrate.c | 60 char *colon; local 63 if ((colon = strchr(buffer, ':')) == NULL) 65 *colon = '\0'; 67 si->to = parse_value(colon+1, 0xFFFFFFFF);
|
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) {
|
/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;
|
/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/ipsec-tools/src/racoon/ |
prsa_par.y | 138 %token COLON HEX 139 %token OBRACE EBRACE COLON HEX 160 addr addr COLON rsa_statement 164 | addr COLON rsa_statement 168 | COLON rsa_statement 290 MODULUS COLON HEX 292 | PUBLIC_EXPONENT COLON HEX 294 | PRIVATE_EXPONENT COLON HEX 296 | PRIME1 COLON HEX 298 | PRIME2 COLON HEX [all...] |
prsa_par.h | 42 COLON = 258, 66 #define COLON 258
|
/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/icu4c/tools/genrb/ |
read.h | 34 TOK_COLON, /* A colon */
|
/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/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/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;
|
/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/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();
|
/external/webkit/WebCore/platform/ |
ContentType.cpp | 43 // a MIME type can have one or more "param=value" after a semi-colon, and separated from each other by semi-colons 65 // "type" can have parameters after a semi-colon, strip them
|
/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;
|
/external/bison/m4/ |
dos.m4 | 45 prefix, including the colon.])
|
/external/dnsmasq/contrib/port-forward/ |
portforward | 7 # colon, then the second number is the port to which the connection
|
/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/jsr305/ri/src/main/java/javax/annotation/ |
Syntax.java | 37 * Syntax names can be followed by a colon and a list of key value pairs,
|
/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/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));
|
/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...] |