nuttx/libs/libc/pwd
Abhishek Mishra 5c9c236954 libc/pwd: default ostest multiuser passwd path to /tmp/ostest_passwd
When CONFIG_TESTING_OSTEST_MULTIUSER is enabled, default
CONFIG_LIBC_PASSWD_FILEPATH to a writable tmpfs path used by the
ostest multiuser passwd sub-test.

Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com>
2026-07-30 09:48:10 +08:00
..
CMakeLists.txt libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00
Kconfig libc/pwd: default ostest multiuser passwd path to /tmp/ostest_passwd 2026-07-30 09:48:10 +08:00
lib_find_pwdfile.c libc/pwd: parse NuttX 5-field passwd records 2026-07-30 09:48:10 +08:00
lib_getpwbuf.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwbufr.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwent.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwnam.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwnamr.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwuid.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getpwuidr.c libs/libc/pwd: add new member to passwd struct 2024-10-16 11:15:25 +08:00
lib_getspnam.c libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00
lib_getspnamr.c libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00
lib_pwd.h libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00
lib_pwd_globals.c libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00
Make.defs libs/libc/unistd: add getspnam function 2024-10-16 11:15:25 +08:00