• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/lib/libc/gen/

Lines Matching refs:nss_lookup_type

95 int	__pw_match_entry(const char *, size_t, enum nss_lookup_type,
113 static int pwdb_match_entry_v3(char *, size_t, enum nss_lookup_type,
116 static int pwdb_match_entry_v4(char *, size_t, enum nss_lookup_type,
122 int (*match)(char *, size_t, enum nss_lookup_type, const char *,
170 static int nis_map(char *, enum nss_lookup_type, char *, size_t, int *);
198 static int compat_redispatch(struct compat_state *, enum nss_lookup_type,
199 enum nss_lookup_type, const char *, const char *, uid_t,
214 enum nss_lookup_type lookup_type;
216 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
221 desired_size = sizeof(enum nss_lookup_type) + size + 1;
227 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
228 memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
234 desired_size = sizeof(enum nss_lookup_type) + sizeof(uid_t);
240 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
241 memcpy(buffer + sizeof(enum nss_lookup_type), &uid,
270 switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
373 switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
801 enum nss_lookup_type how;
812 how = (enum nss_lookup_type)(uintptr_t)mdata;
929 pwdb_match_entry_v3(char *entry, size_t entrysize, enum nss_lookup_type how,
999 pwdb_match_entry_v4(char *entry, size_t entrysize, enum nss_lookup_type how,
1104 enum nss_lookup_type how;
1111 how = (enum nss_lookup_type)(uintptr_t)mdata;
1217 nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize,
1299 enum nss_lookup_type how;
1304 how = (enum nss_lookup_type)(uintptr_t)mdata;
1580 compat_redispatch(struct compat_state *st, enum nss_lookup_type how,
1581 enum nss_lookup_type lookup_how, const char *name, const char *lookup_name,
1738 enum nss_lookup_type how;
1751 how = (enum nss_lookup_type)(uintptr_t)mdata;
1958 __pw_match_entry(const char *entry, size_t entrysize, enum nss_lookup_type how,