Home
last modified time | relevance | path

Searched refs:shellcmd (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/shellcmd/
H A Dmeson.build4 'shellcmd-plugin.c',
5 'gbp-shellcmd-application-addin.c',
6 'gbp-shellcmd-command.c',
7 'gbp-shellcmd-command-editor.c',
8 'gbp-shellcmd-command-model.c',
9 'gbp-shellcmd-command-provider.c',
10 'gbp-shellcmd-command-row.c',
11 'gbp-shellcmd-list.c',
16 'gbp-shellcmd-command.h',
26 'shellcmd-resources',
[all …]
/dports/audio/gramofile/gramofile-1.6P/debian/
H A D20-shell-quoting.dpatch10 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 -J %ld -T %ld %s",
11 + sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 -J %ld -T %ld \"%s\"",
15 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 %s", filename);
16 + sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 \"%s\"", filename);
24 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 -J %ld -T %ld %s",
25 + sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 -J %ld -T %ld \"%s\"",
29 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 %s", filename);
30 + sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 \"%s\"", filename);
41 - sprintf (shellcmd, "brec_gramo -S -s 44100 -b 16 -t 6000 -w %s",
42 + sprintf (shellcmd, "brec_gramo -S -s 44100 -b 16 -t 6000 -w \"%s\"",
[all …]
H A D60-bplay_in_gramo.dpatch17 - char shellcmd[500];
19 + char shellcmd[500], *tmp;
27 + tmp = shellcmd;
31 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 -J %ld -T %ld \"%s\"",
37 - sprintf (shellcmd, "bplay_gramo -S -s 44100 -b 16 \"%s\"", filename);
72 - char shellcmd[500];
73 + char shellcmd[500], *tmp;
81 - sprintf (shellcmd, "brec_gramo -S -s 44100 -b 16 -t 6000 -w \"%s\"",
83 + tmp = shellcmd;
102 system (shellcmd);
/dports/devel/9base/9base-6/mk/
H A Dshell.c11 Word *shellcmd; variable
37 shellcmd = w; in setshell()
44 shellcmd = stow(shelldefault->name); in initshell()
46 setvar("MKSHELL", shellcmd); in initshell()
57 s->w = shellcmd; in pushshell()
77 shellcmd = s->w; in popshell()
78 setvar("MKSHELL", shellcmd); in popshell()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mk/
H A Dshell.c11 Word *shellcmd; variable
37 shellcmd = w; in setshell()
44 shellcmd = stow(shelldefault->name); in initshell()
46 setvar("MKSHELL", shellcmd); in initshell()
57 s->w = shellcmd; in pushshell()
77 shellcmd = s->w; in popshell()
78 setvar("MKSHELL", shellcmd); in popshell()
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DSu.hs87 [Param shellcmd]
89 [Param "-c", Param shellcmd]
96 , shellcmd
102 [Param "-X", Param "-c", Param shellcmd]
105 [Param "-e", Param ("do shell script \"" ++ shellcmd ++ "\" with administrator privileges")]
111 [Param "-c", Param shellcmd]
115 [Param "-c", Param shellcmd]
118 shellcmd = unwords $ map shellEscape (cmd:toCommand ps) function
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/08_commands/03_shells/
H A Dtryshell.cf.sub52 "shellcmd" string => "c:\windows\system32\cmd.exe /C type";
54 "shellcmd" string => "/bin/cat";
56 "shellcmd" string => "type";
58 "shellcmd" string => "cat";
60 "shellcmd" string => "Get-Content";
67 "$(shellcmd) $(init.origtestdir)$(const.dirsep)text.txt"
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-if-shell.c68 char *shellcmd, *cmd, *error; in cmd_if_shell_exec() local
75 shellcmd = format_single_from_target(item, args->argv[0]); in cmd_if_shell_exec()
77 if (*shellcmd != '0' && *shellcmd != '\0') in cmd_if_shell_exec()
83 free(shellcmd); in cmd_if_shell_exec()
131 if (job_run(shellcmd, 0, NULL, s, in cmd_if_shell_exec()
135 cmdq_error(item, "failed to run command: %s", shellcmd); in cmd_if_shell_exec()
136 free(shellcmd); in cmd_if_shell_exec()
140 free(shellcmd); in cmd_if_shell_exec()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/linting/
H A Drules.py62 if rule.shellcmd:
63 for match in regex.finditer(rule.shellcmd):
70 not (before >= 0 and after < len(rule.shellcmd))
71 or (rule.shellcmd[before] != "{" and rule.shellcmd[after] != "}")
114 if rule.shellcmd and regex.search(rule.shellcmd):
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/win32/
H A Dproc.c474 if (!shellcmd) { in apr_proc_create()
480 if (shellcmd[0] == '"') { in apr_proc_create()
481 progname = apr_pstrndup(pool, shellcmd + 1, strlen(shellcmd) - 2); in apr_proc_create()
484 progname = shellcmd; in apr_proc_create()
485 if (has_space(shellcmd)) { in apr_proc_create()
486 shellcmd = apr_pstrcat(pool, "\"", shellcmd, "\"", NULL); in apr_proc_create()
513 if (!shellcmd) { in apr_proc_create()
519 if (shellcmd[0] == '"') { in apr_proc_create()
520 progname = apr_pstrndup(pool, shellcmd + 1, strlen(shellcmd) - 2); in apr_proc_create()
523 progname = shellcmd; in apr_proc_create()
[all …]
/dports/science/py-dipy/dipy-1.4.1/tools/
H A Dosxbuild.py37 shellcmd(cmd)
43 shellcmd(cmd)
53 shellcmd(cmd)
77 shellcmd(cmd)
92 shellcmd(cmd)
95 def shellcmd(cmd, verbose=True): function
/dports/sysutils/smartmontools/smartmontools-7.2/os_win32/
H A Dpopen_win32.cpp93 char * shellcmd = (char *)malloc(7 + cmdlen + 1); in popen() local
94 if (!shellcmd) { in popen()
100 memcpy(shellcmd, "cmd /c ", 7); in popen()
101 memcpy(shellcmd + 7, command, cmdlen + 1); in popen()
120 shellcmd, // "cmd /c COMMAND" ("cmd" searched in PATH if COMSPEC not set) in popen()
126 free(shellcmd); in popen()
/dports/devel/apr1/apr-1.7.0/threadproc/win32/
H A Dproc.c542 if (!shellcmd) {
548 if (shellcmd[0] == '"') {
549 progname = apr_pstrmemdup(pool, shellcmd + 1, strlen(shellcmd) - 2);
552 progname = shellcmd;
553 if (has_space(shellcmd)) {
554 shellcmd = apr_pstrcat(pool, "\"", shellcmd, "\"", NULL);
584 if (!shellcmd) {
590 if (shellcmd[0] == '"') {
591 progname = apr_pstrmemdup(pool, shellcmd + 1, strlen(shellcmd) - 2);
594 progname = shellcmd;
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-if-shell.c68 char *shellcmd, *cmd, *cause; in cmd_if_shell_exec() local
85 shellcmd = format_expand(ft, args->argv[0]); in cmd_if_shell_exec()
90 if (*shellcmd != '0' && *shellcmd != '\0') in cmd_if_shell_exec()
94 free(shellcmd); in cmd_if_shell_exec()
124 job_run(shellcmd, s, cwd, cmd_if_shell_callback, cmd_if_shell_free, in cmd_if_shell_exec()
126 free(shellcmd); in cmd_if_shell_exec()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-if-shell.c68 char *shellcmd, *cmd, *cause; in cmd_if_shell_exec() local
85 shellcmd = format_expand(ft, args->argv[0]); in cmd_if_shell_exec()
90 if (*shellcmd != '0' && *shellcmd != '\0') in cmd_if_shell_exec()
94 free(shellcmd); in cmd_if_shell_exec()
124 job_run(shellcmd, s, cwd, cmd_if_shell_callback, cmd_if_shell_free, in cmd_if_shell_exec()
126 free(shellcmd); in cmd_if_shell_exec()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-if-shell.c68 char *shellcmd, *cmd, *cause; in cmd_if_shell_exec() local
85 shellcmd = format_expand(ft, args->argv[0]); in cmd_if_shell_exec()
90 if (*shellcmd != '0' && *shellcmd != '\0') in cmd_if_shell_exec()
94 free(shellcmd); in cmd_if_shell_exec()
124 job_run(shellcmd, s, cwd, cmd_if_shell_callback, cmd_if_shell_free, in cmd_if_shell_exec()
126 free(shellcmd); in cmd_if_shell_exec()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/solver/
H A Dilmcmd.py21 import pyomo.opt.solver.shellcmd
22 from pyomo.opt.solver.shellcmd import SystemCallSolver
30 pyomo.opt.solver.shellcmd.SystemCallSolver.__init__(self, **kwds)
36 if not pyomo.opt.solver.shellcmd.SystemCallSolver.available(self, exception_flag):
/dports/net/ns3/ns-allinone-3.35/ns-3.35/waf-tools/
H A Dcommand.py9 import shellcmd
11 shellcmd.debug = debug
31 pipeline = shellcmd.Pipeline()
75 pipeline = shellcmd.Pipeline()
82 if isinstance(cmd, shellcmd.Command):
96 elif isinstance(cmd, shellcmd.Chdir):
/dports/audio/gramofile/gramofile-1.6P/
H A Dreclp_main.c27 char shellcmd[500], *tmp; in record_from_lp() local
35 tmp = shellcmd; in record_from_lp()
54 system (shellcmd); in record_from_lp()
/dports/ports-mgmt/portsreinstall/portsreinstall-4.1.0/lib/chroot/
H A Dlibcommand_do.sh31 local shellcmd exitstatus
40 shellcmd=`id -P | sed -E 's|.*:([^:]*)$|\1|'`
41 case `basename "$shellcmd"` in
43 shellcmd="env PS1='\\\$@[builder]\h\\$ ' ${shellcmd:-/bin/sh}"
46 shellcmd="env PS1='\u@[builder]\h\\$ ' $shellcmd"
49 chroot "$opt_basedir"/builder "$shellcmd"

123456789