Home
last modified time | relevance | path

Searched refs:chomp (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dlog_accum.in210 chomp($line);
221 chomp($line);
231 chomp;
244 chomp;
258 chomp;
289 chomp;
636 chomp; # Drop the newline
H A Dvalidate_repo.in226 chomp $cvsroot;
248 chomp $module;
834 chomp( @list );
/netbsd-src/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash.in59 chomp($pwd);
224 chomp $hash;
226 chomp $fprint;
/netbsd-src/crypto/external/bsd/openssl.old/dist/tools/
H A Dc_rehash.in59 chomp($pwd);
224 chomp $hash;
225 chomp $fprint;
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Derrinfo76 while (chomp($line = <ERRNO>)) {
134 while (chomp($line = <DTRACE>)) {
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d3165 Range chomp(Range)(Range str)
3221 Range chomp(Range, C2)(Range str, const(C2)[] delimiter)
3228 return chomp(str);
3266 assert(chomp(" hello world \n\r") == " hello world \n");
3267 assert(chomp(" hello world \r\n") == " hello world ");
3268 assert(chomp(" hello world \f") == " hello world ");
3269 assert(chomp(" hello world \v") == " hello world ");
3270 assert(chomp(" hello world \n\n") == " hello world \n");
3271 assert(chomp(" hello world \n\n ") == " hello world \n\n ");
3272 assert(chomp(" hello world \n\n" ~ [lineSep]) == " hello world \n\n");
[all …]
H A Dprocess.d1101 assert(pipeo.readEnd.readln().chomp() == "input output foo");
1102 assert(pipee.readEnd.readln().chomp().stripRight() == "input error bar");
1124 assert(readText(patho).chomp() == "INPUT output bar");
1125 assert(readText(pathe).chomp().stripRight() == "INPUT error baz");
1997 assert(p.readEnd.readln().chomp() == "Hello World");
2264 assert(pp.stdout.readln().chomp() == "foo bar");
2265 assert(pp.stderr.readln().chomp().stripRight() == "foo baz");
2268 assert(pp.stdout.readln().chomp() == "1234567890 bar");
2269 assert(pp.stderr.readln().chomp().stripRight() == "1234567890 baz");
2278 assert(pp.stdout.readln().chomp() == "xyz 12345");
[all …]
H A Dparallelism.d4229 import std.string : chomp; in next()
4230 buf = chomp(buf); in next()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d3708 Range chomp(Range)(Range str)
3764 Range chomp(Range, C2)(Range str, const(C2)[] delimiter)
3771 return chomp(str);
3809 assert(chomp(" hello world \n\r") == " hello world \n");
3810 assert(chomp(" hello world \r\n") == " hello world ");
3811 assert(chomp(" hello world \f") == " hello world ");
3812 assert(chomp(" hello world \v") == " hello world ");
3813 assert(chomp(" hello world \n\n") == " hello world \n");
3814 assert(chomp(" hello world \n\n ") == " hello world \n\n ");
3815 assert(chomp(" hello world \n\n" ~ [lineSep]) == " hello world \n\n");
[all …]
H A Dprocess.d1744 assert(pipeo.readEnd.readln().chomp() == "input output foo");
1745 assert(pipee.readEnd.readln().chomp().stripRight() == "input error bar");
1770 assert(readText(patho).chomp() == "INPUT output bar");
1771 assert(readText(pathe).chomp().stripRight() == "INPUT error baz");
2843 assert(p.readEnd.readln().chomp() == "Hello World");
3110 assert(pp.stdout.readln().chomp() == "foo bar");
3111 assert(pp.stderr.readln().chomp().stripRight() == "foo baz");
3114 assert(pp.stdout.readln().chomp() == "1234567890 bar");
3115 assert(pp.stderr.readln().chomp().stripRight() == "1234567890 baz");
3124 assert(pp.stdout.readln().chomp() == "xyz 12345");
[all …]
H A Dparallelism.d4491 import std.string : chomp; in next()
4492 buf = chomp(buf); in next()
/netbsd-src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all222 chomp;
364 chomp;
/netbsd-src/external/gpl3/autoconf/dist/bin/
H A Dautom4te.in265 chomp;
531 chomp @patterns;
902 chomp;
H A Dautoupdate.in147 chomp;
H A Dautoreconf.in483 chomp;
H A Dautoscan.in597 chomp;
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Damd2ldif.in33 chomp;
/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c709 chomp (buf); in skelout()
859 char *chomp (char *str) in chomp() function
H A Dflexdef.h1087 extern char *chomp (char *str);
/netbsd-src/usr.bin/make/
H A DMakefile43 GCOV_PERL+= chomp($$uncovered);
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c295 bool chomp; in get_here_document() local
347 chomp = false; in get_here_document()
350 chomp = true; in get_here_document()
359 if (chomp) in get_here_document()
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgitlog-to-changelog163 chomp $line;
H A Dannounce-gen111 chomp $t;
/netbsd-src/external/bsd/libevent/dist/
H A Devutil.c1690 chomp (char *s) in chomp() function
1779 chomp (msg); /* because message has trailing newline */ in evutil_socket_error_to_string()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4761 import std.string : chomp; in _receiveHeaderCallback()
4764 auto s = str[0 .. size*nmemb].chomp(); in _receiveHeaderCallback()

12