Home
last modified time | relevance | path

Searched refs:N (Results 1 – 18 of 18) sorted by relevance

/coreutils/tests/split/
Dl-chunk.sh68 for N in 6 8 12 15 22; do
72 split ---io-blksize=$IO_BLKSIZE -n l/2/$N in > chunk.k
76 split ---io-blksize=$IO_BLKSIZE $ELIDE_EMPTY -n l/$N in
86 chunk_size=$(($size/$N))
87 end_size=$(($chunk_size + ($size % $N)))
89 yes "$(printf %${chunk_size}s ])" | head -n$(($N-1))
Dfilter.sh63 for N in 1 2; do
66 timeout 10 split --filter='head -c1 >$FILE.n' -n $mode$N $in_file || fail=1
68 seq 1 $N | tr '0-9' 1 > stat.exp
/coreutils/tests/head/
Dhead-write-error.sh37 for N in 0 1; do
39 yes | returns_ 1 timeout 10s head --$item=-$N > /dev/full 2> errt || fail=1
44 returns_ 1 timeout 10s head --$item=-$N bigseek > /dev/full 2> errt \
/coreutils/tests/stat/
Dstat-fmt.sh34 stat -c%N \' >> out || fail=1
/coreutils/tests/nproc/
Dnproc-positive.sh37 for i in -1 N; do
/coreutils/src/
Dgetlimits.c101 #define PRINT_FLOATTYPE(N, T, FTOASTR, BUFSIZE) \ argument
103 N (T x) \
Dod.c430 #define PRINT_FIELDS(N, T, FMT_STRING_DECL, ACTION) \ argument
432 N (size_t fields, size_t blank, void const *block, \
462 #define PRINT_TYPE(N, T) \ argument
463 PRINT_FIELDS (N, T, char const *fmt_string, \
466 #define PRINT_FLOATTYPE(N, T, FTOASTR, BUFSIZE) \ argument
467 PRINT_FIELDS (N, T, MAYBE_UNUSED char const *fmt_string, \
/coreutils/tests/shred/
Dshred-remove.sh54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
/coreutils/
DTODO65 lib/strftime.c: Since %N is the only format that we need but that
67 would expand /%(-_)?\d*N/ to the desired string and then pass the
DNEWS320 'split -n N' now splits more evenly when the input size is not a
321 multiple of N, by creating N output files whose sizes differ by at
323 less than N.
443 date +'%-N' now suppresses excess trailing digits, instead of always
474 dd now supports the aliases iseek=N for skip=N, and oseek=N for seek=N,
564 split --number=K/N will again correctly split chunk K of N to stdout.
665 cp now copies /dev/fd/N correctly on platforms like Solaris where
666 it is a character-special file whose minor device number is N.
718 "N" to "Y" are equivalent to UTC-1 to UTC-12
728 Epoch, then "date '+%s.%-N'" formerly output "1590020079.3388470",
[all …]
DREADME-release64 available processing units. If you use -jN, for larger N, some of the
DREADME48 Joel N. Weber, Mark D. Roth, Matt Schalit, Nelson H. F. Beebe,
DTHANKS.in268 Ilya N. Golubev gin@mo.msk.ru
370 Leonard N. Zubkoff lnz@dandelion.com
540 Raúl Núñez de Arenas Coronado raul@pleyades.net
Dcfg.mk441 { echo N; echo q; $(extract_char) $@-tmp; }| sort \
Dinit.cfg495 # Skip group numbers equal to 2**N - 1 for common N,
Dconfigure.ac411 [Define to 1 if /dev/std{in,out,err} and /dev/fd/N, if they exist, might be
/coreutils/tests/
Dinit.sh300 (date; date +%N; free; who -a; w; ps auxww; ps -ef) 2>&1 | awk '
/coreutils/doc/
Dcoreutils.texi2048 @item -N @var{bytes}
2050 @opindex -N
2612 file (not first page printed). Line numbering may be altered by @option{-N}
2768 @option{--page} option and @option{-N} option).
2782 @item -N @var{line_number}
2784 @opindex -N
7905 (@option{-N}) option on the command line, or else be
8478 @option{--quoting-style=literal} (@option{-N}).
8533 @samp{+%Y-%m-%d %H:%M:%S.%N %z}.
8629 @item -N
[all …]