Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c220 in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX); in f_bs()
227 cbsz = strsuftoll("conversion record size", arg, 1, UINT_MAX); in f_cbs()
234 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX); in f_count()
243 files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX); in f_files()
253 in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX); in f_ibs()
292 out.dbsz = strsuftoll("output block size", arg, 1, UINT_MAX); in f_obs()
306 out.offset = strsuftoll("seek blocks", arg, 0, LLONG_MAX); in f_seek()
313 in.offset = strsuftoll("skip blocks", arg, 0, LLONG_MAX); in f_skip()
320 progress = strsuftoll("progress blocks", arg, 0, LLONG_MAX); in f_progress()
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
Dstrsuftoll.c93 __weak_alias(strsuftoll, _strsuftoll) in __weak_alias() argument
116 strsuftoll(const char *desc, const char *val, in __weak_alias()
/system/core/toolbox/
Dbsd-compatibility.h65 long long strsuftoll(const char *, const char *, long long, long long);
DAndroid.mk19 upstream-netbsd/lib/libc/stdlib/strsuftoll.c \