repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
libc
/
docs
/
date_and_time.rst
blob
c91bffb32bb3d7540d65aadf0f85b6c57d088860
1
=======================
2
Date and Time Functions
3
=======================
4
5
.. include:: check.rst
6
7
---------------
8
Source location
9
---------------
10
11
- The main source for time functions is located at: ``libc/src/time``
12
13
---------------------
14
Implementation Status
15
---------------------
16
17
============= =======
18
Function_Name C99
19
============= =======
20
clock
21
mktime |check|
22
time
23
asctime |check|
24
ctime
25
gmtime |check|
26
localtime
27
strftime
28
============= =======
29
30
=================== =======
31
Function_Name POSIX
32
=================== =======
33
asctime |check|
34
asctime_r |check|
35
clock
36
clock_getcpuclockid
37
clock_getres
38
clock_gettime |check|
39
clock_nanosleep
40
clock_settime
41
ctime
42
ctime_r
43
difftime |check|
44
getdate
45
gettimeofday |check|
46
gmtime |check|
47
gmtime_r |check|
48
localtime
49
localtime_r
50
mktime |check|
51
nanosleep |check|
52
strftime
53
strptime
54
time
55
timer_create
56
timer_delete
57
timer_gettime
58
timer_getoverrun
59
timer_settime
60
tzset
61
=================== =======
62