OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctime_r
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/tzcode/
private.h
77
#define
ctime_r
_incompatible_ctime_r
macro
269
#undef
ctime_r
macro
271
char *
ctime_r
(time_t const *, char *);
localtime.c
1578
ctime_r
(timep, buf)
function
[
all
...]
/bionic/libc/tzcode/
private.h
77
#define
ctime_r
_incompatible_ctime_r
macro
335
#undef
ctime_r
macro
337
char *
ctime_r
P((time_t const *, char *));
localtime.c
1692
ctime_r
(timep, buf)
function
[
all
...]
/system/core/libcutils/
private.h
81
#define
ctime_r
_incompatible_ctime_r
macro
339
#undef
ctime_r
macro
341
char *
ctime_r
P((time_t const *, char *));
Completed in 36 milliseconds