/glibc-2.36/shadow/ |
D | shadow.h | 43 struct spwd struct 82 extern struct spwd *getspent (void); 90 extern struct spwd *getspnam (const char *__name); 98 extern struct spwd *sgetspent (const char *__string); 106 extern struct spwd *fgetspent (FILE *__stream); 114 extern int putspent (const struct spwd *__p, FILE *__stream); 124 extern int getspent_r (struct spwd *__result_buf, char *__buffer, 125 size_t __buflen, struct spwd **__result) 128 extern int getspnam_r (const char *__name, struct spwd *__result_buf, 130 struct spwd **__result) [all …]
|
D | tst-putspent.c | 29 check (struct spwd p, const char *expected) in check() 100 check ((struct spwd) { in do_test() 104 check ((struct spwd) { in do_test() 109 check ((struct spwd) { in do_test() 121 check ((struct spwd) { in do_test() 150 check ((struct spwd) { in do_test() 153 check ((struct spwd) { in do_test()
|
D | fgetspent_r.c | 26 #define STRUCTURE spwd 36 __fgetspent_r (FILE *stream, struct spwd *resbuf, char *buffer, size_t buflen, in __fgetspent_r() 37 struct spwd **result) in __fgetspent_r()
|
D | sgetspent.c | 31 struct spwd * 36 static struct spwd resbuf; in sgetspent() 37 struct spwd *result; in sgetspent()
|
D | fgetspent.c | 34 struct spwd * 38 static struct spwd resbuf; in fgetspent() 40 struct spwd *result; in fgetspent()
|
D | sgetspent_r.c | 27 #define STRUCTURE spwd 90 __sgetspent_r (const char *string, struct spwd *resbuf, char *buffer, in __sgetspent_r() 91 size_t buflen, struct spwd **result) in __sgetspent_r()
|
D | tst-shadow.c | 6 static const struct spwd data[] = 42 struct spwd *p; in do_test()
|
D | getspent_r.c | 21 #define LOOKUP_TYPE struct spwd
|
D | getspnam.c | 21 #define LOOKUP_TYPE struct spwd
|
D | getspnam_r.c | 21 #define LOOKUP_TYPE struct spwd
|
D | getspent.c | 21 #define LOOKUP_TYPE struct spwd
|
D | putspent.c | 32 putspent (const struct spwd *p, FILE *stream) in putspent()
|
/glibc-2.36/include/ |
D | shadow.h | 7 extern int __getspent_r (struct spwd *__result_buf, char *__buffer, 8 size_t __buflen, struct spwd **__result) 10 extern int __old_getspent_r (struct spwd *__result_buf, char *__buffer, 11 size_t __buflen, struct spwd **__result); 12 extern int __getspnam_r (const char *__name, struct spwd *__result_buf, 14 struct spwd **__result) attribute_hidden; 15 extern int __old_getspnam_r (const char *__name, struct spwd *__result_buf, 17 struct spwd **__result); 19 struct spwd *__result_buf, char *__buffer, 20 size_t __buflen, struct spwd **__result) [all …]
|
/glibc-2.36/nss/nss_compat/ |
D | compat-spwd.c | 38 static enum nss_status (*getspnam_r_impl) (const char *name, struct spwd * sp, 41 static enum nss_status (*getspent_r_impl) (struct spwd * sp, char *buffer, 47 #define STRUCTURE spwd 69 struct spwd pwd; 100 give_spwd_free (struct spwd *pwd) in give_spwd_free() 105 memset (pwd, '\0', sizeof (struct spwd)); in give_spwd_free() 113 spwd_need_buflen (struct spwd *pwd) in spwd_need_buflen() 124 copy_spwd_changes (struct spwd *dest, struct spwd *src, in copy_spwd_changes() 272 getspent_next_nss_netgr (const char *name, struct spwd *result, ent_t *ent, in getspent_next_nss_netgr() 358 getspent_next_nss (struct spwd *result, ent_t *ent, in getspent_next_nss() [all …]
|
/glibc-2.36/nss/ |
D | tst-nss-compat1.c | 37 static struct spwd spwd_table[] = { 54 struct spwd *s = NULL; in do_test()
|
D | nss_test1.c | 69 static struct spwd *spwd_data = NULL; 361 copy_shadow (struct spwd *result, struct spwd *local, in copy_shadow() 386 NAME(getspent_r) (struct spwd *result, char *buffer, size_t buflen, in NAME() 408 NAME(getspnam_r) (const char *name, struct spwd *result, char *buffer, in NAME()
|
D | nss.h | 76 struct spwd; 170 typedef enum nss_status nss_getspent_r (struct spwd *, char *, size_t, int *); 171 typedef enum nss_status nss_getspnam_r (const char *, struct spwd *,
|
D | Makefile | 41 spwd netgrp alias sgrp 136 libnss_compat-routines := $(addprefix compat-,grp pwd spwd initgroups) \
|
D | getent.c | 810 print_shadow (struct spwd *sp) in print_shadow() 824 struct spwd *sp; in shadow_keys() 835 struct spwd *sp; in shadow_keys()
|
D | nss_test.h | 42 struct spwd *spwd_table;
|
/glibc-2.36/nss/nss_files/ |
D | files-spwd.c | 22 #define STRUCTURE spwd
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 435 * nis/nss_compat/compat-spwd.c: Likewise. 2773 * nis/nss_nisplus/nisplus-spwd.c (_nss_create_tablename): 4703 * nis/nss_compat/compat-spwd.c: Likewise. 4715 * nis/nss_nisplus/nisplus-spwd.c: Likewise. 4928 * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise. 5248 * nis/nss_compat/compat-spwd.c: Likewise. 5258 * nis/nss_nis/nis-spwd.c: Likewise. 5269 * nis/nss_nisplus-spwd.c: Likewise. 5611 * nis/nss_compat/compat-spwd.c: Likewise. 5623 * nis/nss_nisplus/nisplus-spwd.c: Likewise. [all …]
|
D | ChangeLog.6 | 1572 * nis/nss_compat/compat-spwd.c: Likewise. 1579 * nis/nss_nis/nis-spwd.c: Likewise. 1586 * nis/nss_compat/compat-spwd.c (getspent_next_netgr, 1600 * nis/nss_nis/nis-spwd.c (internal_nis_getspent_r, 1729 * nss/spwd-lookup.c: Likewise. 1916 * nss/spwd-lookup.c: Provide alternative entry name to look for. 2006 * nis/nss_nis/nis-spwd.c: Likewise. 2081 * nis/nss_compat/compat-spwd.c: New file. 2093 * nis/nss_nis/nis-spwd.c: New file. 3528 * nss/nss_files/files-spwd.c: Don't accept entries starting with [all …]
|
D | ChangeLog.8 | 9825 * nis/nss_compat/comapt-spwd.c: Likewise. 10033 * nis/nss_compat/compat-spwd.c: Likewise. 10183 * nis/nss_nisplus/nisplus-spwd.c: Likewise. 10200 * nis/nss_nis/nis-spwd.c: Likewise. 11097 * nis/nss_compat/compat-spwd.c: Likewise. 11147 * spwd/fgetspent_r.c: Likewise. 11148 * spwd/sgetspent_r.c: Likewise. 11162 * nis/nss_compat/compat-spwd.c: Likewise. 11174 * nis/nss_nis/nis-spwd.c: Likewise. 11187 * nis/nss_nisplus/nisplus-spwd.c: Likewise. [all …]
|
/glibc-2.36/posix/ |
D | tst-regex.input | 9825 * nis/nss_compat/comapt-spwd.c: Likewise. 10033 * nis/nss_compat/compat-spwd.c: Likewise. 10183 * nis/nss_nisplus/nisplus-spwd.c: Likewise. 10200 * nis/nss_nis/nis-spwd.c: Likewise. 11097 * nis/nss_compat/compat-spwd.c: Likewise. 11147 * spwd/fgetspent_r.c: Likewise. 11148 * spwd/sgetspent_r.c: Likewise. 11162 * nis/nss_compat/compat-spwd.c: Likewise. 11174 * nis/nss_nis/nis-spwd.c: Likewise. 11187 * nis/nss_nisplus/nisplus-spwd.c: Likewise. [all …]
|