OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctime_r
(Results
1 - 8
of
8
) sorted by null
/external/bison/darwin-lib/
time.h
372
# undef
ctime_r
macro
555
# undef
ctime_r
macro
556
_GL_WARN_ON_USE (asctime, "
ctime_r
can overrun buffers in some cases - "
/external/bison/linux-lib/
time.h
372
# undef
ctime_r
macro
555
# undef
ctime_r
macro
556
_GL_WARN_ON_USE (asctime, "
ctime_r
can overrun buffers in some cases - "
/external/chromium_org/third_party/icu/source/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
...]
/external/icu/icu4c/source/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
73
#define
ctime_r
_incompatible_ctime_r
macro
263
# undef
ctime_r
macro
264
# define
ctime_r
tz_ctime_r
macro
285
char *
ctime_r
(time_t const *, char *);
383
#undef
ctime_r
macro
385
char *
ctime_r
(time_t const *, char *);
localtime.c
1603
ctime_r
(const time_t * const timep, char * buf)
function
[
all
...]
Completed in 849 milliseconds