Home
last modified time | relevance | path

Searched refs:syscmd (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/net/samba412/samba-4.12.15/source3/printing/
H A Dprint_generic.c36 char *syscmd;
56 if (!syscmd) {
65 syscmd = talloc_string_sub(ctx, syscmd, arg, value); in ippNextAttribute()
66 if (!syscmd) { in ippNextAttribute()
73 syscmd = talloc_string_sub(ctx, syscmd, "%p", printername);
74 if (!syscmd) {
78 syscmd = lpcfg_substituted_string(ctx, lp_sub, syscmd);
79 if (syscmd == NULL) {
84 syscmd = talloc_sub_advanced(ctx,
89 syscmd); in gotalarm_sig()
[all …]
/dports/print/dot2tex/dot2tex-2.11.3/tests/experimental/
H A Dtest_multirender.py33 def runcmd(syscmd): argument
35 sres = os.popen(syscmd)
111 syscmd = 'texify --pdf --clean %s' % (fn)
114 err = runcmd(syscmd)
127 err = runcmd(syscmd)
128 syscmd = 'ps2pdf %s.ps' % (destfile)
130 err = runcmd(syscmd)
139 err = runcmd(syscmd)
152 err = runcmd(syscmd)
165 err = runcmd(syscmd)
[all …]
/dports/devel/devhelp/devhelp-41.2/contrib/
H A Dbulkman.pl121 $syscmd = "gunzip -c $fullfile | grep -q \"$opt_S\"";
123 $syscmd = "grep -q \"$opt_S\" $fullfile";
126 if((system "$syscmd")) {
131 $syscmd = "gunzip -c $fullfile | grep -q \"\.so\sman.\"";
133 $syscmd = "grep -q \"\.so\sman.\" $fullfile";
135 if(!(system "$syscmd")) {
145 $syscmd = "grep -q \"$opt_S\" $dir/$data";
147 $syscmd = "gunzip -c $dir/$data | grep -q \"$opt_S\" $dir/$data";
151 $syscmd = "/bin/false";
153 if((system "$syscmd")) {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dcheck_basedir.test40 my $syscmd= "$exe $ENV{'HVARGS'}";
41 #print "# DBG: syscmd: $syscmd\n";
43 (system($syscmd) == 0) || die "system($syscmd) failed: $!";
66 my $syscmd= "$binary $ENV{'HVARGS'}";
67 #print "# DBG: syscmd: $syscmd\n";
68 (system($syscmd) == 0) || die "system($syscmd) failed: $!";
/dports/lang/nx/nsf2.3.0/doc/
H A Dnxsh.man15 [call [syscmd "nxsh"] [opt "[option -c] [opt [arg arg1]]"] [opt "[arg arg2] ..."]]
17 [syscmd "nxsh"] is a shell-like application that reads NX and Tcl
22 If invoked without any arguments, [syscmd "nxsh"] runs in
23 read-eval-print mode (REPL, interactive) similar to [syscmd "tclsh"]. In
31 If invoked with at least one positional argument [arg arg1], [syscmd "nxsh"] runs
36 Passing the [option -c] flag makes [syscmd nxsh] accept commands from
38 [syscmd nxsh] takes commands from standard input (e.g., in a pipe).
42 [syscmd "nxsh"] can be used like [syscmd "tclsh"] to make NX scripts directly invokable from the sh…
H A Dnxwish.man15 [call [syscmd "nxwish"] [opt [arg fileName]]]
17syscmd "nxwish"] is a shell-like application including Tcl and the NX extension as well as the Tk …
21 [syscmd "nxwish"] can be used like [syscmd "wish"] to make NX scripts directly invokable from the s…
H A Dxowish.man15 [call [syscmd "xowish"] [opt [arg fileName]]]
17syscmd "xowish"] is a shell-like application including Tcl and the XOTcl2 as well as the Tk toolki…
21 [syscmd "xowish"] can be used like [syscmd "wish"] to make XOTcl2 scripts directly invokable from t…
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dclipboard.c112 char syscmd[PATHLEN + strlen(get_conf_value("default_paste_from_clipboard_cmd")) + 1]; in paste_from_clipboard() local
113 sprintf(syscmd, "%s", get_conf_value("default_paste_from_clipboard_cmd")); in paste_from_clipboard()
114 sprintf(syscmd + strlen(syscmd), " >> %s", template); in paste_from_clipboard()
115 system(syscmd); in paste_from_clipboard()
183 char syscmd[PATHLEN + strlen(get_conf_value("default_copy_to_clipboard_cmd")) + 1]; in copy_to_clipboard() local
184 sprintf(syscmd, "%s", get_conf_value("default_copy_to_clipboard_cmd")); in copy_to_clipboard()
185 sprintf(syscmd + strlen(syscmd), " %s", template); in copy_to_clipboard()
186 system(syscmd); in copy_to_clipboard()
/dports/textproc/textogif/textogif-1.1_4/
H A Dtextogif171 &syscmd("echo x | latex $f \n");
172 &syscmd("dvips -f $f >_temp_$$.ps\n");
194 &syscmd($cmd);
197 &syscmd("rm $f.dvi $f.aux $f.log _temp_$$.ps");
208 sub syscmd {
/dports/devel/tcllibc/tcllib-1.20/devdoc/parts/
H A Drq_critcl.inc4 The [syscmd critcl] tool is an [emph optional] dependency.
11 using the name [syscmd critcl]. This is for Unix.
14 for a proper application [syscmd critcl.exe]. When that is not found
15 we look for a combination of interpreter ([syscmd tclkitsh.exe],
16 [syscmd tclsh.exe]) and starkit ([syscmd critcl.kit], [syscmd critcl])
/dports/devel/tcllib/tcllib-1.20/devdoc/parts/
H A Drq_critcl.inc4 The [syscmd critcl] tool is an [emph optional] dependency.
11 using the name [syscmd critcl]. This is for Unix.
14 for a proper application [syscmd critcl.exe]. When that is not found
15 we look for a combination of interpreter ([syscmd tclkitsh.exe],
16 [syscmd tclsh.exe]) and starkit ([syscmd critcl.kit], [syscmd critcl])
/dports/devel/boost-docs/boost_1_72_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/devel/boost-python-libs/boost_1_72_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/databases/xtrabackup/boost_1_59_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/databases/percona57-server/boost_1_59_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/databases/percona57-client/boost_1_59_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/devel/boost-libs/boost_1_72_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/devel/hyperscan/boost_1_75_0/libs/iterator/doc/
H A Dgenerate.py12 from syscmd import syscmd
17 syscmd('boosthtml %s' % s)
30 syscmd('make %s' % ' '.join(all))
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/LevelConverter/
H A Dlevelconverter.c522 char syscmd[100]; in ConvertStarposts() local
527 system(syscmd); in ConvertStarposts()
596 system(syscmd); in ConvertStarposts()
603 char syscmd[100]; in ConvertThings() local
610 system(syscmd); in ConvertThings()
700 system(syscmd); in ConvertThings()
875 char syscmd[100]; in ConvertSectors() local
880 system(syscmd); in ConvertSectors()
969 system(syscmd); in ConvertSectors()
981 system(syscmd); in ConvertLinedefs()
[all …]
/dports/www/tclhttpd/tclhttpd3.5.1/htdocs/man/
H A Ddoctoc_fmt.man10 contents. It is intended to complement both the [syscmd doctools]
11 format for writing manpages and the [syscmd docidx] format for writing
12 indices. See [syscmd doctools_fmt] and [syscmd docidx_fmt] for the
17 This format is called [syscmd doctoc].
23 Like for the [syscmd doctools] and [syscmd docidx] formats a package
25 [syscmd doctoc] to a number of different output formats, like HTML,
29 be found in [syscmd doctoc].
33 [syscmd doctoc] into a new output format have to read
34 [syscmd doctoc_api]. This manpage will explain the interface between
58 [syscmd doctoc] file.
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_postprocess/
H A DChGnuPlot.h398 std::string syscmd; in ExecuteGnuplot() local
403 syscmd += "start /b gnuplot \""; in ExecuteGnuplot()
404 syscmd += this->gpl_filename; in ExecuteGnuplot()
405 syscmd += "\""; in ExecuteGnuplot()
407 syscmd += " -persist"; in ExecuteGnuplot()
408 /*int err =*/system(syscmd.c_str()); in ExecuteGnuplot()
412 syscmd += "gnuplot \""; in ExecuteGnuplot()
413 syscmd += this->gpl_filename; in ExecuteGnuplot()
414 syscmd += "\""; in ExecuteGnuplot()
416 syscmd += " -persist"; in ExecuteGnuplot()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dupgrade-test-7.cc62 char syscmd[len]; in setup() local
67 r = snprintf(syscmd, len, "rm -rf %s", env_dir); in setup()
69 …r = system(syscmd); … in setup()
72 r = snprintf(syscmd, len, "cp -r %s %s", src_db_dir, env_dir); in setup()
74 …r = system(syscmd); … in setup()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dupgrade-test-7.cc62 char syscmd[len]; in setup() local
67 r = snprintf(syscmd, len, "rm -rf %s", env_dir); in setup()
69 …r = system(syscmd); … in setup()
72 r = snprintf(syscmd, len, "cp -r %s %s", src_db_dir, env_dir); in setup()
74 …r = system(syscmd); … in setup()

12345678910>>...21