OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asctime_r
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
asctime.c
78
asctime_r
(timeptr, buf)
function
137
return
asctime_r
(timeptr, buf_asctime);
private.h
76
#define
asctime_r
_incompatible_asctime_r
macro
228
** Some time.h implementations don't declare
asctime_r
.
233
#ifndef
asctime_r
234
extern char *
asctime_r
();
334
#undef
asctime_r
macro
336
char *
asctime_r
P((struct tm const *, char *));
/external/icu4c/tools/tzcode/
asctime.c
78
asctime_r
(timeptr, buf)
function
137
return
asctime_r
(timeptr, buf_asctime);
private.h
76
#define
asctime_r
_incompatible_asctime_r
macro
162
** Some time.h implementations don't declare
asctime_r
.
167
#ifndef
asctime_r
168
extern char *
asctime_r
(struct tm const *, char *);
268
#undef
asctime_r
macro
270
char *
asctime_r
(struct tm const *, char *);
/system/core/libcutils/
private.h
80
#define
asctime_r
_incompatible_asctime_r
macro
232
** Some time.h implementations don't declare
asctime_r
.
237
#ifndef
asctime_r
238
extern char *
asctime_r
();
338
#undef
asctime_r
macro
340
char *
asctime_r
P((struct tm const *, char *));
Completed in 2538 milliseconds