Path: utzoo!attcan!uunet!samsung!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!mtxinu!unisoft!hoptoad!hsfmsh!dumbcat!marc From: marc@dumbcat.UUCP (Marco S Hyman) Newsgroups: comp.unix.i386 Subject: Re: Using "getpwent" in SYSV/386 Summary: Check out Integrated Software Development Guide Keywords: C getpwent Message-ID: <125@dumbcat.UUCP> Date: 21 Nov 89 04:43:08 GMT References: <785@ctdi.UUCP> <1989Nov19.203748.22680@virtech.uucp> Reply-To: marc@dumbcat.UUCP (Marco S Hyman) Organization: MH Software, Hayward, Ca. Lines: 18 In article <1989Nov19.203748.22680@virtech.uucp> cpcahil@virtech.uucp (Conor P. Cahill) writes: The set of functions used to access the shadow file are named similar to the getpwent family of functions but use an "sp" instead of the "pw". So you have a getspent(), etc. /usr/include/shadow.h has the structures used by these functions. I can't find any reference to these functions in the 386/ix, AT&T, or Bell Tech documentation sets. Check out the ``AT&T UNIX V.3.2 Integrated Software Development Guide'' that comes with the 386/ix software development package. Appendix A has man pages for both getspent(3X) and putspent(3X). // marc -- // Marco S. Hyman {ames,pyramid,sun}!pacbell!dumbcat!marc