| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | io.c | 79 FILE_BUFFER (current) + current->buffered, size); in file_block_read() 82 current->buffered += s; in file_block_read() 120 off_t buffered; in sip() local 122 buffered = current->buffered; in sip() 131 if (lseek (current->desc, - buffered, SEEK_CUR) == -1) in sip() 134 current->buffered = 0; in sip() 138 return binary_file_p (current->buffer, buffered); in sip() 142 current->buffered = 0; in sip() 183 if (current->buffered <= file_size) in slurp() 185 file_block_read (current, file_size + 1 - current->buffered); in slurp() [all …]
|
| H A D | analyze.c | 865 for (;; cmp->file[0].buffered = cmp->file[1].buffered = 0) in diff_2_files() 871 buffer_size - cmp->file[f].buffered); in diff_2_files() 874 if (cmp->file[0].buffered != cmp->file[1].buffered in diff_2_files() 877 cmp->file[0].buffered)) in diff_2_files() 884 if (cmp->file[0].buffered != buffer_size) in diff_2_files()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 28 additional bytes will be buffered by OpenSSL but will remain unprocessed until 33 the data is in unprocessed buffered records). 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 47 SSL_pending() returns the number of buffered and processed application data 49 returns 1 if there is buffered record data in the SSL object and 0 otherwise.
|
| H A D | BIO_f_buffer.pod | 29 Data written to a buffering BIO is buffered and periodically written 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 36 BIO_get_buffer_num_lines() returns the number of lines currently buffered. 41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0).
|
| H A D | SSL_read.pod | 49 buffered inside the SSL layer and will be retrieved on the next read 50 call. If B<num> is higher than the number of bytes buffered then the read 51 functions will return with the bytes buffered. If no more bytes are in the 92 are buffered bytes available for immediate retrieval.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 28 additional bytes will be buffered by OpenSSL but will remain unprocessed until 33 the data is in unprocessed buffered records). 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 47 SSL_pending() returns the number of buffered and processed application data 49 returns 1 if there is buffered record data in the SSL object and 0 otherwise.
|
| H A D | BIO_f_buffer.pod | 29 Data written to a buffering BIO is buffered and periodically written 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 36 BIO_get_buffer_num_lines() returns the number of lines currently buffered. 41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or
|
| H A D | SSL_read.pod | 49 buffered inside the SSL layer and will be retrieved on the next read 50 call. If B<num> is higher than the number of bytes buffered then the read 51 functions will return with the bytes buffered. If no more bytes are in the 92 are buffered bytes available for immediate retrieval.
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | pcterm.c | 518 static unsigned char buffered[512]; variable 527 if (buf_idx >= sizeof (buffered)) /* paranoia */ in pc_term_chars_avail() 530 buffered[buf_idx] = '\0'; in pc_term_chars_avail() 534 return (long)strlen (buffered + buf_idx); in pc_term_chars_avail() 577 while (buffered[buf_idx] && nbytes) in keyboard_read() 579 *buf++ = buffered[buf_idx++]; in keyboard_read() 606 strcpy (buffered, key_sequence); in keyboard_read()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_short_writes.c | 86 create_archive(struct checker *checker, archive_write_callback write_cb, int buffered) in create_archive() argument 92 if (!buffered) in create_archive() 118 checker_new(int buffered) in checker_new() argument 124 checker->short_archive = create_archive(checker, short_write_callback, buffered); in checker_new() 125 checker->full_archive = create_archive(checker, full_write_callback, buffered); in checker_new()
|
| /netbsd-src/distrib/utils/more/ |
| H A D | ch.c | 107 static int buffered __P((long)); 250 buffered(block) in buffered() function 272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) { 375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) { in ch_back_get()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | reader.c | 306 unsigned buffered; member 912 if (dearmour->buffered) { in decode64() 929 dearmour->buffered = 2; in decode64() 938 dearmour->buffered = 1; in decode64() 953 dearmour->buffered = 0; in decode64() 960 dearmour->buffered = 3; in decode64() 967 if (dearmour->buffered < 3 && dearmour->buffered > 0) { in decode64() 1022 if (!dearmour->buffered) { in decode64() 1028 for (n = 0; n < dearmour->buffered; ++n) { in decode64() 1033 for (n2 = dearmour->buffered - 1; n2 >= 0; --n2) in decode64() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/ |
| H A D | named.tsconf.in | 29 buffered no; 40 buffered yes;
|
| H A D | named.unlimited.in | 29 buffered no; 40 buffered yes;
|
| H A D | named.versconf.in | 29 buffered no; 40 buffered yes;
|
| H A D | named.incconf.in | 29 buffered no; 40 buffered yes;
|
| H A D | named.abspathconf.in | 29 buffered no; 40 buffered yes;
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | reporter.c | 224 int aligned, buffered, headings, field_prefixes, quoted; in _report() local 230 buffered = find_config_tree_int(cmd, "report/buffered", in _report() 341 buffered = 0; in _report() 354 separator, aligned, buffered, in _report()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiSchedule.td | 30 // Max micro-ops that can be buffered for optimized loop dispatch/execution. 47 // Max micro-ops that can be buffered. [default = -1]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | iostream | 63 extern ostream clog; /// Linked to standard error (buffered) 69 extern wostream wclog; /// Linked to standard error (buffered)
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | iostream | 63 extern ostream clog; /// Linked to standard error (buffered) 69 extern wostream wclog; /// Linked to standard error (buffered)
|
| /netbsd-src/usr.bin/col/ |
| H A D | README | 42 be used to increase the number of lines buffered to avoid the problem. 44 General algorithm: a limited number of lines are buffered in a linked
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | libgcov-driver.c | 396 unsigned buffered = 0; in write_one_data() local 405 buffered = 1; in write_one_data() 443 if (buffered) in write_one_data()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | report.h | 40 int aligned, int buffered, int headings, int field_prefixes,
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/report/ |
| H A D | report.h | 40 int aligned, int buffered, int headings, int field_prefixes,
|