| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | stream.cpp | 51 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 D | raw_ostream.h | 132 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 D | raw_os_ostream.h | 32 uint64_t current_pos() const override;
|
| H A D | raw_sha1_ostream.h | 41 uint64_t current_pos() const override { return 0; } in current_pos() function
|
| H A D | circular_raw_ostream.h | 87 uint64_t current_pos() const override { in current_pos() function
|
| H A D | FormattedStream.h | 59 uint64_t current_pos() const override { in current_pos() function
|
| /netbsd-src/usr.sbin/inetd/ |
| H A D | parse.c | 139 char *current_pos; in config() local 155 current_pos = nextline(fconfig); in config() 157 while ((cp = getconfigent(¤t_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 D | journal.c | 1120 journal_pos_t current_pos; in journal_find() local 1135 current_pos = j->header.begin; in journal_find() 1136 index_find(j, serial, ¤t_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, ¤t_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 D | journal.c | 1119 journal_pos_t current_pos; in journal_find() local 1134 current_pos = j->header.begin; in journal_find() 1135 index_find(j, serial, ¤t_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, ¤t_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 D | raw_os_ostream.cpp | 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
| H A D | raw_ostream.cpp | 951 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 D | MCLinkerOptimizationHint.cpp | 49 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 D | fs-fd-hash-inl.h | 50 LARGE_INTEGER current_pos; member
|
| H A D | fs.c | 458 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 D | str2wire.c | 1388 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 D | readelf.c | 22468 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 D | readelf.c | 23271 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()
|