..
CMakeLists.txt
libc: add support for reallocarray
2024-04-17 11:36:39 -03:00
Kconfig
libc:Add macro restrictions to code that uses floating point numbers
2024-08-21 13:33:45 +08:00
lib_abort.c
lib_abort.c: Change call to userspace exit() into syscall _exit()
2023-02-22 01:10:39 +08:00
lib_abs.c
lib_aligned_alloc.c
lib_atexit.c
libc: Move on_exit and __cxa_atexit in lib_atexit.c
2023-01-25 14:31:37 +02:00
lib_atof.c
lib_atoi.c
lib_atol.c
lib_atoll.c
lib_bsearch.c
lib_checkbase.c
libc/stdlib: Check if there is next char before assuming octal
2024-09-15 10:11:42 +08:00
lib_div.c
lib_exit.c
pthread_cleanup: move clenup down to tls
2024-09-14 20:15:12 +08:00
lib_getprogname.c
sched/tls: drop ta_argv and g_idleargv
2024-06-23 22:24:19 +08:00
lib_itoa.c
lib_labs.c
lib_ldiv.c
lib_llabs.c
lib_lldiv.c
lib_mblen.c
lib_mbstowcs.c
lib_mbtowc.c
lib_mkdtemp.c
lib_mkstemp.c
mkstemp: permission 0666 to 0600
2024-07-02 02:56:05 +08:00
lib_mktemp.c
lib_openpty.c
nuttx: use sizeof instead of define or number in snprintf
2024-08-25 19:22:15 +08:00
lib_posix_memalign.c
lib_ptsname.c
lib_ptsnamer.c
lib_qsort.c
nuttx: resolve various 'FAR' and 'CODE' issues
2024-08-26 10:21:03 +08:00
lib_rand.c
lib_rand48.c
stdlib: generate uniformly distributed pseudo-random numbers
2023-01-04 20:53:05 +08:00
lib_reallocarray.c
libc: add support for reallocarray
2024-04-17 11:36:39 -03:00
lib_realpath.c
api:add lib_realpath function
2024-08-22 15:24:48 +08:00
lib_srand.c
libc:Add macro restrictions to code that uses floating point numbers
2024-08-21 13:33:45 +08:00
lib_strtol.c
lib_strtold.c
libc:Add macro restrictions to code that uses floating point numbers
2024-08-21 13:33:45 +08:00
lib_strtoll.c
lib_strtoul.c
libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range
2023-07-10 19:07:27 +03:00
lib_strtoull.c
libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range
2023-07-10 19:07:27 +03:00
lib_unlockpt.c
lib_valloc.c
lib_wcstombs.c
lib_wctomb.c
Make.defs
libc: add support for reallocarray
2024-04-17 11:36:39 -03:00