incubator-nuttx/libs/libc/stdlib
Xiang Xiao a102922e12 libc: Implement realpath
specified here:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ie52dcd1c5c5faa4b033901eedd7182bbb9473f7a
2020-06-30 13:09:58 -06:00
..
Kconfig libs/libc: Remove support for CONFIG_FS_WRITABLE 2020-03-22 08:24:07 -05:00
Make.defs libc: Implement realpath 2020-06-30 13:09:58 -06:00
lib_abort.c drivers/usbhost/usbhost_composite.c: The cfgdesc pointer was initialized after the buffer had been advanced, so it was not pointing where it should. The totallen operations at the end of the function ended up overwriting memory belonging to the first copied interface descriptor. 2019-06-22 07:27:15 -06:00
lib_abs.c
lib_bsearch.c
lib_checkbase.c
lib_div.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
lib_itoa.c
lib_labs.c
lib_ldiv.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
lib_llabs.c
lib_lldiv.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
lib_mblen.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_mbstowcs.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_mbtowc.c libc: Implement wcsrtombs, wcsnrtombs and mbsnrtowcs 2020-06-02 07:13:37 -06:00
lib_mkstemp.c mkstemp: Only look at the trailing Xs 2020-06-16 19:47:42 +08:00
lib_mktemp.c libs/libc: Remove support for CONFIG_FS_WRITABLE 2020-03-22 08:24:07 -05:00
lib_ptsname.c
lib_ptsnamer.c
lib_qsort.c
lib_rand.c
lib_realpath.c libc: Implement realpath 2020-06-30 13:09:58 -06:00
lib_srand.c libc: Move double_t typedef from sys/types.h to math.h 2020-06-29 13:37:41 +01:00
lib_strtod.c
lib_strtof.c
lib_strtol.c
lib_strtold.c
lib_strtoll.c
lib_strtoul.c
lib_strtoull.c
lib_unlockpt.c
lib_wcstombs.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_wctomb.c