OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asctime_r
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/time/
asctime.c
32
/* Publish
asctime_r
and ctime_r only when supporting older POSIX. */
37
# undef
asctime_r
macro
39
# define
asctime_r
static_asctime_r
macro
46
__weak_alias(
asctime_r
,_asctime_r)
86
asctime_r
(struct tm const *restrict timeptr, char *restrict buf)
function
159
return
asctime_r
(timeptr, buf_asctime);
169
return tmp ?
asctime_r
(tmp, buf) : NULL;
178
return tmp ?
asctime_r
(tmp, buf) : NULL;
private.h
58
/* Fix
asctime_r
on Solaris 11. */
204
# define
asctime_r
_incompatible_asctime_r
macro
766
# undef
asctime_r
macro
767
# define
asctime_r
tz_asctime_r
macro
798
char *
asctime_r
(struct tm const *restrict, char *restrict);
832
#if !HAVE_DECL_ASCTIME_R && !defined
asctime_r
&& SUPPORT_POSIX2008
833
extern char *
asctime_r
(struct tm const *restrict, char *restrict);
1096
# undef
asctime_r
macro
1098
char *
asctime_r
(struct tm const *restrict, char *restrict);
/src/lib/libc/include/
namespace.h
212
#define
asctime_r
_asctime_r
macro
Completed in 68 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026