Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/
Dlocal.mk26 TEST_EXTENSIONS = .sh .pl .xpl
171 tests/misc/invalid-opt.pl \
176 tests/tty/tty-eof.pl \
203 tests/rm/empty-name.pl \
233 tests/rm/unreadable.pl \
242 tests/fmt/base.pl \
249 tests/ptx/ptx.pl \
250 tests/test/test.pl \
251 tests/seq/seq.pl \
258 tests/head/head.pl \
[all …]
/coreutils/src/
Dlonglong.h177 #define umul_ppmm(ph, pl, m0, m1) \ argument
181 (pl) = __m0 * __m1; \
184 #define umul_ppmm(ph, pl, m0, m1) \ argument
190 (pl) = __m0 * __m1; \
195 #define umul_ppmm(ph, pl, m0, m1) \ argument
199 (pl) = __m0 * __m1; \
260 #define umul_ppmm(ph, pl, m0, m1) \ argument
264 (pl) = __p; \
276 #define umul_ppmm(ph, pl, m0, m1) \ argument
280 (pl) = __m0 * __m1; \
[all …]
/coreutils/
DTHANKS.in67 Arkadiusz Miśkiewicz arekm@maven.pl
362 Konrad Wróblewski coni@o2.pl
377 Maciej Kwapulinski pikpok@univ.gda.pl
457 Michal Politowski mpol@charybda.icm.edu.pl
506 Pawel Prokop pablo@wizard.ae.krakow.pl
530 Piotr Gackiewicz gacek@intertele.pl
531 Piotr Kwapulinski kwap@univ.gda.pl
667 Wojciech Purczynski cliph@isec.pl
Dcfg.mk318 \|^[^:]*tests/cksum/sha[0-9]*sum.*\.pl[-:]| d; \
885 _cksum = ^tests/cksum/cksum-base64\.pl$$
/coreutils/doc/
Dcoreutils.texi18049 $ cat hello.pl
18053 $ chmod a+x hello.pl
18054 $ ./hello.pl
18058 And is equivalent to running @command{perl -T -w hello.pl} on the command line
18071 The following command is equivalent to the @file{hello.pl} script above:
18074 $ env -S'perl -T -w' hello.pl
18086 $ cat hello-debug.pl
18090 $ chmod a+x hello-debug.pl
18091 $ ./hello-debug.pl
18100 arg[3]= './hello-debug.pl'
[all …]