/freebsd/contrib/diff/src/ |
H A D | io.c | 77 FILE_BUFFER (current) + current->buffered, size); in file_block_read() 80 current->buffered += s; in file_block_read() 118 off_t buffered; in sip() local 120 buffered = current->buffered; in sip() 129 if (lseek (current->desc, - buffered, SEEK_CUR) == -1) in sip() 132 current->buffered = 0; in sip() 136 return binary_file_p (current->buffer, buffered); in sip() 140 current->buffered = 0; in sip() 181 if (current->buffered <= file_size) in slurp() 183 file_block_read (current, file_size + 1 - current->buffered); in slurp() [all …]
|
H A D | analyze.c | 833 for (;; cmp->file[0].buffered = cmp->file[1].buffered = 0) in diff_2_files() 839 buffer_size - cmp->file[f].buffered); in diff_2_files() 842 if (cmp->file[0].buffered != cmp->file[1].buffered in diff_2_files() 845 cmp->file[0].buffered)) in diff_2_files() 852 if (cmp->file[0].buffered != buffer_size) in diff_2_files()
|
H A D | diff.h | 245 size_t buffered; member
|
/freebsd/crypto/openssl/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.
|
H A D | BIO_s_bio.pod | 34 BIOs where data written to either half of the pair is buffered and can be read from 174 Use the BIO_ctrl_pending(), to find out whether data is buffered in the BIO 181 As the data is buffered, SSL_operation() may return with an ERROR_SSL_WANT_READ
|
H A D | BIO_f_readbuffer.pod | 27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data.
|
/freebsd/contrib/libarchive/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()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | mcp4725.txt | 13 - microchip,vref-buffered: Boolean to enable buffering of the external 28 /* mcp4726 with the buffered external reference voltage */ 34 microchip,vref-buffered;
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | obsolete.c | 46 NCURSES_SP_NAME(_nc_set_buffer) (NCURSES_SP_DCLx FILE *ofp, int buffered) in NCURSES_EXPORT() 52 (void) buffered; in NCURSES_EXPORT() 57 _nc_set_buffer(FILE *ofp, int buffered) in _nc_set_buffer() argument 59 NCURSES_SP_NAME(_nc_set_buffer) (CURRENT_SCREEN, ofp, buffered); in _nc_set_buffer()
|
H A D | lib_win32con.c | 143 if (WINCONSOLE.buffered) { in _nc_console_size() 509 if (WINCONSOLE.buffered) { in _nc_console_get_SBI() 671 #define AdjustY() (WINCONSOLE.buffered ? 0 : (int) WINCONSOLE.SBI.srWindow.Top) 1134 BOOL buffered = FALSE; in _nc_console_checkinit() local 1216 buffered = TRUE; in _nc_console_checkinit() 1231 WINCONSOLE.buffered = buffered; in _nc_console_checkinit() 1234 if (!buffered) { in _nc_console_checkinit()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | samsung,s2mps11.txt | 8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 9 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
|
H A D | maxim,max9485.txt | 5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
|
/freebsd/contrib/llvm-project/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]
|
/freebsd/usr.bin/col/ |
H A D | README | 39 be used to increase the number of lines buffered to avoid the problem. 41 General algorithm: a limited number of lines are buffered in a linked
|
/freebsd/contrib/unbound/contrib/ |
H A D | validation-reporter.sh | 30 tail -F $logfile | grep --line-buffered "unbound.*info: validation failure" | \
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 78 #define AdjustY() (CON.buffered ? 0 : (int) CON.SBI.srWindow.Top) 126 BOOL buffered; member 779 if (CON.buffered) { in get_SBI() 843 if (CON.buffered) { in wcon_size() 1041 if (!CON.buffered) { in wcon_mode() 1047 T(("... buffered:%d, clear:%d", CON.buffered, CurScreen(sp)->_clear)); in wcon_mode() 1061 if (!CON.buffered) { in wcon_mode() 2181 BOOL buffered = TRUE; in InitConsole() local 2233 buffered = FALSE; in InitConsole() 2245 CON.buffered = buffered; in InitConsole() [all …]
|
H A D | win32_driver.c | 63 #define AdjustY() (WINCONSOLE.buffered ?\ 787 if (!WINCONSOLE.buffered) { in wcon_mode() 794 WINCONSOLE.buffered, CurScreen(sp)->_clear)); in wcon_mode() 808 if (!WINCONSOLE.buffered) { in wcon_mode()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.noreapring.ksh | 103 echo launched ring buffered enabling as pid $background
|
/freebsd/contrib/less/ |
H A D | ch.c | 399 * Write all the existing buffered data to the log file. 439 static int buffered(BLOCKNUM block) in buffered() function 472 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek() 520 * Seek to the last position in the file that is currently buffered. 547 * beginning of the pipe is no longer buffered. 638 if (!(ch_flags & CH_CANSEEK) && !buffered(ch_block-1)) in ch_back_get()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_win32.h | 148 BOOL buffered; member
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | snps-dma.txt | 29 The default value is 0 (for non-cacheable, non-buffered,
|
/freebsd/contrib/libxo/doc/ |
H A D | options.rst | 43 flush-line Flush after every line (line-buffered) 101 F Force line-buffered flushing
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | ramoops.txt | 51 to map the reserved region (defaults to buffered mappings mem_type = 0). If
|