Lines Matching refs:sgrp
37 struct sgrp struct
68 extern struct sgrp *getsgent (void);
76 extern struct sgrp *getsgnam (const char *__name);
84 extern struct sgrp *sgetsgent (const char *__string);
92 extern struct sgrp *fgetsgent (FILE *__stream);
100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
110 extern int getsgent_r (struct sgrp *__result_buf, char *__buffer,
111 size_t __buflen, struct sgrp **__result)
114 extern int getsgnam_r (const char *__name, struct sgrp *__result_buf,
116 struct sgrp **__result)
119 extern int sgetsgent_r (const char *__string, struct sgrp *__result_buf,
121 struct sgrp **__result)
124 extern int fgetsgent_r (FILE *__stream, struct sgrp *__result_buf,
126 struct sgrp **__result)