Home
last modified time | relevance | path

Searched refs:double_colon (Results 26 – 50 of 80) sorted by relevance

1234

/dports/devel/nspr/nspr-4.33/nspr/pr/src/misc/
H A Dprnetdb.c1630 section = double_colon = 1; in StringToV6Addr()
1638 if (double_colon != -1) { in StringToV6Addr()
1642 double_colon = section; in StringToV6Addr()
1734 if (double_colon != -1) { in StringToV6Addr()
1737 int ncopy = section - double_colon; in StringToV6Addr()
1740 addr->pr_s6_addr16[double_colon + ncopy]; in StringToV6Addr()
1742 while (tosection >= double_colon) { in StringToV6Addr()
1791 double_colon = section - zero_length; in V6AddrToString()
1800 if (double_colon == 0) { in V6AddrToString()
1850 if (section == double_colon) { in V6AddrToString()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/misc/
H A Dprnetdb.c1630 section = double_colon = 1; in StringToV6Addr()
1638 if (double_colon != -1) { in StringToV6Addr()
1642 double_colon = section; in StringToV6Addr()
1734 if (double_colon != -1) { in StringToV6Addr()
1737 int ncopy = section - double_colon; in StringToV6Addr()
1740 addr->pr_s6_addr16[double_colon + ncopy]; in StringToV6Addr()
1742 while (tosection >= double_colon) { in StringToV6Addr()
1791 double_colon = section - zero_length; in V6AddrToString()
1800 if (double_colon == 0) { in V6AddrToString()
1850 if (section == double_colon) { in V6AddrToString()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/misc/
H A Dprnetdb.c1632 section = double_colon = 1; in StringToV6Addr()
1640 if (double_colon != -1) { in StringToV6Addr()
1644 double_colon = section; in StringToV6Addr()
1736 if (double_colon != -1) { in StringToV6Addr()
1739 int ncopy = section - double_colon; in StringToV6Addr()
1742 addr->pr_s6_addr16[double_colon + ncopy]; in StringToV6Addr()
1744 while (tosection >= double_colon) { in StringToV6Addr()
1793 double_colon = section - zero_length; in V6AddrToString()
1802 if (double_colon == 0) { in V6AddrToString()
1852 if (section == double_colon) { in V6AddrToString()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dreplace_qualified_name_with_use.rs127 if let Some(double_colon) = path.coloncolon_token() { in maybe_replace_path()
128 ted::remove(&double_colon); in maybe_replace_path()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dreplace_qualified_name_with_use.rs127 if let Some(double_colon) = path.coloncolon_token() { in maybe_replace_path()
128 ted::remove(&double_colon); in maybe_replace_path()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Render/
H A DRenderer.php767 $double_colon = strpos($callback, '::');
768 if ($double_colon === FALSE) {
771 elseif ($double_colon > 0) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Render/
H A DRenderer.php772 $double_colon = strpos($callback, '::');
773 if ($double_colon === FALSE) {
776 elseif ($double_colon > 0) {
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c836 int colons = 0, nums = 0, double_colon = 0; in match_ipv6_prefix() local
874 if (double_colon) in match_ipv6_prefix()
890 double_colon++; in match_ipv6_prefix()
908 if (colons || double_colon) in match_ipv6_prefix()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c836 int colons = 0, nums = 0, double_colon = 0; in match_ipv6_prefix() local
874 if (double_colon) in match_ipv6_prefix()
890 double_colon++; in match_ipv6_prefix()
908 if (colons || double_colon) in match_ipv6_prefix()
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowViewer_Sort.cgi197 $double_colon = 0;
206 if (($double_colon) && ($abbreviated_segments > 0)) {
220 $double_colon = 1;
/dports/dns/dog/dog-0.1.0/cargo-crates/json-0.12.4/tests/
H A Djson_checker.rs92 fn double_colon() { in double_colon() function
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/json-0.12.4/tests/
H A Djson_checker.rs92 fn double_colon() { in double_colon() function
/dports/lang/rust/rustc-1.58.1-src/vendor/json/tests/
H A Djson_checker.rs92 fn double_colon() { in double_colon() function
/dports/devel/anjuta/anjuta-3.34.0/plugins/mk-project/
H A Dmk-rule.c152 gboolean double_colon = FALSE; in mkp_project_add_rule() local
159 if (anjuta_token_get_type (arg) == MK_TOKEN_DOUBLE_COLON) double_colon = TRUE; in mkp_project_add_rule()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A DEnumStructUnionParser.h326 struct chunk_t *parse_double_colon(struct chunk_t *double_colon);
H A DEnumStructUnionParser.cpp476 auto *double_colon = chunk_search_next_cat(start, CT_DC_MEMBER); in match_qualified_identifier() local
478 if ( double_colon != nullptr in match_qualified_identifier()
479 && chunk_is_between(double_colon, start, end)) in match_qualified_identifier()
2321 chunk_t *EnumStructUnionParser::parse_double_colon(chunk_t *double_colon) in parse_double_colon() argument
2325 auto *pc = double_colon; in parse_double_colon()
/dports/net-mgmt/p5-Net-IP-XS/Net-IP-XS-0.21/
H A Dfunctions.c499 const char *double_colon; in NI_ip_is_ipv6() local
508 double_colon = strstr(str, "::"); in NI_ip_is_ipv6()
509 max_colons = (double_colon == NULL) ? 7 : 8; in NI_ip_is_ipv6()
588 if ((double_colon != NULL) && (strstr(double_colon + 1, "::"))) { in NI_ip_is_ipv6()
596 if ((octs != 7) && (double_colon == NULL)) { in NI_ip_is_ipv6()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dfiledef.h66 struct file *double_colon; member
/dports/devel/gmake/make-4.3/src/
H A Dfiledef.h61 struct file *double_colon; member
H A Dvariable.c581 if (file->double_colon && file->double_colon != file)
583 initialize_file_variables (file->double_colon, reading);
584 l->next = file->double_colon->variables;
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dfiledef.h72 struct file *double_colon; member
H A Dread.c1925 else if (f->double_colon) in record_target_var()
1926 f = f->double_colon; in record_target_var()
2148 if (f->double_colon) in record_files()
2194 if (f != 0 && f->is_target && !f->double_colon) in record_files()
2206 if (f->double_colon == 0) in record_files()
2209 f->double_colon = f; in record_files()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dresolve.c1799 int double_colon; in str2ip6buf() local
1823 double_colon=0; in str2ip6buf()
1835 if (double_colon){ in str2ip6buf()
1841 double_colon=1; in str2ip6buf()
1847 double_colon=0; in str2ip6buf()
1853 if (!double_colon){ /* not ending in ':' */ in str2ip6buf()
/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/command/
H A Dwrite.h119 p_target->double_colon ? ":" : ""); in dbg_cmd_write()
/dports/www/apache24/httpd-2.4.53/server/
H A Dvhost.c694 int double_colon = 0; in fix_hostname_v6_literal() local
704 if (double_colon) in fix_hostname_v6_literal()
706 double_colon = 1; in fix_hostname_v6_literal()

1234