Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 9 of 9) sorted by relevance

/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
Dbasic-1.sh49 strip=-s
50 if ! strip $dd2; then
54 strip=
59 ginstall $strip -c -m 555 $dd $dir || fail=1
Dinstall-C.sh113 returns_ 1 ginstall -C --strip --strip-program=echo a b || fail=1
/coreutils/man/
Ddirname.x2 dirname \- strip last component from file name
Dbasename.x2 basename \- strip directory and suffix from filenames
/coreutils/src/
Dinstall.c491 strip (char const *name) in strip() function
667 if (! strip (to)) in install_file_in_file()
/coreutils/tests/
Dlocal.mk600 tests/install/strip-program.sh \
/coreutils/
DNEWS76 'install --strip' now supports installing to files with a leading hyphen.
77 Previously such file names would have caused the strip process to fail.
1777 install now removes the target file if the strip program failed for any
3530 install accepts a new option --strip-program to specify the program used to
3531 strip binaries.
/coreutils/doc/
Dcoreutils.texi680 @item --strip-trailing-slashes
681 @opindex --strip-trailing-slashes
805 * Trailing slashes:: @option{--strip-trailing-slashes}.
1357 operating on it. The @option{--strip-trailing-slashes} option enables
10118 @itemx --strip
10120 @opindex --strip
10125 @item --strip-program=@var{program}
10126 @opindex --strip-program
10128 Program used to strip binaries.
14454 @cindex strip directory and suffix from file names
[all …]