Searched refs:sgrp (Results 1 – 25 of 25) sorted by relevance
/glibc-2.36/gshadow/ |
D | gshadow.h | 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) [all …]
|
D | tst-putsgent.c | 29 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()
|
D | fgetsgent_r.c | 26 #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()
|
D | sgetsgent.c | 31 struct sgrp * 36 static struct sgrp resbuf; in sgetsgent() 37 struct sgrp *result; in sgetsgent()
|
D | fgetsgent.c | 34 struct sgrp * 38 static struct sgrp resbuf; in fgetsgent() 40 struct sgrp *result; in fgetsgent()
|
D | sgetsgent_r.c | 27 #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()
|
D | tst-fgetsgent_r.c | 33 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()
|
D | tst-gshadow.c | 6 static const struct sgrp data[] = 51 struct sgrp *g; in do_test()
|
D | getsgnam.c | 21 #define LOOKUP_TYPE struct sgrp
|
D | getsgent.c | 21 #define LOOKUP_TYPE struct sgrp
|
D | getsgent_r.c | 21 #define LOOKUP_TYPE struct sgrp
|
D | getsgnam_r.c | 21 #define LOOKUP_TYPE struct sgrp
|
D | putsgent.c | 30 putsgent (const struct sgrp *g, FILE *stream) in putsgent()
|
/glibc-2.36/include/ |
D | gshadow.h | 6 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/ |
D | nss.h | 75 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 *,
|
D | getent.c | 231 print_gshadow (struct sgrp *sg) in print_gshadow() 245 struct sgrp *sg; in gshadow_keys() 256 struct sgrp *sg; in gshadow_keys()
|
D | Makefile | 41 spwd netgrp alias sgrp
|
/glibc-2.36/nss/nss_files/ |
D | files-sgrp.c | 22 #define STRUCTURE sgrp
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 353 (sgrp): Remove. 413 (sgrp): New. 13511 * nss/nss_files/files-sgrp.c: Modified. 13583 (sgrp): New.
|
D | ChangeLog.17 | 4162 * nss/Makefile (databases): Add sgrp. 4165 * nss/sgrp-lookup.c: New file. 4168 * nss/nss_files/files-sgrp.c: New file.
|
D | ChangeLog.23 | 4482 * nss/nss_files/files-sgrp.c: Modified. 29782 * nss/sgrp-lookup.c: Modified.
|
D | ChangeLog.18 | 93798 * nss/nss_files/files-sgrp.c: Likewise.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 20 sgrp-lookup.c 52 files-sgrp.c
|
D | filelist#en_US.UTF-8 | 20 sgrp-lookup.c 52 files-sgrp.c
|
/glibc-2.36/ |
D | CONTRIBUTED-BY | 3990 nss/sgrp-lookup.c:
|