File: getgrnam.3

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (191 lines) | stat: -rw-r--r-- 5,592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
.\" Hey Emacs! This file is -*- nroff -*- source.
.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
.\"
.\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
.\"	all rights reserved.
.\" Translated Fri Dec 19 13:23:18 JST 1997
.\"	by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
.\" Updated & Modefied Fri feb 26 1999 by Shouichi Saito
.\" Updated & Modified Sat Jun  5 17:02:39 JST 2004
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\" 
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" References consulted:
.\"     Linux libc source code
.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\"     386BSD man pages
.\"
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2003-11-15 by aeb
.\"
.TH GETGRNAM 3 2003-11-15 "" "Linux Programmer's Manual"
.SH ̾
getgrnam, getgrnam_r, getgrgid, getgrgid_r \- 롼ץե륨ȥμФ
.SH 
.nf
.B #include <sys/types.h>
.B #include <grp.h>
.sp
.BI "struct group *getgrnam(const char *" name );
.sp
.BI "struct group *getgrgid(gid_t " gid );
.sp
.BI "int getgrnam_r(const char *" name ", struct group *" gbuf ,
.br
.BI "          char *" buf ", size_t " buflen ", struct group **" gbufp );
.sp
.BI "int getgrgid_r(gid_t " gid ", struct group *" gbuf ,
.br
.BI "          char *" buf ", size_t " buflen ", struct group **" gbufp );
.fi
.SH 
.B getgrnam()
ؿϡ
.I /etc/group
Ф롼̾
.I name
˰פ륨ȥΥ롼׾ޤ๽¤ΤؤΥݥ󥿤֤
.PP
.B getgrgid()
ؿϡ
.I /etc/group
Ф롼 ID
.I gid
˰פ륨ȥΥ롼׾ޤ๽¤ΤؤΥݥ󥿤֤
.PP
.B getgrnam_r()

.B getgrgid_r()
ؿ (嵭δؿ) Ʊ򸫤Ĥ뤬
 group ¤Τ
.I gbuf
ؤΰ˳Ǽ롣
 group ¤ΤˤʸؤΥݥ󥿤ޤޤ졢
ʸϥ
.I buflen
ΥХåե
.I buf
˳Ǽ롣
() ̤ؤΥݥ󥿤
(ȥ꤬Ĥʤä硢ޤϥ顼ä) NULL ϡ
.RI * gbufp
˳Ǽ롣
.PP
\fIgroup\fP ¤Τϡ\fI<grp.h>\fP ǰʲΤ褦Ƥ:
.sp
.RS
.nf
struct group {
      char    *gr_name;      /* 롼̾ */
      char    *gr_passwd;    /* 롼פΥХ */
      gid_t   gr_gid;        /* 롼 ID */
      char    **gr_mem;      /* 롼ץ */
};
.fi
.RE
.PP
.I buf
˺ɬפʥϡ
.BR sysconf (3)
˰ _SC_GETGR_R_SIZE_MAX ꤷƼ¹Ԥ뤳Ȥʬ롣
.SH ֤
\fBgetgrnam()\fP  \fBgetgrgid()\fP ؿϡ
롼׾¤ΤؤΥݥ󥿤֤
פ륨ȥ꤬ʤ顼ȯ NULL ֤
顼ä硢
.I errno
Ŭڤꤵ롣
ƤӽФθ
.I errno
åϡ
ƤӽФ (ͤ) 0 ꤷƤ٤Ǥ롣
.LP
֤ͤŪΰؤƤꡢθ
.BR getgrent() ,
.BR getgrgid() ,
.B getgrnam()
θƤӽФǾ񤭤뤫⤷ʤ
.LP
\fBgetgrnam_r()\fP  \fBgetgrgid_r()\fP ؿϡ
 0 ֤
顼ξϡ顼֤ͤ롣
.SH 顼
.TP
.BR 0 " ޤ " ENOENT " ޤ " ESRCH " ޤ " EBADF " ޤ " EPERM " ޤ ... "
ꤵ줿
.I name
ޤ
.I gid
Ĥʤä
.TP
.B EINTR
ʥ뤬å줿
.TP
.B EIO
I/O 顼
.TP
.B EMFILE
ƤӽФץˤơ
˺ (OPEN_MAX) Υե뤬ץ󤵤Ƥ롣
.TP
.B ENFILE
ƥǴ˺Υե뤬ץ󤵤Ƥ롣
.TP
.B ENOMEM
.\" 롼׾¤ΤƤ뤿ᡢޤϥХåեƤ뤿
꤬Խʬ
.TP
.B ERANGE
Ϳ줿Хåե֤ԽʬǤ롣
.SH ե
.TP
.I /etc/group
롼ץǡ١ե
.SH 
SVID 3, BSD 4.3, POSIX 1003.1-2003
.SH 
嵭Ρ֤͡װʲεҤ POSIX 1003.1-2001 ˵롣
ɸϡ(ȥ꤬) Ĥʤȡפ򥨥顼ȤƤʤΤǡ
Τ褦ʾ
.I errno
ɤΤ褦ͤˤʤ뤫Ƥʤ
Τᡢ顼ǧ뤳ȤԲǽǤ롣
POSIX ˽򤷤ơȥ꤬Ĥʤ
.I errno
ѹʤ褦ˤ٤Ǥ롢ȼĥͤ⤤뤫⤷ʤ 
͡ Unix ϤΥƥǻƤߤȡΤ褦ʾˤ
0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM Ȥä֤ͤ͡롣
¾֤ͤ뤫⤷ʤ
.\" Τˤ:
.\" AIX 5.1  ESRCH ֤
.\" OSF1 4.0g  EWOULDBLOCK ֤
.\" libc, glibc, Irix 6.5  ENOENT ֤
.\" FreeBSD 4.8, OpenBSD 3.2, NetBSD 1.6  EPERM ֤
.\" SunOS 5.8  EBADF ֤
.\" Tru64 5.1b, HP-UX-11i, SunOS 5.7  0 ֤
.SH Ϣ
.BR endgrent (3),
.BR fgetgrent (3),
.BR getgrent (3),
.BR getpwnam (3),
.BR setgrent (3),
.BR group (5)