HomeSort by relevance Sort by last modified time
    Searched refs:dbsz (Results 1 - 5 of 5) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 74 (off_t)in.offset * (off_t)in.dbsz, SEEK_CUR) == -1) {
87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
91 bcnt = in.dbsz;
141 (off_t)out.offset * (off_t)out.dbsz, SEEK_SET) == -1)
160 if ((n = ddop_read(out, out.fd, out.db, out.dbsz)) > 0)
180 out.db, out.dbsz)) != out.dbsz)
dd.c 215 size_t dbsz = out.dbsz; local
217 dbsz += in.dbsz - 1;
218 if ((in.db = malloc(dbsz)) == NULL) {
224 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
225 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
243 (void)ddop_ftruncate(out, out.fd, (off_t)out.offset * out.dbsz);
351 (void)memset(in.dbp, ' ', in.dbsz);
353 (void)memset(in.dbp, 0, in.dbsz);
    [all...]
args.c 118 in.dbsz = out.dbsz = 512;
203 * if (in.offset > INT_MAX/in.dbsz || out.offset > INT_MAX/out.dbsz)
220 in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX);
253 in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX);
292 out.dbsz = strsuftoll("output block size", arg, 1, UINT_MAX);
conv.c 76 if (in.dbcnt >= out.dbsz) {
194 if ((out.dbcnt += cbsz) >= out.dbsz)
255 if (out.dbcnt >= out.dbsz)
dd.h 79 uint64_t dbsz; /* buffer size */ member in struct:__anon81440

Completed in 1502 milliseconds