Home
last modified time | relevance | path

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

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