Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 34) sorted by relevance

12

/coreutils/man/
Dhelp2man271 my $program = program_basename $ARGV[0];
272 my $package = $program;
302 $program = program_basename $1;
308 $program = program_basename $2;
309 $package = $1 ? "$1$program" : $program;
318 $opt_no_info = 1 if $program eq 'info';
323 $replace{_('NAME')} = "$program \\- $opt_name\n";
333 $program = $1 if /^([^\s,]+)(?:,?\s*[^\s,\\-]+)*\s+\\?-/;
337 $_ = sprintf _("%s \\- manual page for %s %s") . "\n", $program,
338 $program, $version;
[all …]
Dnice.x2 nice \- run a program with modified scheduling priority
/coreutils/m4/
Dinclude-exclude-prog.m437 AC_ARG_ENABLE([install-program],
38 [AS_HELP_STRING([--enable-install-program=PROG_LIST],
46 # use --enable-no-install-program=A,B
47 AC_ARG_ENABLE([no-install-program],
48 [AS_HELP_STRING([--enable-no-install-program=PROG_LIST],
59 # For each not-to-be-installed program name, ensure that it's a
64 # Fail upon a request to install and not-install the same program.
70 # Warn about a request not to install a program that is not being
78 # Warn about a request not to install a program that is
91 *) AC_MSG_WARN(['$gl_i' is not an optionally-installable program]) ;;
Dprereq.m412 # This program is free software: you can redistribute it and/or modify
17 # This program is distributed in the hope that it will be useful,
23 # along with this program. If not, see <https://www.gnu.org/licenses/>.
Dstat-prog.m46 # This program is free software: you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program. If not, see <https://www.gnu.org/licenses/>.
Djm-macros.m47 # This program is free software: you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
/coreutils/tests/sort/
Dsort-compress.sh45 PATH=.:$PATH exec sort -S 1k --compress-program=gzip in > /dev/null
49 PATH=.:$PATH sort -S 1k --compress-program=gzip in > out || fail=1
61 sort --compress-program=./dzip -S 1k in > out || fail=1
67 PATH=.:$PATH sort --compress-program=dzip -S 1k in > out || fail=1
Dsort-compress-proc.sh61 ' sort --compress-program=./compress -S 1k --batch-size=2 in > out
73 exec sort --compress-program=./compress -S 1k in >out
Dsort-compress-hang.sh41 timeout --foreground 1700 sort --compress-program=./compress -S 1k in > out \
/coreutils/tests/install/
Dstrip-program.sh32 ginstall src dest -s --strip-program=./b || fail=1
36 returns_ 1 ginstall src dest2 -s --strip-program=./FOO || fail=1
46 ginstall -s --strip-program=./no-hyphen -- src -dest || fail=1
Dinstall-C.sh113 returns_ 1 ginstall -C --strip --strip-program=echo a b || fail=1
/coreutils/src/
Dsystem.h603 emit_blocksize_note (char const *program) in emit_blocksize_note() argument
609 "), program); in emit_blocksize_note()
646 emit_exec_status (char const *program) in emit_exec_status() argument
654 "), program); in emit_exec_status()
658 emit_ancillary_info (char const *program) in emit_ancillary_info() argument
660 struct infomap { char const *program; char const *node; } const infomap[] = { in emit_ancillary_info() member
670 char const *node = program; in emit_ancillary_info()
673 while (map_prog->program && ! STREQ (program, map_prog->program)) in emit_ancillary_info()
696 char const *url_program = STREQ (program, "[") ? "test" : program; in emit_ancillary_info()
700 node, node == program ? " invocation" : ""); in emit_ancillary_info()
/coreutils/tests/
Denvvar-check6 # This program is free software: you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program. If not, see <https://www.gnu.org/licenses/>.
/coreutils/
D.vg-suppressions5 # This program is free software: you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # along with this program. If not, see <https://www.gnu.org/licenses/>.
DREADME-hacking82 each program. One way to do this is to use vc-dwim
106 This program is free software: you can redistribute it and/or modify
111 This program is distributed in the hope that it will be useful,
117 along with this program. If not, see <https://www.gnu.org/licenses/>.
DTODO96 Find a program that has poor coverage and improve.
134 The "test" program is covered via its string-based comparison of
148 This program is free software: you can redistribute it and/or modify
153 This program is distributed in the hope that it will be useful,
159 along with this program. If not, see <https://www.gnu.org/licenses/>.
DCOPYING16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
237 and which are not combined with it such as to form a larger program,
625 If you develop a new program, and you want it to be of the greatest
629 To do so, attach the following notices to the program. It is safest
634 <one line to give the program's name and a brief idea of what it does.>
637 This program is free software: you can redistribute it and/or modify
[all …]
Dconfigure.ac6 # This program is free software: you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program. If not, see <https://www.gnu.org/licenses/>.
132 AC_MSG_ERROR([program name transformations are not currently supported
614 # Ignore the "[" program, since writing a portable make rule to
641 # Fail if requested to exclude a program than was not part of coreutils.
659 # compiled code of each selected program in a "library" format.
DREADME34 one program that checks argv[0] because people often rename these
35 programs to things like gls, gnuls, l, etc. Renaming a program
83 name/version and the name of the program for which you found a problem.
DREADME-prereq27 Here is an example of how to build a program from source. This
Dinit.cfg5 # This program is free software: you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # along with this program. If not, see <https://www.gnu.org/licenses/>.
23 # when applied to an unresolvable program name, contrary to the desired ENOENT.
234 skip_ 'no strace program'
317 test $skip_ = yes && skip_ "required program(s) not built"
/coreutils/.github/
DISSUE_TEMPLATE.txt39 * Include a descriptive subject line (e.g. the program with which
41 * Include the version of the program (e.g. the output of `PROG --version`).
73 This program is free software: you can redistribute it and/or modify
78 This program is distributed in the hope that it will be useful,
84 along with this program. If not, see <https://www.gnu.org/licenses/>.
DPULL_REQUEST_TEMPLATE.txt12 wrong program usage.
93 This program is free software: you can redistribute it and/or modify
98 This program is distributed in the hope that it will be useful,
104 along with this program. If not, see <https://www.gnu.org/licenses/>.
/coreutils/scripts/build-older-versions/
Dbuild-older-versions.sh133 --program-suffix="$version" \
DREADME.older-versions92 ./configure --program-suffix=-5.97
97 /usr/local/bin, with "-5.97" added to each program name (e.g. 'sort-5.97',

12