/coreutils/man/ |
D | help2man | 46 sub N_ { $_[0] } subroutine 164 kark N_("%s: can't open `%s' (%s)"), $this_program, $inc, $! 240 kark N_("%s: no valid information found in `%s'"), $this_program, $inc 277 unlink $opt_output or kark N_("%s: can't unlink %s (%s)"), 281 or kark N_("%s: can't create %s (%s)"), $this_program, $opt_output, $!; 741 close STDOUT or kark N_("%s: error writing to %s (%s)"), $this_program, 767 my $err = N_("%s: can't get `%s' info from %s%s"); 769 ? "\n" . N_("Try `--no-discard-stderr' if option outputs to stderr")
|
/coreutils/src/ |
D | nohup.c | 174 ? N_("ignoring input and appending output to %s") in main() 175 : N_("appending output to %s")), in main() 193 ? N_("ignoring input and redirecting stderr to stdout") in main() 194 : N_("redirecting stderr to stdout"))); in main()
|
D | true.c | 45 ? N_("Exit with a status code indicating success.") in usage() 46 : N_("Exit with a status code indicating failure."))); in usage()
|
D | df.c | 178 "source", OTHER_FLD, N_("Filesystem"), 14, false, false }, 181 "fstype", OTHER_FLD, N_("Type"), 4, false, false }, 184 "size", BLOCK_FLD, N_("blocks"), 5, true, false }, 187 "used", BLOCK_FLD, N_("Used"), 5, true, false }, 190 "avail", BLOCK_FLD, N_("Available"), 5, true, false }, 193 "pcent", BLOCK_FLD, N_("Use%"), 4, true, false }, 196 "itotal", INODE_FLD, N_("Inodes"), 5, true, false }, 199 "iused", INODE_FLD, N_("IUsed"), 5, true, false }, 202 "iavail", INODE_FLD, N_("IFree"), 5, true, false }, 205 "ipcent", INODE_FLD, N_("IUse%"), 4, true, false }, [all …]
|
D | echo.c | 52 ? N_("\ in usage() 55 : N_("\ in usage()
|
D | rmdir.c | 150 error_msg = N_("failed to remove directory %s"); in remove_parents() 155 error_msg = N_("failed to remove %s"); in remove_parents()
|
D | uniq.c | 603 N_("invalid number of fields to skip")); in main() 612 N_("invalid number of bytes to skip")); in main() 622 N_("invalid number of bytes to compare")); in main()
|
D | numfmt.c | 706 msgid = N_("value too large to be converted: %s"); in simple_strtod_fatal() 710 msgid = N_("invalid number: %s"); in simple_strtod_fatal() 714 msgid = N_("rejecting suffix in input: %s (consider using --from)"); in simple_strtod_fatal() 718 msgid = N_("invalid suffix in input: %s"); in simple_strtod_fatal() 722 msgid = N_("missing 'i' suffix in input: %s (e.g Ki/Mi/Gi)"); in simple_strtod_fatal()
|
D | split.c | 1336 N_("invalid number of chunks")); in parse_chunk() 1342 strtoint_die (N_("invalid number of chunks"), arg); in parse_chunk() 1410 N_("invalid number of bytes")); in main() 1417 n_units = parse_n_units (optarg, "", N_("invalid number of lines")); in main() 1425 N_("invalid number of lines")); in main()
|
D | dd.c | 1508 N_("invalid conversion")); in scanargs() 1511 N_("invalid input flag")); in scanargs() 1514 N_("invalid output flag")); in scanargs() 1517 N_("invalid status level")); in scanargs() 1860 ? N_("%s: cannot skip") in skip() 1861 : N_("%s: cannot seek")), in skip()
|
D | sort.c | 4440 N_("invalid number after '-'")); in main() 4443 N_("invalid number after '.'")); in main() 4456 N_("stray character in field spec")); in main() 4520 N_("invalid number at field start")); in main() 4524 badfieldspec (optarg, N_("field number is zero")); in main() 4529 N_("invalid number after '.'")); in main() 4533 badfieldspec (optarg, N_("character offset is zero")); in main() 4548 N_("invalid number after ','")); in main() 4552 badfieldspec (optarg, N_("field number is zero")); in main() 4557 N_("invalid number after '.'")); in main() [all …]
|
D | head.c | 232 ? N_("%s: cannot seek to offset %s") in elseek() 233 : N_("%s: cannot seek to relative offset %s")), in elseek()
|
D | printf.c | 83 N_("warning: %s: character(s) following character constant have been ignored");
|
D | system.h | 181 #define N_(msgid) msgid macro
|
D | tr.c | 1746 ? N_("Two strings must be given when " in main() 1748 : N_("Two strings must be given when translating."))); in main()
|
D | ls.c | 777 N_("%b %e %Y"), 790 N_("%b %e %H:%M")
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.0-on-glibc-2.28.diff | 18 #define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
|