getgrent.3 (5567b258ebfb1a00cb9d07371894eae183e09a25) | getgrent.3 (b73aa6457cf1151f2a7dedef593a46b414e64643) |
---|---|
1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 33 unchanged lines hidden (view full) --- 42.Nm setgroupent , 43.\" .Nm setgrfile , 44.Nm setgrent , 45.Nm endgrent 46.Nd group database operations 47.Sh LIBRARY 48.Lb libc 49.Sh SYNOPSIS | 1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 33 unchanged lines hidden (view full) --- 42.Nm setgroupent , 43.\" .Nm setgrfile , 44.Nm setgrent , 45.Nm endgrent 46.Nd group database operations 47.Sh LIBRARY 48.Lb libc 49.Sh SYNOPSIS |
50.In sys/types.h | |
51.In grp.h 52.Ft struct group * 53.Fn getgrent void 54.Ft struct group * 55.Fn getgrnam "const char *name" 56.Ft struct group * 57.Fn getgrgid "gid_t gid" 58.Ft int --- 145 unchanged lines hidden --- | 50.In grp.h 51.Ft struct group * 52.Fn getgrent void 53.Ft struct group * 54.Fn getgrnam "const char *name" 55.Ft struct group * 56.Fn getgrgid "gid_t gid" 57.Ft int --- 145 unchanged lines hidden --- |