Home
last modified time | relevance | path

Searched refs:message (Results 1 – 21 of 21) sorted by relevance

/coreutils/man/
Dsha384sum.x2 sha384sum \- compute and check SHA384 message digest
Db2sum.x2 b2sum \- compute and check BLAKE2 message digest
Dsha512sum.x2 sha512sum \- compute and check SHA512 message digest
Dsha256sum.x2 sha256sum \- compute and check SHA256 message digest
Dsha224sum.x2 sha224sum \- compute and check SHA224 message digest
Dsha1sum.x2 sha1sum \- compute and check SHA1 message digest
Dmd5sum.x2 md5sum \- compute and check MD5 message digest
/coreutils/scripts/git-hooks/
Dcommit-msg9 # 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/
DREADME-release117 savannah.org announcement link in the email message.
134 * Send the announcement email message (signed with the release key)
DREADME56 and from the corresponding --help usage message. Patches to the template
DHACKING69 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
Dconfigure.ac507 # Put this message here, after gl_WARN_ADD's chatter.
DNEWS110 '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/
Dptx.c406 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()
Dstty.c505 wrapf (char const *message,...) in wrapf() argument
511 va_start (args, message); in wrapf()
512 buflen = vasprintf (&buf, message, args); in wrapf()
Ddd.c727 abbreviation_lacks_prefix (char const *message) in abbreviation_lacks_prefix() argument
729 return message[strlen (message) - 2] == ' '; in abbreviation_lacks_prefix()
Dsort.c403 sort_die (char const *message, char const *file) in sort_die() argument
405 error (SORT_FAILURE, errno, "%s: %s", message, in sort_die()
Dls.c2958 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/
DISSUE_TEMPLATE.txt66 you encounter on the terminal, copy and paste the text to your message.
DPULL_REQUEST_TEMPLATE.txt56 you encounter on the terminal, copy and paste the text to your message.
/coreutils/doc/
Dcoreutils.texi771 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 …]