Searched refs:strsuftoll (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Ddd.c1159 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) function
1172 in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX);
1179 cbsz = strsuftoll("conversion record size", arg, 1, UINT_MAX);
1186 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX);
1195 files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX);
1205 in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX);
1220 out.dbsz = strsuftoll("output block size", arg, 1, UINT_MAX);
1234 out.offset = strsuftoll("seek blocks", arg, 0, LLONG_MAX);
1241 in.offset = strsuftoll("skip blocks", arg, 0, LLONG_MAX);

Completed in 5 milliseconds