Home
last modified time | relevance | path

Searched refs:host_domain (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/elm/elm2.5.8/lib/
H A Dinitcommon.c76 get_hostdomain(host_domain, sizeof(host_domain)); in initialize_common()
77 (void) strcat(strcpy(host_fullname, host_name), host_domain); in initialize_common()
103 SHOWSTR("host_domain", host_domain); in main()
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dserver.py164 host_domain = host_principal.rsplit('@')[-1]
165 return user_principal == username + '@' + host_domain
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dpolicy_watcher_unittest.cc78 base::ListValue host_domain; in SetUp() local
79 host_domain.AppendString(kHostDomain); in SetUp()
96 host_domain.CreateDeepCopy()); in SetUp()
100 host_domain.CreateDeepCopy()); in SetUp()
112 host_domain.CreateDeepCopy()); in SetUp()
120 host_domain.CreateDeepCopy()); in SetUp()
128 host_domain.CreateDeepCopy()); in SetUp()
152 host_domain.CreateDeepCopy()); in SetUp()
180 host_domain.CreateDeepCopy()); in SetUp()
/dports/mail/elm/elm2.5.8/hdrs/
H A Dsave_opts.h166 {"hostdomain", DT_STR|FL_SYS, (malloc_t)host_domain},
H A Delm_defs.h517 EXTERN char host_domain[SLEN]; /* local domain with leading dot*/ variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/ios/browser/
H A Daccount_consistency_service_unittest.mm67 // Returns a cookie domain that applies for all origins on |host_domain|.
68 std::string GetCookieDomain(const std::string& host_domain) {
69 DCHECK(net::cookie_util::DomainIsHostOnly(host_domain));
70 std::string cookie_domain = "." + host_domain;
/dports/misc/mc/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs.c2498 const char *host_domain; in ftpfs_find_machine() local
2501 host_domain = strchr (host, '.'); in ftpfs_find_machine()
2502 if (host_domain == NULL) in ftpfs_find_machine()
2506 if (g_ascii_strcasecmp (host_domain, domain) != 0) in ftpfs_find_machine()
2510 if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0) in ftpfs_find_machine()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs.c2498 const char *host_domain; in ftpfs_find_machine() local
2501 host_domain = strchr (host, '.'); in ftpfs_find_machine()
2502 if (host_domain == NULL) in ftpfs_find_machine()
2506 if (g_ascii_strcasecmp (host_domain, domain) != 0) in ftpfs_find_machine()
2510 if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0) in ftpfs_find_machine()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dunsafe.cpp792 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
818 host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dunsafe.cpp792 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
818 host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A Dunsafe.cpp787 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
813 host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A Dunsafe.cpp792 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
818 host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Dunsafe.cpp829 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
853 ClassLoadInfo cl_info(host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A Dunsafe.cpp831 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
855 ClassLoadInfo cl_info(host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A Dunsafe.cpp827 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
853 host_domain, in Unsafe_DefineAnonymousClass_impl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/ppcg/
H A Dgpu.c1304 __isl_keep isl_set *host_domain) in localize_bounds() argument
1309 context = isl_set_copy(host_domain); in localize_bounds()
3843 isl_set *host_domain; in gpu_create_kernel() local
3883 host_domain = isl_set_from_union_set(isl_union_map_range( in gpu_create_kernel()
3934 localize_bounds(kernel, host_domain); in gpu_create_kernel()
3935 isl_set_free(host_domain); in gpu_create_kernel()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1085 Handle host_domain(THREAD, host_klass->protection_domain()); in Unsafe_DefineAnonymousClass_impl() local
1107 host_loader, host_domain, in Unsafe_DefineAnonymousClass_impl()

12