incubator-nuttx/libs/libc/grp
Gregory Nutt eb5a8c7cea libs/libc/grp and pwd: Revisit file looks. Use uintptr_t vs void* to incode mixed pointers and integer values. 2019-08-11 11:26:09 -06:00
..
Kconfig libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
Make.defs libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_find_grpfile.c libs/libc/grp and pwd: Revisit file looks. Use uintptr_t vs void* to incode mixed pointers and integer values. 2019-08-11 11:26:09 -06:00
lib_getgrbuf.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_getgrbufr.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_getgrgid.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_getgrgidr.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_getgrnam.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_getgrnamr.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_grp.h libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_grp_globals.c libs/libc/pwd and libs/libc/grp: Modify to giet user/group data from /etc/passwd and /etc/group if so configurated. 2019-08-04 13:32:36 -06:00
lib_initgroups.c libc/grp: Added stubbed implementations of getgrgid, getgrgid_r, getgrnam, getgrnam_r, and initgroups. These functions are essentially stubs pretending that NuttX supported groups and that the only configured group in the system was 'root' with gid 0. The intend is not to provide meaningful new features, but to ease porting of foreign source code to NuttX. 2019-08-03 08:23:04 -06:00