Searched refs:script (Results 1 - 25 of 61) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Ddo-plot34 cat > $TMP/gnuplot.script <<EOF
52 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
53 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
58 echo "set key left top box lt 0" >> $TMP/gnuplot.script
60 echo "plot '$FILE' using 1:2 title \"${column[$count]}\" $with" >> $TMP/gnuplot.script
65 >> $TMP/gnuplot.script
70 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A Ddo-plot54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 cat $TMP/gnuplot.script | gnuplot
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Ddo-plot54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
H A Ddo-plot54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_open/
H A Ddo-plot54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/haiku-fatelf/src/bin/diffutils/src/
H A Ded.c1 /* Output routines for ed-script format.
30 /* Print our script as ed commands. */
33 print_ed_script (struct change *script)
35 print_script (script, find_reverse_change, print_ed_hunk);
84 /* Print change script in the style of ed commands,
89 pr_forward_ed_script (struct change *script)
91 print_script (script, find_change, pr_forward_ed_hunk);
130 print_rcs_script (struct change *script)
132 print_script (script, find_change, print_rcs_hunk);
32 print_ed_script(struct change *script) argument
87 pr_forward_ed_script(struct change *script) argument
127 print_rcs_script(struct change *script) argument
H A Dnormal.c27 /* Print the edit-script SCRIPT as a normal diff.
31 print_normal_script (struct change *script) argument
33 print_script (script, find_change, print_normal_hunk);
37 This is a contiguous portion of a complete edit script,
H A Dcontext.c90 /* Print an edit script in context format. */
93 print_context_script (struct change *script, bool unidiff)
96 mark_ignorable (script);
100 for (e = script; e; e = e->link)
108 print_script (script, find_hunk, pr_unidiff_hunk);
110 print_script (script, find_hunk, pr_context_hunk);
153 /* Print a portion of an edit script in context format.
284 /* Print a portion of an edit script in unidiff format.
385 /* Scan a (forward-ordered) edit script for the first place that more than
430 mark_ignorable (struct change *script)
92 print_context_script(struct change *script, bool unidiff) argument
424 mark_ignorable(struct change *script) argument
[all...]
H A Danalyze.c63 /* Find the midpoint of the shortest edit script for a specified
71 If FIND_MINIMAL is nonzero, find the minimal edit script regardless
82 Set PART->lo_minimal to true iff the minimal edit script for the
709 /* Cons an additional entry onto the front of an edit script OLD.
732 producing an edit script in reverse order. */
737 struct change *script = 0;
758 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
765 return script;
769 producing an edit script i
733 struct change *script = 0; local
770 struct change *script = 0; local
827 struct change *script; local
[all...]
H A Difdef.c46 /* Print the edit-script SCRIPT as a merged #ifdef file. */
49 print_ifdef_script (struct change *script) argument
52 print_script (script, find_change, print_ifdef_hunk);
63 This is a contiguous portion of a complete edit script,
H A Dside.c31 /* Print the edit-script SCRIPT as a sdiff style output. */
34 print_sdiff_script (struct change *script) argument
39 print_script (script, find_change, print_sdiff_hunk);
233 This is a contiguous portion of a complete edit script,
/haiku-fatelf/build/scripts/
H A Dconvert_build_config_to_shell_format.pl8 This simple script converts its standard input from the jam-specific format
/haiku-fatelf/src/kits/locale/
H A DLanguage.cpp159 const char* script = fICULocale->getScript(); local
160 if (script == NULL || script[0] == '\0')
163 return script;
/haiku-fatelf/src/libs/ncurses/man/
H A Dmake_sed.sh33 # Construct a sed-script to perform renaming within man-pages. Originally
45 SCRIPT=script$$
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dcompile26 # configuration script generated by Autoconf, you may include it under
47 right script to run: please start by reading the file `INSTALL'.
137 # mode: shell-script
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/haiku-fatelf/src/bin/bash/support/
H A Dcheckbashisms3 # This script is essentially copied from /usr/share/lintian/checks/scripts,
29 Usage: $progname [-n] script ...
32 This script performs basic checks for the presence of bashisms
63 warn "cannot open script $filename for reading: $!\n";
75 warn "script $filename is already a bash script; skipping\n";
80 warn "script $filename does not appear to be a /bin/sh script; skipping\n";
85 warn "script $filename does not appear to have a \#! interpreter line;\nyou may get strange results\n";
/haiku-fatelf/src/bin/compress/
H A Dusermem.sh5 : This shell script snoops around to find the maximum amount of available
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat102 Rem Create a response file for the configure script.
180 Rem install-sh is required by the configure script but clashes with the
182 Rem script runs and rename it afterwards
216 Rem Update the arguments file for the configure script.
225 Rem Update the arguments file for the configure script.
229 echo Running the ./configure script...
237 echo ./configure script editing failed!
241 echo ./configure script exited abnormally!
/haiku-fatelf/3rdparty/qtcreator/
H A Dcreate_project_files.pl8 This simple script traverses the haiku sources and creates (incomplete) *.pro
/haiku-fatelf/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h137 uint32 *script; /* 1 page of on/offboard scripts ram */ member in struct:_Symbios
/haiku-fatelf/src/documentation/docbook-xsl/
H A Dinstall.sh24 # generates a uninstall.sh script for reverting its changes.
92 WARNING: This install script is meant to be run as a non-root
/haiku-fatelf/src/bin/gdb/bfd/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DREADME50 script and redirect its output to a file.

Completed in 115 milliseconds

123