Searched refs:message (Results 1 – 21 of 21) sorted by relevance
/coreutils/man/ |
D | sha384sum.x | 2 sha384sum \- compute and check SHA384 message digest
|
D | b2sum.x | 2 b2sum \- compute and check BLAKE2 message digest
|
D | sha512sum.x | 2 sha512sum \- compute and check SHA512 message digest
|
D | sha256sum.x | 2 sha256sum \- compute and check SHA256 message digest
|
D | sha224sum.x | 2 sha224sum \- compute and check SHA224 message digest
|
D | sha1sum.x | 2 sha1sum \- compute and check SHA1 message digest
|
D | md5sum.x | 2 md5sum \- compute and check MD5 message digest
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 9 # Emulate Git's choice of the editor for the commit message. 14 # Keywords allowed before the colon on the first line of a commit message: 65 or return 'missing colon on first line of log message'; 83 # If the log message passes muster, return the empty string. 109 and return 'no log message';
|
/coreutils/ |
D | README-release | 117 savannah.org announcement link in the email message. 134 * Send the announcement email message (signed with the release key)
|
D | README | 56 and from the corresponding --help usage message. Patches to the template
|
D | HACKING | 69 with "git commit -a". That prompts you for a log message, which should 74 a log message and authorship information as well as any permissions
|
D | configure.ac | 507 # Put this message here, after gl_WARN_ADD's chatter.
|
D | NEWS | 110 'cp -v' and 'mv -v' will no longer output a message for each file skipped 196 Similarly 'cp -v' and 'mv -v' will output a message for each file skipped 589 On GNU/Linux systems, ls no longer issues an error message on a 731 ls issues an error message on a removed directory, on GNU/Linux systems. 2922 message when using new glibc coupled with an old kernel. 2981 Specifically sort now doesn't exit with an error message 2989 Specifically timeout now doesn't exit with an error message 3034 message to stderr. 3554 chcon --verbose now prints a newline after each message 5268 'sha1sum --check' now accepts the BSD format for SHA1 message digests
|
/coreutils/src/ |
D | ptx.c | 406 char const *message; in compile_regex() local 413 message = re_compile_pattern (string, strlen (string), pattern); in compile_regex() 414 if (message) in compile_regex() 415 error (EXIT_FAILURE, 0, _("%s (for regexp %s)"), message, quote (string)); in compile_regex()
|
D | stty.c | 505 wrapf (char const *message,...) in wrapf() argument 511 va_start (args, message); in wrapf() 512 buflen = vasprintf (&buf, message, args); in wrapf()
|
D | dd.c | 727 abbreviation_lacks_prefix (char const *message) in abbreviation_lacks_prefix() argument 729 return message[strlen (message) - 2] == ' '; in abbreviation_lacks_prefix()
|
D | sort.c | 403 sort_die (char const *message, char const *file) in sort_die() argument 405 error (SORT_FAILURE, errno, "%s: %s", message, in sort_die()
|
D | ls.c | 2958 file_failure (bool serious, char const *message, char const *file) in file_failure() argument 2960 error (0, errno, message, quoteaf (file)); in file_failure()
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 66 you encounter on the terminal, copy and paste the text to your message.
|
D | PULL_REQUEST_TEMPLATE.txt | 56 you encounter on the terminal, copy and paste the text to your message.
|
/coreutils/doc/ |
D | coreutils.texi | 771 Print a usage message listing all available options, then exit successfully. 1476 well-defined behavior: it may generate an error message instead of 1494 generates an error message instead of suspending. 2804 Do not print a warning message when an argument @var{file} cannot be 3124 shrunk, @command{tail} prints a message saying the file has been truncated 3130 detect that a file has been removed and gives a message to that effect, 3134 been unlinked or renamed and issues no message; even though the file 4202 checksum. Then, if the computed message digest does not match the 4229 When verifying checksums, don't generate an 'OK' message per successfully 4300 @cindex message-digest, 128-bit [all …]
|