musl/src/passwd
Rich Felker cac872957e add fgetgrent function
based on patch by Isaac Dunham, moved to its own file to avoid
increasing bss on static linked programs not using this nonstandard
function but using the standard getgrent function, and vice versa.
2013-02-17 13:21:56 -05:00
..
fgetgrent.c add fgetgrent function 2013-02-17 13:21:56 -05:00
fgetpwent.c add fgetpwent (nonstandard function) 2012-01-29 11:54:18 -05:00
getgr_r.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getgrent.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getgrent_a.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getpw_r.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getpwent.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getpwent_a.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getspent.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getspnam.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getspnam_r.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
lckpwdf.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pwf.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00