Home
last modified time | relevance | path

Searched refs:userstr (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_create_unix.go279 userstr, err := generateUserString(
286 if userstr == "" {
289 userstr = imageConfig.User
291 if userstr != "" {
296 userstr = securityContext.GetRunAsUsername()
445 var userstr, groupstr string
447 userstr = strconv.FormatInt(uid.GetValue(), 10)
450 userstr = username
455 if userstr == "" {
462 userstr = userstr + ":" + groupstr
[all …]
H A Dsandbox_run_unix.go180 userstr, err := generateUserString(
188 if userstr == "" {
191 userstr = imageConfig.User
193 if userstr != "" {
194 specOpts = append(specOpts, oci.WithUser(userstr))
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_create_unix.go279 userstr, err := generateUserString(
286 if userstr == "" {
289 userstr = imageConfig.User
291 if userstr != "" {
296 userstr = securityContext.GetRunAsUsername()
445 var userstr, groupstr string
447 userstr = strconv.FormatInt(uid.GetValue(), 10)
450 userstr = username
455 if userstr == "" {
462 userstr = userstr + ":" + groupstr
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_create_unix.go279 userstr, err := generateUserString(
286 if userstr == "" {
289 userstr = imageConfig.User
291 if userstr != "" {
296 userstr = securityContext.GetRunAsUsername()
445 var userstr, groupstr string
447 userstr = strconv.FormatInt(uid.GetValue(), 10)
450 userstr = username
455 if userstr == "" {
462 userstr = userstr + ":" + groupstr
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_create_linux.go296 userstr, err := generateUserString(
303 if userstr == "" {
306 userstr = imageConfig.User
308 if userstr != "" {
313 userstr = securityContext.GetRunAsUsername()
529 var userstr, groupstr string
531 userstr = strconv.FormatInt(uid.GetValue(), 10)
534 userstr = username
539 if userstr == "" {
546 userstr = userstr + ":" + groupstr
[all …]
H A Dsandbox_run_linux.go190 userstr, err := generateUserString(
198 if userstr == "" {
201 userstr = imageConfig.User
203 if userstr != "" {
204 specOpts = append(specOpts, oci.WithUser(userstr))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_create_linux.go314 userstr, err := generateUserString(
321 if userstr == "" {
324 userstr = imageConfig.User
326 if userstr != "" {
331 userstr = securityContext.GetRunAsUsername()
547 var userstr, groupstr string
549 userstr = strconv.FormatInt(uid.GetValue(), 10)
552 userstr = username
557 if userstr == "" {
564 userstr = userstr + ":" + groupstr
[all …]
H A Dsandbox_run_linux.go190 userstr, err := generateUserString(
198 if userstr == "" {
201 userstr = imageConfig.User
203 if userstr != "" {
204 specOpts = append(specOpts, oci.WithUser(userstr))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_create_linux.go318 userstr, err := generateUserString(
325 if userstr == "" {
328 userstr = imageConfig.User
330 if userstr != "" {
335 userstr = securityContext.GetRunAsUsername()
551 var userstr, groupstr string
553 userstr = strconv.FormatInt(uid.GetValue(), 10)
556 userstr = username
561 if userstr == "" {
568 userstr = userstr + ":" + groupstr
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dtoken.cpp554 cret(strcmp(userstr[arg1 - 1], userstr[arg2 - 1]) == 0); in exec_cond()
556 cret(strcmp(userstr[arg1 - 1], userstr[arg2 - 1]) < 0); in exec_cond()
558 cret(strcmp(userstr[arg1 - 1], userstr[arg2 - 1]) > 0); in exec_cond()
560 cret(strcasecmp(userstr[arg1 - 1], userstr[arg2 - 1]) == 0); in exec_cond()
562 cret(strcasecmp(userstr[arg1 - 1], userstr[arg2 - 1]) < 0); in exec_cond()
564 cret(strcasecmp(userstr[arg1 - 1], userstr[arg2 - 1]) > 0); in exec_cond()
566 cret(match_answer(rstrdup(userstr[arg1 - 1]), arg2 - 1)); in exec_cond()
718 strncpy(userstr[arg1 - 1], tmpstr, 80); in exec_action()
1081 rstrncpy(userstr[arg1 - 1], userstr[arg2 - 1], 81); in exec_action()
1084 setcase(userstr[arg1 - 1], 1); in exec_action()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_create.go227 userstr, err := generateUserString(
235 if userstr == "" {
238 userstr = image.ImageSpec.Config.User
240 if userstr != "" {
245 userstr = securityContext.GetRunAsUsername()
617 var userstr, groupstr string
619 userstr = strconv.FormatInt(uid.GetValue(), 10)
622 userstr = username
627 if userstr == "" {
634 userstr = userstr + ":" + groupstr
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_create.go227 userstr, err := generateUserString(
235 if userstr == "" {
238 userstr = image.ImageSpec.Config.User
240 if userstr != "" {
245 userstr = securityContext.GetRunAsUsername()
617 var userstr, groupstr string
619 userstr = strconv.FormatInt(uid.GetValue(), 10)
622 userstr = username
627 if userstr == "" {
634 userstr = userstr + ":" + groupstr
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/src/
H A Dmain.rs340 let mut userstr: String = "".to_owned(); in main() localVariable
343 userstr = format!("{}[1m{}{}[0m", 27 as char, in main()
346 userstr = format!("{}", user); in main()
352 userstr = format!("{}@", userstr); in main()
356 userstr = format!("{}{}[1m{}{}[0m", userstr, in main()
359 userstr = format!("{}{}", userstr, host); in main()
364 writer.add("", &userstr); in main()
366 writer.add("USER", &userstr); in main()
/dports/devel/pear-phing/phing-2.6.1/types/selectors/
H A DContainsSelector.php124 $userstr = $this->contains;
126 $userstr = strtolower($this->contains);
137 if (strpos($teststr, $userstr) !== false) {
/dports/chinese/enscript/enscript-1.6.6/lib/
H A Da2ps.hdr25 %Format: userstr Printed by %N
69 % userstr
70 d_header_x d_header_w add userstr stringwidth pop sub a2ps_marg sub
71 d_header_y 29 add moveto userstr show
/dports/print/enscript-a4/enscript-1.6.6/lib/
H A Da2ps.hdr25 %Format: userstr Printed by %N
69 % userstr
70 d_header_x d_header_w add userstr stringwidth pop sub a2ps_marg sub
71 d_header_y 29 add moveto userstr show
/dports/print/enscript-letter/enscript-1.6.6/lib/
H A Da2ps.hdr25 %Format: userstr Printed by %N
69 % userstr
70 d_header_x d_header_w add userstr stringwidth pop sub a2ps_marg sub
71 d_header_y 29 add moveto userstr show
/dports/print/enscript-letterdj/enscript-1.6.6/lib/
H A Da2ps.hdr25 %Format: userstr Printed by %N
69 % userstr
70 d_header_x d_header_w add userstr stringwidth pop sub a2ps_marg sub
71 d_header_y 29 add moveto userstr show
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
242 const char *userstr, in auxprop_verify_password_hashed() argument
255 if (!conn || !userstr) in auxprop_verify_password_hashed()
279 userstr, in auxprop_verify_password_hashed()
334 const char *userstr, in _sasl_auxprop_verify_apop() argument
350 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1080 const char *userstr, in always_true() argument
1086 userstr); in always_true()
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/lib/
H A Dcheckpw.c133 const char *userstr, in auxprop_verify_password() argument
146 if (!conn || !userstr) in auxprop_verify_password()
160 userstr, in auxprop_verify_password()
243 const char *userstr,
256 if (!conn || !userstr)
280 userstr,
336 const char *userstr, in _sasl_auxprop_verify_apop() argument
352 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
1081 const char *userstr, in always_true() argument
1087 userstr); in always_true()

1234567