| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | log_accum.in | 210 chomp($line); 221 chomp($line); 231 chomp; 244 chomp; 258 chomp; 289 chomp; 636 chomp; # Drop the newline
|
| H A D | validate_repo.in | 226 chomp $cvsroot; 248 chomp $module; 834 chomp( @list );
|
| /netbsd-src/crypto/external/bsd/openssl/dist/tools/ |
| H A D | c_rehash.in | 59 chomp($pwd); 224 chomp $hash; 226 chomp $fprint;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/tools/ |
| H A D | c_rehash.in | 59 chomp($pwd); 224 chomp $hash; 225 chomp $fprint;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | errinfo | 76 while (chomp($line = <ERRNO>)) { 134 while (chomp($line = <DTRACE>)) {
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | string.d | 3165 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 D | process.d | 1101 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 D | parallelism.d | 4229 import std.string : chomp; in next() 4230 buf = chomp(buf); in next()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | string.d | 3708 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 D | process.d | 1744 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 D | parallelism.d | 4491 import std.string : chomp; in next() 4492 buf = chomp(buf); in next()
|
| /netbsd-src/regress/sys/fs/lfs/ckckp/ |
| H A D | check-all | 222 chomp; 364 chomp;
|
| /netbsd-src/external/gpl3/autoconf/dist/bin/ |
| H A D | autom4te.in | 265 chomp; 531 chomp @patterns; 902 chomp;
|
| H A D | autoupdate.in | 147 chomp;
|
| H A D | autoreconf.in | 483 chomp;
|
| H A D | autoscan.in | 597 chomp;
|
| /netbsd-src/external/bsd/am-utils/dist/scripts/ |
| H A D | amd2ldif.in | 33 chomp;
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | misc.c | 709 chomp (buf); in skelout() 859 char *chomp (char *str) in chomp() function
|
| H A D | flexdef.h | 1087 extern char *chomp (char *str);
|
| /netbsd-src/usr.bin/make/ |
| H A D | Makefile | 43 GCOV_PERL+= chomp($$uncovered);
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-perl.c | 295 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 D | gitlog-to-changelog | 163 chomp $line;
|
| H A D | announce-gen | 111 chomp $t;
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evutil.c | 1690 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 D | curl.d | 4761 import std.string : chomp; in _receiveHeaderCallback() 4764 auto s = str[0 .. size*nmemb].chomp(); in _receiveHeaderCallback()
|