Searched refs:getline (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm59 # $line = getline(\*HANDLE);
73 sub getline { subroutine
126 sub getline { subroutine
150 sub getline { subroutine
177 sub getline { subroutine
H A Dgenerate_normalize_data.pl195 while ($_ = UCD::CompositionExclusions::getline(\*EXCLUDE)) {
207 while ($_ = UCD::SpecialCasing::getline(\*SPCASE)) {
241 while ($_ = UCD::UnicodeData::getline(\*UCD)) {
365 while ($_ = UCD::CaseFolding::getline(\*FOLD)) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck_test.cpp313 std::getline(f, line);
316 std::getline(f, line);
/bind-9.6-ESV-R11/bin/tests/system/
H A Dans.pl414 while (my $line = $conn->getline) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen93 $line = $handle->getline();
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp681 std::getline(results_file, line);
685 while (std::getline(results_file, extra_line).good())
H A Datf-run.cpp154 while (std::getline(input, line).good())
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp384 while (!found && !std::getline(stream, line).fail()) {

Completed in 1028 milliseconds