OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dbsz
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/dd/
dd.c
248
size_t
dbsz
= out.
dbsz
;
local in function:setup
250
dbsz
+= in.
dbsz
- 1;
251
if ((in.db = buffer_alloc(
dbsz
)) == NULL) {
257
buffer_alloc((u_int)(MAX(in.
dbsz
, cbsz) + cbsz))) == NULL ||
258
(out.db = buffer_alloc((u_int)(out.
dbsz
+ cbsz))) == NULL) {
276
(void)ddop_ftruncate(out, out.fd, (off_t)out.offset * out.
dbsz
);
384
(void)memset(in.dbp, ' ', in.
dbsz
);
386
(void)memset(in.dbp, 0, in.
dbsz
);
[
all
...]
dd.h
75
uint64_t
dbsz
; /* buffer size */
member in struct:__anona918b54a0108
Completed in 161 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025