OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otoi
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/pending/
tar.c
488
static int
otoi
(char *str, int len)
function
613
if (cksum !=
otoi
(tar.chksum, sizeof(tar.chksum))) error_exit("wrong cksum");
617
file_hdr->mode =
otoi
(tar.mode, sizeof(tar.mode));
618
file_hdr->uid =
otoi
(tar.uid, sizeof(tar.uid));
619
file_hdr->gid =
otoi
(tar.gid, sizeof(tar.gid));
620
file_hdr->size =
otoi
(tar.size, sizeof(tar.size));
621
file_hdr->mtime =
otoi
(tar.mtime, sizeof(tar.mtime));
624
maj =
otoi
(tar.major, sizeof(tar.major));
625
min =
otoi
(tar.minor, sizeof(tar.minor));
Completed in 125 milliseconds