nuttx/libs/libc/time
guoshichao 083c11ef1a libs/libc/time/strftime: complete the strftime implementation
1. make the strftime implementation can pass the
ltp/open_posix_testsuite/strftime/1-1 testcase
2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-06-30 12:02:23 +08:00
..
Kconfig Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
lib_asctime.c Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
lib_asctimer.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_calendar2utc.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_ctime.c Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
lib_ctimer.c Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
lib_dayofweek.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_daysbeforemonth.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_difftime.c libs: nxstyle fixes 2021-03-20 19:22:58 -07:00
lib_gethrtime.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
lib_gettimeofday.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
lib_gmtime.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_gmtimer.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_isleapyear.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_localtime.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_nanosleep.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_settimeofday.c libc/settimeofday: correct prototype of settimeofday() 2023-03-21 11:16:30 -03:00
lib_strftime.c libs/libc/time/strftime: complete the strftime implementation 2023-06-30 12:02:23 +08:00
lib_strptime.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_time.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_timegm.c clock: Move the content of include/nuttx/time.h to include/nuttx/clock.h 2023-06-26 19:14:08 +03:00
lib_timespec_get.c
Make.defs libc/time: add strptime porting support 2022-04-13 10:16:42 +08:00