Home
last modified time | relevance | path

Searched refs:sgrp (Results 1 – 25 of 25) sorted by relevance

/glibc-2.36/gshadow/
Dgshadow.h37 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)
[all …]
Dtst-putsgent.c29 check (struct sgrp e, const char *expected) in check()
100 check ((struct sgrp) { in do_test()
104 check ((struct sgrp) { in do_test()
109 check ((struct sgrp) { in do_test()
143 check ((struct sgrp) { in do_test()
146 check ((struct sgrp) { in do_test()
151 check ((struct sgrp) { in do_test()
156 check ((struct sgrp) { in do_test()
Dfgetsgent_r.c26 #define STRUCTURE sgrp
36 __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer, size_t buflen, in __fgetsgent_r()
37 struct sgrp **result) in __fgetsgent_r()
Dsgetsgent.c31 struct sgrp *
36 static struct sgrp resbuf; in sgetsgent()
37 struct sgrp *result; in sgetsgent()
Dfgetsgent.c34 struct sgrp *
38 static struct sgrp resbuf; in fgetsgent()
40 struct sgrp *result; in fgetsgent()
Dsgetsgent_r.c27 #define STRUCTURE sgrp
55 __sgetsgent_r (const char *string, struct sgrp *resbuf, char *buffer, in __sgetsgent_r()
56 size_t buflen, struct sgrp **result) in __sgetsgent_r()
Dtst-fgetsgent_r.c33 format_ent (const struct sgrp *e) in format_ent()
122 struct sgrp *result_storage = xmalloc (sizeof (*result_storage)); in run_test()
124 struct sgrp **result_pointer_storage in run_test()
Dtst-gshadow.c6 static const struct sgrp data[] =
51 struct sgrp *g; in do_test()
Dgetsgnam.c21 #define LOOKUP_TYPE struct sgrp
Dgetsgent.c21 #define LOOKUP_TYPE struct sgrp
Dgetsgent_r.c21 #define LOOKUP_TYPE struct sgrp
Dgetsgnam_r.c21 #define LOOKUP_TYPE struct sgrp
Dputsgent.c30 putsgent (const struct sgrp *g, FILE *stream) in putsgent()
/glibc-2.36/include/
Dgshadow.h6 extern int __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer,
7 size_t buflen, struct sgrp **result)
9 extern int __sgetsgent_r (const char *string, struct sgrp *resbuf,
10 char *buffer, size_t buflen, struct sgrp **result)
/glibc-2.36/nss/
Dnss.h75 struct sgrp;
167 typedef enum nss_status nss_getsgent_r (struct sgrp *, char *, size_t, int *);
168 typedef enum nss_status nss_getsgnam_r (const char *, struct sgrp *,
Dgetent.c231 print_gshadow (struct sgrp *sg) in print_gshadow()
245 struct sgrp *sg; in gshadow_keys()
256 struct sgrp *sg; in gshadow_keys()
DMakefile41 spwd netgrp alias sgrp
/glibc-2.36/nss/nss_files/
Dfiles-sgrp.c22 #define STRUCTURE sgrp
/glibc-2.36/ChangeLog.old/
DChangeLog.21353 (sgrp): Remove.
413 (sgrp): New.
13511 * nss/nss_files/files-sgrp.c: Modified.
13583 (sgrp): New.
DChangeLog.174162 * nss/Makefile (databases): Add sgrp.
4165 * nss/sgrp-lookup.c: New file.
4168 * nss/nss_files/files-sgrp.c: New file.
DChangeLog.234482 * nss/nss_files/files-sgrp.c: Modified.
29782 * nss/sgrp-lookup.c: Modified.
DChangeLog.1893798 * nss/nss_files/files-sgrp.c: Likewise.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C20 sgrp-lookup.c
52 files-sgrp.c
Dfilelist#en_US.UTF-820 sgrp-lookup.c
52 files-sgrp.c
/glibc-2.36/
DCONTRIBUTED-BY3990 nss/sgrp-lookup.c: