nuttx/libc/stdlib
2018-02-01 10:00:02 -06:00
..
Kconfig libc/Kconfig: Use menus vs. comments to better organize the C library menus 2017-02-10 10:04:56 -06:00
lib_abort.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_abs.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_bsearch.c bsearch: Fix an IAR compilation problem 2016-04-03 13:56:59 -06:00
lib_checkbase.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_div.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_itoa.c stdlib: Fix forgotten FARs 2015-11-18 14:22:43 -05:00
lib_labs.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_ldiv.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_llabs.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_lldiv.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
lib_mbtowc.c Fix a few wide character build issues 2016-10-18 19:11:09 -06:00
lib_mkstemp.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
lib_mktemp.c
lib_ptsname.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_ptsnamer.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_qsort.c nuttx/libc: Fix some spacing and alignment issues 2015-10-12 07:45:02 -06:00
lib_rand.c Move include/nuttx/lib.h to include/nuttx/lib/lib.h 2016-07-21 14:05:44 -06:00
lib_srand.c Move include/nuttx/lib.h to include/nuttx/lib/lib.h 2016-07-21 14:05:44 -06:00
lib_strtod.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_strtof.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_strtol.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_strtold.c Fix -Werror=implicit-fallthrough on gcc7 2017-06-28 17:48:04 +02:00
lib_strtoll.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_strtoul.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_strtoull.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_unlockpt.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_wctomb.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
Make.defs C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 16:10:09 -06:00