Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 24 of 24) sorted by relevance

/coreutils/tests/misc/
Drealpath.sh28 nl='
75 test "$out" = "/tmp$nl." || fail=1
77 test "$out" = ".${nl}usr" || fail=1
80 test "$out" = "/tmp$nl." || fail=1
82 test "$out" = ".${nl}usr" || fail=1
87 test "$out" = "/usr${nl}/usr/local" || fail=1
90 test "$(realpath / // ///)" = "/$nl$double_slash$nl/" || fail=1
91 test "$(realpath one two three)" = "/$nl$double_slash$nl/" || fail=1
94 test "$out" = ".$nl//${nl}dev$nl//dev" || fail=1
96 test "$out" = ".$nl.${nl}dev${nl}dev" || fail=1
[all …]
Dnl.sh20 print_ver_ nl
23 echo a | nl > out || fail=1
24 echo b | nl -s%n >> out || fail=1
25 echo c | nl -n ln >> out || fail=1
26 echo d | nl -n rn >> out || fail=1
27 echo e | nl -n rz >> out || fail=1
29 printf 'a\n\n' | nl > t || fail=1; cat -A t >> out
45 nl -ha -fa in.txt > out.tmp || fail=1
46 nl -p -ha -fa in.txt >> out.tmp || fail=1
59 returns_ 1 nl -v$INTMAX_OFLOW /dev/null || fail=1
[all …]
Dusage_vs_getopt.sh48 nl="
/coreutils/man/
Dnl.x2 nl \- number lines of files
D.gitignore52 nl.1
Dlocal.mk121 man/nl.1: src/nl$(EXEEXT)
/coreutils/tests/sort/
Dsort-month.sh29 tr ';' '\n' | shuf | nl | LC_ALL=$LOC sort -k2,2M |
/coreutils/src/
Dtac-pipe.c188 char *nl = memrchr (x->p[i].start, last_bol_ptr, eol_byte); in find_bol() local
189 if (nl) in find_bol()
193 nl_pos.ptr = nl; in find_bol()
D.gitignore62 nl
Dhead.c691 char const *nl; in elide_tail_lines_seekable() local
692 nl = memrchr (buffer, line_end, n); in elide_tail_lines_seekable()
693 if (nl == nullptr) in elide_tail_lines_seekable()
695 n = nl - buffer; in elide_tail_lines_seekable()
Dlonglong.h649 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
652 : "1" ((USItype)(nh)), "0" ((USItype)(nl)), "g" ((USItype)(d)))
1116 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
1121 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
1450 #define sdiv_qrnnd(q, r, nh, nl, d) \ argument
1451 __asm__ ("div %0,%2,%4" : "=r" (q), "=q" (r) : "r" (nh), "1" (nl), "r" (d))
2177 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
2180 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
Dfactor.c1791 isqrt2 (uintmax_t nh, uintmax_t nl) in isqrt2() argument
1800 return isqrt (nl); in isqrt2()
1806 x = isqrt ((nh << shift) + (nl >> (W_TYPE_SIZE - shift))) + 1; in isqrt2()
1814 udiv_qrnnd (q, r, nh, nl, x); in isqrt2()
1821 affirm (gt2 (hi, lo, nh, nl)); in isqrt2()
1824 affirm (ge2 (nh, nl, hi, lo)); in isqrt2()
1825 sub_ddmmss (hi, lo, nh, nl, hi, lo); in isqrt2()
Dtail.c556 char const *nl; in file_lines() local
557 nl = memrchr (buffer, line_end, n); in file_lines()
558 if (nl == nullptr) in file_lines()
560 n = nl - buffer; in file_lines()
565 xwrite_stdout (nl + 1, bytes_read - (n + 1)); in file_lines()
/coreutils/tests/cksum/
Dmd5sum-bsd.sh76 nl='
/coreutils/
DTHANKS.in60 Andries Brouwer Andries.Brouwer@cwi.nl
72 Arvind Autar Autar022@planet.nl
78 Bauke Jan Douma bjdouma@xs4all.nl
176 Dirk-Jan Faber djfaber@snow.nl
185 Edzer Pebesma Edzer.Pebesma@rivm.nl
249 Hans Verkuil hans@wyst.hobby.nl
328 Joost van Baal joostvb@xs4all.nl
343 Jurriaan thunder7@xs4all.nl
384 Marc Olzheim marcolz@stack.nl
397 Mark Kettenis kettenis@phys.uva.nl
[all …]
Dbootstrap65 nl='
89 nl='
92 *$nl*) me_=$(printf "$me"|tr "$nl|" '??')
1027 test "X$both_ls" = "X$dst$nl$src" || {
1193 IFS=$nl
DAUTHORS56 nl: Scott Bartram, David MacKenzie
Dcfg.mk102 grep -nl '^ *require_root_$$' `$(VC_LIST) tests` | \
836 ^(tests/pr/|tests/misc/nl\.sh$$|gl/.*\.diff$$|man/help2man$$)
DREADME14 mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx
DNEWS554 nl now handles single character --section-delimiter arguments,
626 nl --line-increment can now take a negative number to decrement the count.
1231 nl now resets numbering for each page section rather than just for each page.
1989 nl no longer supports the --page-increment option, which has been
3279 nl --page-increment: deprecated in favor of --line-increment, the new option
4269 csplit and nl now use POSIX syntax for regular expressions, not
5152 Several programs (including cut, date, dd, env, hostname, nl, pr,
5562 * nl no longer gets a segfault when run like this 'yes|nl -s%n'
/coreutils/po/
DPOTFILES.in91 src/nl.c
/coreutils/scripts/git-hooks/
Dcommit-msg21 mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf
/coreutils/tests/
Dlocal.mk337 tests/misc/nl.sh \
/coreutils/doc/
Dcoreutils.texi92 * nl: (coreutils)nl invocation. Number lines and write files.
190 * Output of entire files:: cat tac nl od base32 base64 basenc
245 * nl invocation:: Number lines and write files
1628 * nl invocation:: Number lines and write files.
1795 @node nl invocation
1796 @section @command{nl}: Number lines and write files
1798 @pindex nl
1802 @command{nl} writes each @var{file} (@samp{-} means standard input), or
1807 nl [@var{option}]@dots{} [@var{file}]@dots{}
1811 @command{nl} decomposes its input into (logical) page sections;
[all …]