Searched refs:strsuftoll (Results 1 – 4 of 4) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | args.c | 220 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/ |
D | strsuftoll.c | 93 __weak_alias(strsuftoll, _strsuftoll) in __weak_alias() argument 116 strsuftoll(const char *desc, const char *val, in __weak_alias()
|
/system/core/toolbox/ |
D | bsd-compatibility.h | 65 long long strsuftoll(const char *, const char *, long long, long long);
|
D | Android.mk | 19 upstream-netbsd/lib/libc/stdlib/strsuftoll.c \
|