Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/diffutils/src/
H A Dio.c78 current->buffered += s; in file_block_read()
123 off_t buffered; in sip() local
125 buffered = current->buffered; in sip()
143 current->buffered = 0; in sip()
197 if (current->buffered) in slurp()
482 size_t buffered = current->buffered; in prepare_text() local
502 if (buffered != 0 && p[buffered - 1] != '\n') in prepare_text()
504 p[buffered++] = '\n'; in prepare_text()
511 current->buffered = buffered; in prepare_text()
554 filevec[1].buffered = filevec[0].buffered; in find_identical_ends()
[all …]
H A Danalyze.c504 for (;; cmp->file[0].buffered = cmp->file[1].buffered = 0) in diff_2_files()
510 buffer_size - cmp->file[f].buffered); in diff_2_files()
513 if (cmp->file[0].buffered != cmp->file[1].buffered in diff_2_files()
516 cmp->file[0].buffered)) in diff_2_files()
523 if (cmp->file[0].buffered != buffer_size) in diff_2_files()
H A Ddiff.h272 size_t buffered; member
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c46 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()
/dragonfly/contrib/lvm2/dist/tools/
H A Dreporter.c224 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()
H A Ddmsetup.c2408 int aligned = 1, headings = 1, buffered = 1, field_prefixes = 0; in _report_init() local
2425 buffered = 0; in _report_init()
2459 buffered = 1; in _report_init()
2474 if (buffered) in _report_init()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Diostream64 extern ostream clog; /// Linked to standard error (buffered)
70 extern wostream wclog; /// Linked to standard error (buffered)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Diostream63 extern ostream clog; /// Linked to standard error (buffered)
69 extern wostream wclog; /// Linked to standard error (buffered)
/dragonfly/contrib/lvm2/dist/lib/report/
H A Dreport.h40 int aligned, int buffered, int headings, int field_prefixes,
H A Dreport.c1185 int aligned, int buffered, int headings, int field_prefixes, in report_init() argument
1194 if (buffered) in report_init()
/dragonfly/contrib/lvm2/dist/include/
H A Dreport.h40 int aligned, int buffered, int headings, int field_prefixes,
/dragonfly/usr.bin/col/
H A DREADME43 be used to increase the number of lines buffered to avoid the problem.
45 General algorithm: a limited number of lines are buffered in a linked
/dragonfly/contrib/less/
H A Dch.c439 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()
H A DNEWS397 * New command ESC-G goes to end of currently buffered data in a pipe.
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dlibgcov-driver.c541 unsigned buffered = 0; in write_one_data() local
550 buffered = 1; in write_one_data()
588 if (buffered) in write_one_data()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlibgcov.c625 unsigned buffered = 0; in gcov_exit() local
630 buffered = 1; in gcov_exit()
665 if (buffered) in gcov_exit()
/dragonfly/usr.bin/tip/
H A DNEWS22 xfer and transfer in cmds.c use standard C runtime buffered output.
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c1432 size_t const buffered = (cctx->inBuff == NULL) ? 0 : in ZSTD_getFrameProgression() local
1434 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()
1435 assert(buffered <= ZSTD_BLOCKSIZE_MAX); in ZSTD_getFrameProgression()
1436 fp.ingested = cctx->consumedSrcSize + buffered; in ZSTD_getFrameProgression()
/dragonfly/contrib/zstd/
H A DCHANGELOG552 new : external dictionary API extended to buffered mode and accessible through command line
/dragonfly/contrib/grep/doc/
H A Dgrep.texi771 @item --line-buffered
772 @opindex --line-buffered
/dragonfly/contrib/bmake/
H A Dbmake.cat148 buffered; in addition, if debugging is enabled but debugging out-
50 line buffered. The available flags are:
/dragonfly/contrib/ncurses/include/
H A DCaps295 buffer_capacity bufsz num Ya - - ----- numbers of bytes buffered before printing
/dragonfly/contrib/flex/src/
H A Dflex.skl2119 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/dragonfly/crypto/libressl/
H A DChangeLog677 * Use dtls1_record_retrieve_buffered_record() to load buffered
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog424 * set stdout to be line-buffered

12