NetBSD does not ship with fgetpwent_r() and fgetgrent_r().
Split their interceptors from getpwent_r() and getgrent_r()
and disable for this OS.
Installation of supernumerary interceptors causes leaking of
errors to dlsym(3)-like operations.
No functional change for other OSes.
Now you intercept SANITIZER_INTERCEPT_FGETGRENT_R on SI_MAC
Title claims no changes for other oses