OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scheck
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/tools/tzcode/
scheck.c
8
static char elsieid[] = "@(#)
scheck
.c 8.19";
17
scheck
(string, format)
function
Makefile.in
12
OBJECTS= zic.o localtime.o asctime.o
scheck
.o ialloc.o
Makefile.org
12
OBJECTS= zic.o localtime.o asctime.o
scheck
.o ialloc.o
private.h
182
const char *
scheck
(const char * string, const char * format);
zic.c
1059
if (sscanf(string,
scheck
(string, "%ld"), &hh) == 1)
1061
else if (sscanf(string,
scheck
(string, "%ld:%d"), &hh, &mm) == 2)
1063
else if (sscanf(string,
scheck
(string, "%ld:%d:%d"),
1272
if (sscanf(cp,
scheck
(cp, "%d"), &year) != 1) {
1307
if (sscanf(cp,
scheck
(cp, "%d"), &day) != 1 ||
[
all
...]
/bionic/libc/tzcode/
private.h
248
const char *
scheck
P((const char * string, const char * format));
/system/core/libcutils/
private.h
252
const char *
scheck
P((const char * string, const char * format));
Completed in 27 milliseconds