Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/external/python/cpython3/Lib/
Dmacpath.py53 colon = _get_colon(s)
54 return colon in s and s[:1] != colon
59 colon = _get_colon(s)
62 path[:0] + colon #23780: Ensure compatible data type even if p is null.
67 if t[:1] == colon:
69 if colon not in path:
70 path = colon + path
71 if path[-1:] != colon:
72 path = path + colon
85 colon = _get_colon(s)
[all …]
/external/iptables/extensions/
Dlibip6t_DNAT.c49 char *arg, *start, *end = NULL, *colon = NULL, *dash, *error; in parse_to() local
60 colon = strchr(arg, ':'); in parse_to()
61 if (colon && strchr(colon+1, ':')) in parse_to()
62 colon = NULL; in parse_to()
72 colon = strchr(end + 1, ':'); in parse_to()
75 if (colon) { in parse_to()
84 port = atoi(colon+1); in parse_to()
87 "Port `%s' not valid\n", colon+1); in parse_to()
89 error = strchr(colon+1, ':'); in parse_to()
94 dash = strchr(colon, '-'); in parse_to()
[all …]
Dlibip6t_SNAT.c52 char *arg, *start, *end = NULL, *colon = NULL, *dash, *error; in parse_to() local
63 colon = strchr(arg, ':'); in parse_to()
64 if (colon && strchr(colon+1, ':')) in parse_to()
65 colon = NULL; in parse_to()
75 colon = strchr(end + 1, ':'); in parse_to()
78 if (colon) { in parse_to()
87 port = atoi(colon+1); in parse_to()
90 "Port `%s' not valid\n", colon+1); in parse_to()
92 error = strchr(colon+1, ':'); in parse_to()
97 dash = strchr(colon, '-'); in parse_to()
[all …]
Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; in parse_to() local
77 colon = strchr(arg, ':'); in parse_to()
79 if (colon) { in parse_to()
88 port = atoi(colon+1); in parse_to()
91 "Port `%s' not valid\n", colon+1); in parse_to()
93 error = strchr(colon+1, ':'); in parse_to()
98 dash = strchr(colon, '-'); in parse_to()
113 "Port range `%s' funky\n", colon+1); in parse_to()
118 if (colon == arg) { in parse_to()
122 *colon = '\0'; in parse_to()
[all …]
Dlibipt_SNAT.c73 char *arg, *colon, *dash, *error; in parse_to() local
80 colon = strchr(arg, ':'); in parse_to()
82 if (colon) { in parse_to()
91 port = atoi(colon+1); in parse_to()
94 "Port `%s' not valid\n", colon+1); in parse_to()
96 error = strchr(colon+1, ':'); in parse_to()
101 dash = strchr(colon, '-'); in parse_to()
116 "Port range `%s' funky\n", colon+1); in parse_to()
121 if (colon == arg) { in parse_to()
125 *colon = '\0'; in parse_to()
[all …]
/external/libnl/lib/route/
Dclassid.c156 char *colon, *end; in rtnl_tc_str2handle() local
175 h = strtoul(str, &colon, 16); in rtnl_tc_str2handle()
178 if (colon == str) { in rtnl_tc_str2handle()
180 if (*colon == ':') { in rtnl_tc_str2handle()
187 if (!(colon = strpbrk(str, ":"))) { in rtnl_tc_str2handle()
192 len = colon - str; in rtnl_tc_str2handle()
206 if (colon[1] == '\0') in rtnl_tc_str2handle()
214 if (':' == *colon) { in rtnl_tc_str2handle()
220 if ('\0' == colon[1]) { in rtnl_tc_str2handle()
228 l = strtoul(colon+1, &end, 16); in rtnl_tc_str2handle()
[all …]
/external/tcpdump/
Dprint-esp.c342 char *colon, *p; in espprint_decode_encalgo() local
344 colon = strchr(decode, ':'); in espprint_decode_encalgo()
345 if (colon == NULL) { in espprint_decode_encalgo()
349 *colon = '\0'; in espprint_decode_encalgo()
377 colon++; in espprint_decode_encalgo()
378 if (colon[0] == '0' && colon[1] == 'x') { in espprint_decode_encalgo()
381 colon += 2; in espprint_decode_encalgo()
382 sa->secretlen = espprint_decode_hex(ndo, sa->secret, sizeof(sa->secret), colon); in espprint_decode_encalgo()
385 i = strlen(colon); in espprint_decode_encalgo()
388 memcpy(sa->secret, colon, i); in espprint_decode_encalgo()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DHopImpl.java100 int colon = hop.indexOf(':',brack); in HopImpl() local
101 int slash = hop.indexOf('/',colon); in HopImpl()
103 if (colon>0) { in HopImpl()
104 this.host = hop.substring(0,colon); in HopImpl()
107 portstr = hop.substring(colon+1,slash); in HopImpl()
110 portstr = hop.substring(colon+1); in HopImpl()
/external/grpc-grpc/src/core/lib/gpr/
Dhost_port.cc74 const char* colon = strchr(name, ':'); in gpr_split_host_port() local
75 if (colon != nullptr && strchr(colon + 1, ':') == nullptr) { in gpr_split_host_port()
78 host_len = static_cast<size_t>(colon - name); in gpr_split_host_port()
79 port_start = colon + 1; in gpr_split_host_port()
/external/libxml2/result/
Dent_738805.xml.rde9 something should appear after colon: something
10 something should appear after colon: something
11 something should appear after colon: something
12 something should appear after colon: something
Dent_738805.xml.rdr11 1 3 #text 0 1 should appear after colon:
16 1 3 #text 0 1 should appear after colon:
21 1 3 #text 0 1 should appear after colon:
26 1 3 #text 0 1 should appear after colon:
Dent_738805.xml.sax23 SAX.characters( should appear after colon: , 28)
34 SAX.characters( should appear after colon: , 28)
43 SAX.characters( should appear after colon: , 28)
56 SAX.characters( should appear after colon: , 28)
Dent_738805.xml.sax223 SAX.characters( should appear after colon: , 28)
34 SAX.characters( should appear after colon: , 28)
43 SAX.characters( should appear after colon: , 28)
56 SAX.characters( should appear after colon: , 28)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java331 final int colon = attrName.indexOf(':'); in startNode() local
340 if (colon < 0) in startNode()
343 prefix = attrName.substring(colon + 1); in startNode()
348 else if (colon > 0) { in startNode()
349 prefix = attrName.substring(0,colon); in startNode()
478 final int colon = attrName.indexOf(':'); in endNode() local
486 if (colon < 0) in endNode()
489 prefix = attrName.substring(colon + 1); in endNode()
493 else if (colon > 0) { in endNode()
494 prefix = attrName.substring(0, colon); in endNode()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DQName.java29 int colon = qname.indexOf(':'); in QName() local
31 if (colon >= 0) in QName()
33 prefix = qname.substring(0, colon); in QName()
34 localName = qname.substring(colon + 1); in QName()
/external/ant-glob/src/org/apache/tools/ant/util/
DFileUtils.java136 int colon = filename.indexOf(':'); in isAbsolutePath() local
137 return (Character.isLetter(c) && colon == 1 in isAbsolutePath()
139 || (ON_NETWARE && colon > 0); in isAbsolutePath()
158 int colon = path.indexOf(':'); in dissect() local
159 if (colon > 0 && (ON_DOS || ON_NETWARE)) { in dissect()
161 int next = colon + 1; in dissect()
/external/smali/baksmali/src/test/resources/LocalTest/
DLocalTest.smali9 ….local v0, "blah! This local name has some spaces, a colon, even a \nnewline!":I, "some sig info:\…
10 ….local v1, "blah! This local name has some spaces, a colon, even a \nnewline!":V, "some sig info:\…
11 .local v2, "blah! This local name has some spaces, a colon, even a \nnewline!":I
12 .local v3, "blah! This local name has some spaces, a colon, even a \nnewline!":V
24 .param p0, "blah! This local name has some spaces, a colon, even a \nnewline!" # I
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java70 int colon = name.indexOf(':'); in namespace() local
71 if (colon == -1) { in namespace()
74 String prefix = name.substring(0, colon); in namespace()
89 int colon = name.indexOf(':'); in localName() local
90 if (colon == -1) { in localName()
94 return name.substring(colon+1).intern(); in localName()
/external/apache-http/src/org/apache/http/message/
DBufferedHeader.java89 int colon = buffer.indexOf(':'); in BufferedHeader() local
90 if (colon == -1) { in BufferedHeader()
94 String s = buffer.substringTrimmed(0, colon); in BufferedHeader()
101 this.valuePos = colon + 1; in BufferedHeader()
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-json.rl73 colon = space* ':' space*;
81 glyph = "\"g\"" colon (glyph_string | glyph_number);
82 cluster = "\"cl\"" colon (unum >tok %parse_cluster);
83 xoffset = "\"dx\"" colon (num >tok %parse_x_offset);
84 yoffset = "\"dy\"" colon (num >tok %parse_y_offset);
85 xadvance= "\"ax\"" colon (num >tok %parse_x_advance);
86 yadvance= "\"ay\"" colon (num >tok %parse_y_advance);
/external/libxml2/result/noent/
Dent_738805.xml.sax222 SAX.characters( should appear after colon: , 28)
30 SAX.characters( should appear after colon: , 28)
37 SAX.characters( should appear after colon: , 28)
46 SAX.characters( should appear after colon: , 28)
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXML11Char.java415 final int colon = str.indexOf(':'); in isXML11ValidQName() local
417 if (colon == 0 || colon == str.length() - 1) { in isXML11ValidQName()
421 if (colon > 0) { in isXML11ValidQName()
422 final String prefix = str.substring(0,colon); in isXML11ValidQName()
423 final String localPart = str.substring(colon+1); in isXML11ValidQName()
DXMLChar.java652 final int colon = str.indexOf(':'); in isValidQName() local
654 if (colon == 0 || colon == str.length() - 1) { in isValidQName()
658 if (colon > 0) { in isValidQName()
659 final String prefix = str.substring(0,colon); in isValidQName()
660 final String localPart = str.substring(colon+1); in isValidQName()
/external/syzkaller/pkg/symbolizer/
Dsymbolizer.go165 colon := strings.LastIndexByte(ln, ':')
166 if colon == -1 {
169 lineEnd := colon + 1
173 file := ln[:colon]
174 line, err := strconv.Atoi(ln[colon+1 : lineEnd])
/external/vogar/src/vogar/
DSshTarget.java43 int colon = hostAndPort.indexOf(":"); in SshTarget() local
44 if (colon != -1) { in SshTarget()
45 host = hostAndPort.substring(0, colon); in SshTarget()
46 port = Integer.parseInt(hostAndPort.substring(colon + 1)); in SshTarget()

12345678910>>...16