| /freebsd-14.2/contrib/diff/src/ |
| H A D | io.c | 80 current->buffered += s; in file_block_read() 118 off_t buffered; in sip() local 120 buffered = current->buffered; in sip() 140 current->buffered = 0; in sip() 194 if (current->buffered) in slurp() 521 size_t buffered = current->buffered; in prepare_text() local 525 if (buffered == 0 || p[buffered - 1] == '\n') in prepare_text() 529 p[buffered++] = '\n'; in prepare_text() 551 current->buffered = buffered; in prepare_text() 593 filevec[1].buffered = filevec[0].buffered; in find_identical_ends() [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()
|
| /freebsd-14.2/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.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7124.yaml | 93 adi,buffered-positive: 94 description: Enable buffered mode for positive input. 97 adi,buffered-negative: 98 description: Enable buffered mode for negative input. 135 adi,buffered-positive; 143 adi,buffered-positive; 144 adi,buffered-negative;
|
| H A D | adi,max11410.yaml | 111 adi,buffered-vrefp: 112 description: Enable buffered mode for positive reference. 115 adi,buffered-vrefn: 116 description: Enable buffered mode for negative reference.
|
| H A D | adi,ad4130.yaml | 181 adi,buffered-positive: 182 description: Enable buffered mode for positive input. 185 adi,buffered-negative: 186 description: Enable buffered mode for negative input.
|
| /freebsd-14.2/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-14.2/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;
|
| H A D | microchip,mcp4725.yaml | 31 microchip,vref-buffered: 70 microchip,vref-buffered: false
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | samsung,s2mps11.yaml | 16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 17 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
|
| 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-14.2/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-14.2/sys/contrib/device-tree/Bindings/iio/addac/ |
| H A D | adi,ad74115.yaml | 110 Whether to enable low-power buffered mode for the AGND sense pin. 115 Whether to enable low-power buffered mode for the low-side filtered 121 Whether to enable low-power buffered mode for the high-side filtered 126 description: Whether to enable low-power buffered mode for the EXT2 pin. 130 description: Whether to enable low-power buffered mode for the EXT1 pin.
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | validation-reporter.sh | 30 tail -F $logfile | grep --line-buffered "unbound.*info: validation failure" | \
|
| /freebsd-14.2/usr.bin/col/ |
| H A D | README | 41 be used to increase the number of lines buffered to avoid the problem. 43 General algorithm: a limited number of lines are buffered in a linked
|
| /freebsd-14.2/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 …]
|
| /freebsd-14.2/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-14.2/contrib/less/ |
| H A D | ch.c | 439 static int buffered(BLOCKNUM block) in buffered() function 472 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek() 638 if (!(ch_flags & CH_CANSEEK) && !buffered(ch_block-1)) in ch_back_get()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | renesas,fsi.yaml | 7 title: Renesas FIFO-buffered Serial Interface (FSI)
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_win32.h | 148 BOOL buffered; member
|