OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbsz
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/dd/
conv.c
110
* Copy variable length newline terminated records with a max size
cbsz
113
* max in buffer: MAX(ibs,
cbsz
)
114
* max out buffer: obs +
cbsz
146
* Copy records (max
cbsz
size chunks) into the output buffer. The
150
maxlen = MIN(
cbsz
, in.dbcnt);
163
if (ch != '\n' && in.dbcnt <
cbsz
) {
174
if (cnt <
cbsz
)
175
(void)memset(outp, ctab ? ctab[' '] : ' ',
cbsz
- cnt);
193
out.dbp +=
cbsz
;
194
if ((out.dbcnt +=
cbsz
) >= out.dbsz
[
all
...]
extern.h
73
extern uint64_t
cbsz
;
dd.c
90
uint64_t
cbsz
; /* conversion block size */
variable in typeref:typename:uint64_t
257
buffer_alloc((u_int)(MAX(in.dbsz,
cbsz
) +
cbsz
))) == NULL ||
258
(out.db = buffer_alloc((u_int)(out.dbsz +
cbsz
))) == NULL) {
args.c
243
cbsz
= strsuftoll("conversion record size", arg, 1, UINT_MAX);
Completed in 29 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025