llvm-project/libc/test/src
Siva Chandra Reddy 22f9dca113 [libc] Add the implementation of the fflush function.
Note that the underlying flush implementation does not yet fully implement
the POSIX standard. It is complete with respect to the C standard
however. A future change will add the POSIX behavior. It should not affect
the implementation of the fflush function however as the POSIX behavior
will be added in a lower layer.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D124073
2022-04-20 19:43:39 +00:00
..
__support [libc][docs] Add doc for libc string functions 2022-04-14 13:03:01 -07:00
assert [libc][NFC] Add a death test API adaptation macro 2021-02-01 19:19:04 +00:00
ctype [libc][NFC] add "LlvmLibc" as a prefix to all test names 2021-01-20 23:15:36 +00:00
errno [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
fcntl [libc] Add a few missing deps, includes, and fix a few typos. 2022-02-01 00:26:36 -08:00
fenv [libc] Change FEnv to use MXCSR as source of truth 2022-03-23 16:08:00 -07:00
inttypes [libc] Add implementations of div, ldiv, lldiv and imaxdiv. 2021-09-20 04:51:42 +00:00
math [libc] Improve the performance of expm1f. 2022-03-30 19:23:25 -04:00
pthread [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
signal [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
stdio [libc] Add the implementation of the fflush function. 2022-04-20 19:43:39 +00:00
stdlib [libc] Fix exit not calling new handlers registered from a call to atexit in atexit handler 2022-03-15 15:18:41 +00:00
string [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
sys [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
threads [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
time [libc] apply formatting to tests 2021-12-22 10:53:25 -08:00
unistd [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
CMakeLists.txt [libc] Add pthread_mutexattr_t type and its setters and getters. 2022-04-04 18:11:12 +00:00