Home
last modified time | relevance | path

Searched refs:b_command (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/connection/
H A Dssh.py519 def _persistence_controls(b_command): argument
530 for b_arg in (a.lower() for a in b_command):
538 def _add_args(self, b_command, b_args, explanation): argument
552 b_command += b_args
560 b_command = []
598 b_command += [b'-b', b'-']
601 b_command.append(b'-vvv')
632 b_command, (
643 b_command,
649 b_command,
[all …]
H A Dpsrp.py437 b_command = base64.b64decode(cmd.split(" ")[-1])
438 script = to_text(b_command, 'utf-16-le')
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dssh.py508 def _persistence_controls(b_command): argument
519 for b_arg in (a.lower() for a in b_command):
527 def _add_args(self, b_command, b_args, explanation): argument
541 b_command += b_args
549 b_command = []
582 b_command += [b'-b', b'-']
585 b_command.append(b'-vvv')
615 b_command, (
626 b_command,
632 b_command,
[all …]
H A Dpsrp.py424 b_command = base64.b64decode(cmd.split(" ")[-1])
425 script = to_text(b_command, 'utf-16-le')
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/connection/
H A Dssh.py575 def _persistence_controls(b_command): argument
586 for b_arg in (a.lower() for a in b_command):
594 def _add_args(self, b_command, b_args, explanation): argument
608 b_command += b_args
621 b_command = []
656 b_command += [b'-b', b'-']
659 b_command.append(b'-vvv')
685 b_command, (
696 b_command,
703 b_command,
[all …]
H A Dpsrp.py437 b_command = base64.b64decode(cmd.split(" ")[-1])
438 script = to_text(b_command, 'utf-16-le')
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dcommand.c45 int b_command(int argc, char *argv[], Shbltin_t *context) { in b_command() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/plugins/modules/
H A Dpodman_volume.py348 b_command = PodmanVolumeModuleParams(action,
354 + [to_native(i) for i in b_command])
359 [self.module.params['executable'], b'volume'] + b_command,
H A Dpodman_network.py489 b_command = PodmanNetworkModuleParams(action,
495 + [to_native(i) for i in b_command])
500 [self.module.params['executable'], b'network'] + b_command,
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dbuiltins.h86 extern int b_command(int, char*[],Shbltin_t*);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dbuiltins.h86 extern int b_command(int, char*[],Shbltin_t*);
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dbuiltins.h87 extern int b_command(int, char*[],Shbltin_t*);
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dbuiltins.h128 extern int b_command(int, char *[], Shbltin_t *);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/containers/podman/plugins/module_utils/podman/
H A Dpodman_pod_lib.py547 b_command = PodmanPodModuleParams(action,
553 + [to_native(i) for i in b_command])
558 [self.module_params['executable'], b'pod'] + b_command,
H A Dpodman_container_lib.py1413 b_command = PodmanModuleParams(action,
1419 b_command.remove(b'--detach=True')
1421 + [to_native(i) for i in b_command])
1428 [self.module_params['executable'], b'container'] + b_command,
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dwhence.c52 int b_command(register int argc,char *argv[],Shbltin_t *context) in b_command() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dwhence.c52 int b_command(register int argc,char *argv[],Shbltin_t *context) in b_command() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dwhence.c53 int b_command(register int argc,char *argv[],Shbltin_t *context) in b_command() function
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dmeson.build16 ['b_command.sh'],
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dinterp.test366 interp alias a a_command b b_command a1 a2 a3
367 b alias b_command in_master b1 b2 b3
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dinterp.test382 interp alias a a_command b b_command a1 a2 a3
383 b alias b_command in_parent b1 b2 b3
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dinterp.test382 interp alias a a_command b b_command a1 a2 a3
383 b alias b_command in_parent b1 b2 b3
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dxec.c1054 register int n = b_command(0,com,&shp->bltindata); in sh_exec()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dxec.c1054 register int n = b_command(0,com,&shp->bltindata); in sh_exec()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dxec.c1002 int n = b_command(0, com, &shp->bltindata); in sh_exec()

12