nuttx/libs/libc/pwd
yangyalei f40eee50d6 pwd: Add initial implementation of getpwent
fix ltp sigqueue testcase crash in getpwent:
nsh> ltp_sigqueue_3_1
core dumped

Signed-off-by: yangyalei <yangyalei@xiaomi.com>
2023-07-31 07:50:10 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
lib_find_pwdfile.c pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
lib_getpwbuf.c libc/pwd: Reuse g_passwd and g_passwd_buffer in getpwbuf 2023-06-27 16:18:57 -03:00
lib_getpwbufr.c
lib_getpwent.c pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
lib_getpwnam.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwnamr.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwuid.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwuidr.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_pwd_globals.c pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
lib_pwd.h pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
Make.defs pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00