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

  /system/core/toolbox/upstream-netbsd/bin/dd/
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...]
dd.h 79 uint64_t dbsz; /* buffer size */ member in struct:__anon84530

Completed in 113 milliseconds