nuttx/libs/libc/stdlib
chao.an 216c33a5c7 libs/libc/stdlib: Implement mkdtemp(3) syscall
See the reference here:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html

Change-Id: I49081ecafc011a843e6067b1118b53bf65d4418b
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-09-19 04:16:14 -07:00
..
Kconfig libs/libc: Remove support for CONFIG_FS_WRITABLE 2020-03-22 08:24:07 -05: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 This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_aligned_alloc.c user-space memalign() must not be called from within the OS. 2020-08-04 22:45:47 +01:00
lib_atof.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atoi.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atol.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_atoll.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_bsearch.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_checkbase.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_div.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
lib_Exit.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_itoa.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_labs.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ldiv.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
lib_llabs.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
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_mkdtemp.c libs/libc/stdlib: Implement mkdtemp(3) syscall 2020-09-19 04:16:14 -07:00
lib_mkstemp.c libs/libc/stdio: correct the prototype of mktemp(3) 2020-09-19 04:16:14 -07:00
lib_mktemp.c libs/libc/stdio: correct the prototype of mktemp(3) 2020-09-19 04:16:14 -07:00
lib_posix_memalign.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
lib_ptsname.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ptsnamer.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_qsort.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_rand.c libs/libc/stdlib and include/stdlib.h: Add implementation of random() and srandom(). 2018-07-19 11:21:49 -06:00
lib_realpath.c libc: Replace all malloc/free to lib_malloc/lib_free 2020-07-29 10:14:27 +01: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_stackchk.c stack check: Support Stack Smashing Protector(SSP) 2020-08-18 09:58:21 -07:00
lib_strtod.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strtof.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strtol.c Squashed commit of the following: 2019-02-14 07:03:02 -06:00
lib_strtold.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strtoll.c Squashed commit of the following: 2019-02-14 07:03:02 -06:00
lib_strtoul.c Minor fixes to some spacing. 2019-02-14 15:57:15 -06:00
lib_strtoull.c Minor fixes to some spacing. 2019-02-14 15:57:15 -06:00
lib_unlockpt.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_wcstombs.c libc: Implement mblen, mbstowcs and wcstombs 2020-06-02 07:13:37 -06:00
lib_wctomb.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
Make.defs libs/libc/stdlib: Implement mkdtemp(3) syscall 2020-09-19 04:16:14 -07:00