Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dstream.cpp51 const std::streampos current_pos = is.tellg(); in stream_length() local
55 is.seekg(current_pos, std::ios::beg); in stream_length()
58 is.seekg(current_pos, std::ios::beg); in stream_length()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h132 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
350 virtual uint64_t current_pos() const = 0;
455 uint64_t current_pos() const override { return pos; } in current_pos() function
622 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
656 uint64_t current_pos() const override;
687 uint64_t current_pos() const override;
H A Draw_os_ostream.h32 uint64_t current_pos() const override;
H A Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; } in current_pos() function
H A Dcircular_raw_ostream.h87 uint64_t current_pos() const override { in current_pos() function
H A DFormattedStream.h59 uint64_t current_pos() const override { in current_pos() function
/netbsd-src/usr.sbin/inetd/
H A Dparse.c139 char *current_pos; in config() local
155 current_pos = nextline(fconfig); in config()
157 while ((cp = getconfigent(&current_pos)) != NULL) { in config()
384 getconfigent(char **current_pos) in getconfigent() argument
398 cp = *current_pos; in getconfigent()
533 *current_pos = cp; in getconfigent()
540 *current_pos = cp; in getconfigent()
562 *current_pos = cp; in getconfigent()
783 *current_pos = nextline(fconfig); in getconfigent()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Djournal.c1120 journal_pos_t current_pos; in journal_find() local
1135 current_pos = j->header.begin; in journal_find()
1136 index_find(j, serial, &current_pos); in journal_find()
1138 while (current_pos.serial != serial) { in journal_find()
1139 if (DNS_SERIAL_GT(current_pos.serial, serial)) { in journal_find()
1142 result = journal_next(j, &current_pos); in journal_find()
1147 *pos = current_pos; in journal_find()
2469 journal_pos_t current_pos; in dns_journal_compact()
2582 current_pos = best_guess; in dns_journal_compact()
2583 while (current_pos in dns_journal_compact()
2468 journal_pos_t current_pos; dns_journal_compact() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c1119 journal_pos_t current_pos; in journal_find() local
1134 current_pos = j->header.begin; in journal_find()
1135 index_find(j, serial, &current_pos); in journal_find()
1137 while (current_pos.serial != serial) { in journal_find()
1138 if (DNS_SERIAL_GT(current_pos.serial, serial)) { in journal_find()
1141 result = journal_next(j, &current_pos); in journal_find()
1146 *pos = current_pos; in journal_find()
2467 journal_pos_t current_pos; in dns_journal_compact() local
2579 current_pos = best_guess; in dns_journal_compact()
2580 while (current_pos.serial != serial) { in dns_journal_compact()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_os_ostream.cpp29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
H A Draw_ostream.cpp951 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream
978 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs-fd-hash-inl.h50 LARGE_INTEGER current_pos; member
H A Dfs.c458 fd_info.current_pos.QuadPart = 0; in fs__open()
770 pos = fd_info->current_pos; in fs__read_filemap()
838 fd_info->current_pos = end_pos; in fs__read_filemap()
964 pos = fd_info->current_pos; in fs__write_filemap()
988 fd_info->current_pos.QuadPart = 0; in fs__write_filemap()
1042 fd_info->current_pos = end_pos; in fs__write_filemap()
2028 fd_info.current_pos.QuadPart = 0; in fs__ftruncate()
2053 fd_info.current_pos.QuadPart = 0; in fs__ftruncate()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
1389 uint16_t key = sldns_read_uint16(current_pos); in sldns_str2wire_svcbparam_mandatory()
1391 if (key == sldns_read_uint16(current_pos + 2)) { in sldns_str2wire_svcbparam_mandatory()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c22468 unsigned long current_pos; in process_archive() local
22475 current_pos = ftell (filedata->handle); in process_archive()
22536 if (fseek (filedata->handle, current_pos, SEEK_SET) != 0) in process_archive()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c23271 uint64_t current_pos; in process_archive() local
23278 current_pos = ftell (filedata->handle); in process_archive()
23339 if (fseek64 (filedata->handle, current_pos, SEEK_SET) != 0) in process_archive()