OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strsuftoll
(Results
1 - 6
of
6
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
args.c
220
in.dbsz = out.dbsz =
strsuftoll
("block size", arg, 1, UINT_MAX);
227
cbsz =
strsuftoll
("conversion record size", arg, 1, UINT_MAX);
234
cpy_cnt =
strsuftoll
("block count", arg, 0, LLONG_MAX);
243
files_cnt = (u_int)
strsuftoll
("file count", arg, 0, UINT_MAX);
253
in.dbsz =
strsuftoll
("input block size", arg, 1, UINT_MAX);
292
out.dbsz =
strsuftoll
("output block size", arg, 1, UINT_MAX);
306
out.offset =
strsuftoll
("seek blocks", arg, 0, LLONG_MAX);
313
in.offset =
strsuftoll
("skip blocks", arg, 0, LLONG_MAX);
320
progress =
strsuftoll
("progress blocks", arg, 0, LLONG_MAX);
/system/core/toolbox/
bsd-compatibility.h
65
long long
strsuftoll
(const char *, const char *, long long, long long);
Android.mk
19
upstream-netbsd/lib/libc/stdlib/
strsuftoll
.c \
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
strsuftoll.c
1
/* $NetBSD:
strsuftoll
.c,v 1.9 2011/10/22 22:08:47 christos Exp $ */
70
__RCSID("$NetBSD:
strsuftoll
.c,v 1.9 2011/10/22 22:08:47 christos Exp $");
93
__weak_alias(
strsuftoll
, _strsuftoll)
116
strsuftoll
(const char *desc, const char *val,
129
* As
strsuftoll
(), but returns the error message into the provided buffer
/external/toybox/toys/pending/
dd.c
80
static unsigned long long
strsuftoll
(char *arg, int def, unsigned long long max)
function
172
if (strstarteq(&arg, "bs")) bs =
strsuftoll
(arg, 1, LONG_MAX);
173
else if (strstarteq(&arg, "ibs")) TT.in.sz =
strsuftoll
(arg, 1, LONG_MAX);
174
else if (strstarteq(&arg, "obs")) TT.out.sz =
strsuftoll
(arg, 1, LONG_MAX);
175
else if (strstarteq(&arg, "count")) TT.c_count =
strsuftoll
(arg, 0, ULLONG_MAX-1);
179
TT.out.offset =
strsuftoll
(arg, 0, ULLONG_MAX);
181
TT.in.offset =
strsuftoll
(arg, 0, ULLONG_MAX);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h
544
#define
strsuftoll
_strsuftoll
Completed in 105 milliseconds