Searched refs:char (Results 1 – 5 of 5) sorted by relevance
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.0-on-glibc-2.28.diff | 20 -static int tee (int nfiles, const char **files); 21 +static int tee_FOO (int nfiles, const char **files); 29 - errs = tee (argc - optind, (const char **) &argv[optind]); 30 + errs = tee_FOO (argc - optind, (const char **) &argv[optind]); 38 -tee (int nfiles, const char **files) 39 +tee_FOO (int nfiles, const char **files) 42 char buffer[BUFSIZ]; 50 -eaccess (char const *file, int mode) 51 +eaccess_FOO (char const *file, int mode)
|
D | coreutils-5.97-on-glibc-2.28.diff | 10 char const *file, struct timespec const timespec[2]) 15 utimens (char const *file, struct timespec const timespec[2]) 25 -int futimens (int, char const *, struct timespec const [2]); 26 +int futimens_FOO (int, char const *, struct timespec const [2]); 27 int utimens (char const *, struct timespec const [2]);
|
/coreutils/tests/wc/ |
D | wc-nbsp.sh | 30 test $(env printf "=$char=" | wc -w) = 2 || fail=1
|
/coreutils/ |
D | configure.ac | 322 extern char **environ; 325 char **from, **to;
|
/coreutils/doc/ |
D | coreutils.texi | 2118 char 2807 @item -s[@var{char}] 2808 @itemx --separator[=@var{char}] 2811 Separate columns by a single character @var{char}. The default for 2812 @var{char} is the TAB character without @option{-w} and @samp{no 2814 @samp{space} is set. @option{-s[char]} turns off line truncation of all 6641 @item -t @var{char} 6642 Use character @var{char} as the input and output field separator. 6643 Treat as significant each occurrence of @var{char} in the input file. 6644 Use @samp{sort -t @var{char}}, without the @option{-b} option of
|