Searched refs:binary (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | digest.c | 765 unsigned char **digest, size_t *d_len, int *binary, char **file_name) in split_3() argument 836 *binary = 0; in split_3() 901 *binary = (s[i++] == '*'); in split_3() 964 digest_file (char const *filename, int *binary, unsigned char *bin_result, in digest_file() argument 977 if (O_BINARY && *binary) in digest_file() 979 if (*binary < 0) in digest_file() 980 *binary = ! isatty (STDIN_FILENO); in digest_file() 981 if (*binary) in digest_file() 987 fp = fopen (filename, (O_BINARY && *binary ? "rb" : "r")); in digest_file() 1171 int binary; in digest_check() local [all …]
|
D | du-tests | 22 and DU1 refers to the just-built du binary you want to test.
|
D | local.mk | 481 include $(top_srcdir)/src/single-binary.mk
|
/coreutils/man/ |
D | coreutils.x | 2 coreutils \- single binary for coreutils programs
|
/coreutils/ |
D | Makefile.am | 34 build-aux/gen-single-binary.sh \ 42 gen_single_binary = $(top_srcdir)/build-aux/gen-single-binary.sh 56 $(srcdir)/src/single-binary.mk: $(gen_single_binary) $(srcdir)/src/local.mk
|
D | configure.ac | 108 AC_ARG_ENABLE([single-binary], 109 [AS_HELP_STRING([--enable-single-binary=[shebangs|symlinks]], 110 [Compile all the tools in a single binary, reducing the overall size. 112 installed for each tool that points to the single binary.])], 117 *) AC_MSG_ERROR([bad value $enableval for single-binary option. 122 AC_ARG_ENABLE([single-binary-exceptions], 123 [AS_HELP_STRING([--enable-single-binary-exceptions=PROG_LIST], 124 [When used with --enable-single-binary, exclude the PROG_LIST from 133 with --enable-single-binary=symlinks.]) 628 # Replace all the programs by the single binary and symlinks if specified.
|
D | .gitignore | 201 /src/single-binary.mk
|
D | NEWS | 283 along with their binary counterparts Ri (2^90) and Qi (2^100). 332 cksum now accepts the --raw option to output a raw binary checksum. 506 root invoked coreutils, that are built and run in single binary mode, 508 being run, rather than using the general "coreutils" binary name. 824 the high probability of humans confusing the -a primary with the -a binary 1701 configure accepts the new option --enable-single-binary to build all the 1702 selected programs in a single binary called "coreutils". The selected 1705 install behavior is determined by the option --enable-single-binary=symlinks 1706 or --enable-single-binary=shebangs (the default). With the symlinks option, 1711 functionality of each program is not affected but this single binary will [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 956 @uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13 957 (formerly IEC 60027-2) prefixes} for binary multiples. 1716 On systems like MS-DOS that distinguish between text and binary files, 1717 @command{cat} normally reads and writes in binary mode. However, 1782 On systems like MS-DOS that distinguish between text and binary files, 1783 @command{tac} reads and writes in binary mode. 2237 printable ASCII characters to represent binary data. 2251 printable ASCII characters to represent binary data. 2313 printable ASCII characters to represent binary data. 2371 Encode into (or decode from with @option{-d/--decode}) binary string form [all …]
|
D | perm.texi | 501 for example, if all three are present, the resulting 111 (in binary)
|
D | sort-version.texi | 441 to their binary representation, ignoring their Unicode value or the
|