Home
last modified time | relevance | path

Searched refs:chost (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-cbus-gpio.c214 struct cbus_host *chost; in cbus_i2c_probe() local
221 chost = devm_kzalloc(&pdev->dev, sizeof(*chost), GFP_KERNEL); in cbus_i2c_probe()
222 if (!chost) in cbus_i2c_probe()
228 if (IS_ERR(chost->clk)) in cbus_i2c_probe()
229 return PTR_ERR(chost->clk); in cbus_i2c_probe()
231 if (IS_ERR(chost->dat)) in cbus_i2c_probe()
232 return PTR_ERR(chost->dat); in cbus_i2c_probe()
234 if (IS_ERR(chost->sel)) in cbus_i2c_probe()
235 return PTR_ERR(chost->sel); in cbus_i2c_probe()
249 spin_lock_init(&chost->lock); in cbus_i2c_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-cbus-gpio.c214 struct cbus_host *chost; in cbus_i2c_probe() local
221 chost = devm_kzalloc(&pdev->dev, sizeof(*chost), GFP_KERNEL); in cbus_i2c_probe()
222 if (!chost) in cbus_i2c_probe()
228 if (IS_ERR(chost->clk)) in cbus_i2c_probe()
229 return PTR_ERR(chost->clk); in cbus_i2c_probe()
231 if (IS_ERR(chost->dat)) in cbus_i2c_probe()
232 return PTR_ERR(chost->dat); in cbus_i2c_probe()
234 if (IS_ERR(chost->sel)) in cbus_i2c_probe()
235 return PTR_ERR(chost->sel); in cbus_i2c_probe()
249 spin_lock_init(&chost->lock); in cbus_i2c_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-cbus-gpio.c214 struct cbus_host *chost; in cbus_i2c_probe() local
221 chost = devm_kzalloc(&pdev->dev, sizeof(*chost), GFP_KERNEL); in cbus_i2c_probe()
222 if (!chost) in cbus_i2c_probe()
228 if (IS_ERR(chost->clk)) in cbus_i2c_probe()
229 return PTR_ERR(chost->clk); in cbus_i2c_probe()
231 if (IS_ERR(chost->dat)) in cbus_i2c_probe()
232 return PTR_ERR(chost->dat); in cbus_i2c_probe()
234 if (IS_ERR(chost->sel)) in cbus_i2c_probe()
235 return PTR_ERR(chost->sel); in cbus_i2c_probe()
249 spin_lock_init(&chost->lock); in cbus_i2c_probe()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dauth2-hostbased.c61 char *pkalg, *cuser, *chost, *service; in userauth_hostbased() local
73 chost = packet_get_string(NULL); in userauth_hostbased()
78 cuser, chost, pkalg, slen); in userauth_hostbased()
120 buffer_put_cstring(&b, chost); in userauth_hostbased()
144 free(chost); in userauth_hostbased()
166 chost, resolvedname, ipaddr); in hostbased_key_allowed()
168 if (((len = strlen(chost)) > 0) && chost[len - 1] == '.') { in hostbased_key_allowed()
170 chost[len - 1] = '\0'; in hostbased_key_allowed()
174 if (auth_rhosts2(pw, cuser, chost, chost) == 0) in hostbased_key_allowed()
176 lookup = chost; in hostbased_key_allowed()
[all …]
H A Dauth-rh-rsa.c42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed() argument
55 chost, _PATH_SSH_SYSTEM_HOSTFILE, in auth_rhosts_rsa_key_allowed()
68 char *chost; in auth_rhosts_rsa() local
78 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
79 debug("Rhosts RSA authentication: canonical host %.900s", chost); in auth_rhosts_rsa()
81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) { in auth_rhosts_rsa()
91 chost); in auth_rhosts_rsa()
100 pw->pw_name, cuser, chost); in auth_rhosts_rsa()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/unit/
H A Dunit1660.c49 const char *chost; /* if non-NULL, use to lookup with */
107 static void showsts(struct stsentry *e, const char *chost)
110 printf("'%s' is not HSTS\n", chost);
113 chost, e->host, e->expires,
124 const char *chost;
155 chost = headers[i].chost ? headers[i].chost : headers[i].host;
156 e = Curl_hsts(h, chost, TRUE);
157 showsts(e, chost);
163 chost = "expire.example";
165 e = Curl_hsts(h, chost, TRUE);
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/unit/
H A Dunit1660.c49 const char *chost; /* if non-NULL, use to lookup with */
107 static void showsts(struct stsentry *e, const char *chost)
110 printf("'%s' is not HSTS\n", chost);
113 chost, e->host, e->expires,
124 const char *chost;
155 chost = headers[i].chost ? headers[i].chost : headers[i].host;
156 e = Curl_hsts(h, chost, TRUE);
157 showsts(e, chost);
163 chost = "expire.example";
165 e = Curl_hsts(h, chost, TRUE);
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/unit/
H A Dunit1660.c49 const char *chost; /* if non-NULL, use to lookup with */
107 static void showsts(struct stsentry *e, const char *chost)
110 printf("'%s' is not HSTS\n", chost);
113 chost, e->host, e->expires,
124 const char *chost;
155 chost = headers[i].chost ? headers[i].chost : headers[i].host;
156 e = Curl_hsts(h, chost, TRUE);
157 showsts(e, chost);
163 chost = "expire.example";
165 e = Curl_hsts(h, chost, TRUE);
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/unit/
H A Dunit1660.c49 const char *chost; /* if non-NULL, use to lookup with */
107 static void showsts(struct stsentry *e, const char *chost)
110 printf("'%s' is not HSTS\n", chost);
113 chost, e->host, e->expires,
124 const char *chost;
155 chost = headers[i].chost ? headers[i].chost : headers[i].host;
156 e = Curl_hsts(h, chost, TRUE);
157 showsts(e, chost);
163 chost = "expire.example";
165 e = Curl_hsts(h, chost, TRUE);
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/unit/
H A Dunit1660.c49 const char *chost; /* if non-NULL, use to lookup with */
107 static void showsts(struct stsentry *e, const char *chost)
110 printf("'%s' is not HSTS\n", chost);
113 chost, e->host, e->expires,
124 const char *chost;
150 chost = headers[i].chost ? headers[i].chost : headers[i].host;
151 e = Curl_hsts(h, chost, TRUE);
152 showsts(e, chost);
158 chost = "expire.example";
160 e = Curl_hsts(h, chost, TRUE);
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth2-hostbased.c65 char *pkalg, *cuser, *chost; in userauth_hostbased() local
79 cuser, chost, pkalg, slen); in userauth_hostbased()
151 chost, key)) && in userauth_hostbased()
164 free(chost); in userauth_hostbased()
186 chost, resolvedname, ipaddr); in hostbased_key_allowed()
188 if (((len = strlen(chost)) > 0) && chost[len - 1] == '.') { in hostbased_key_allowed()
190 chost[len - 1] = '\0'; in hostbased_key_allowed()
194 if (auth_rhosts2(pw, cuser, chost, chost) == 0) { in hostbased_key_allowed()
199 lookup = chost; in hostbased_key_allowed()
201 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth2-hostbased.c65 char *pkalg, *cuser, *chost; in userauth_hostbased() local
79 cuser, chost, pkalg, slen); in userauth_hostbased()
151 chost, key)) && in userauth_hostbased()
164 free(chost); in userauth_hostbased()
186 chost, resolvedname, ipaddr); in hostbased_key_allowed()
188 if (((len = strlen(chost)) > 0) && chost[len - 1] == '.') { in hostbased_key_allowed()
190 chost[len - 1] = '\0'; in hostbased_key_allowed()
194 if (auth_rhosts2(pw, cuser, chost, chost) == 0) { in hostbased_key_allowed()
197 __func__, cuser, chost); in hostbased_key_allowed()
200 lookup = chost; in hostbased_key_allowed()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/testsuite/
H A Dcygnal.exp36 set chost "localhost"; # the host to connect to
42 global chost
72 global chost
74 verbose "Trying to netcat $name to Cygnal $chost : $cport)"
76 spawn -noecho nc $chost $cport
97 global chost
106 spawn -noecho wget -p -v --tries=3 --server-response $options "http://$chost:$cport/$name"
173 global chost
414 untested "HTTP POST AMF0 $j got no response, not saved to $chost:$cport/gateway"
428 pass "HTTP POST AMF0 got response, saved to $chost:$cport/gateway"
[all …]
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/jalv/jalv-1.6.6/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/lv2/lv2-1.18.2/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/lilv/lilv-0.24.12/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/audio/ganv/ganv-1.8.0/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:
/dports/databases/tdb/tdb-1.4.3/third_party/waf/waflib/extras/
H A Dcross_gnu.py96 chost = None
99 chost = conf.env.CHOST[0]
100 chost_envar = chost.replace('-', '_')
101 return chost, chost_envar
129 chost, chost_envar = get_chost_stuff(conf)
132 if chost:
154 if chost:
155 value = '%s-%s' % (chost, tool)
165 chost, chost_envar = get_chost_stuff(conf)
168 if chost:

123456789