Symbol: nss_lookup_type
lib/libc/gen/getgrent.c
1100
enum nss_lookup_type how;
lib/libc/gen/getgrent.c
1105
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getgrent.c
1315
enum nss_lookup_type how;
lib/libc/gen/getgrent.c
1334
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getgrent.c
1491
__gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how,
lib/libc/gen/getgrent.c
163
enum nss_lookup_type lookup_type;
lib/libc/gen/getgrent.c
166
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/gen/getgrent.c
171
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/gen/getgrent.c
177
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/gen/getgrent.c
178
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/gen/getgrent.c
184
desired_size = sizeof(enum nss_lookup_type) + sizeof(gid_t);
lib/libc/gen/getgrent.c
190
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/gen/getgrent.c
191
memcpy(buffer + sizeof(enum nss_lookup_type), &gid,
lib/libc/gen/getgrent.c
219
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/gen/getgrent.c
314
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/gen/getgrent.c
78
int __gr_match_entry(const char *, size_t, enum nss_lookup_type,
lib/libc/gen/getgrent.c
842
enum nss_lookup_type how;
lib/libc/gen/getgrent.c
854
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getgrent.c
963
enum nss_lookup_type how;
lib/libc/gen/getgrent.c
970
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getpwent.c
110
static int pwdb_match_entry_v3(char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
1101
enum nss_lookup_type how;
lib/libc/gen/getpwent.c
1108
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getpwent.c
113
static int pwdb_match_entry_v4(char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
119
int (*match)(char *, size_t, enum nss_lookup_type, const char *,
lib/libc/gen/getpwent.c
1214
nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize,
lib/libc/gen/getpwent.c
1296
enum nss_lookup_type how;
lib/libc/gen/getpwent.c
1301
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getpwent.c
1577
compat_redispatch(struct compat_state *st, enum nss_lookup_type how,
lib/libc/gen/getpwent.c
1578
enum nss_lookup_type lookup_how, const char *name, const char *lookup_name,
lib/libc/gen/getpwent.c
167
static int nis_map(char *, enum nss_lookup_type, char *, size_t, int *);
lib/libc/gen/getpwent.c
1735
enum nss_lookup_type how;
lib/libc/gen/getpwent.c
1748
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getpwent.c
195
static int compat_redispatch(struct compat_state *, enum nss_lookup_type,
lib/libc/gen/getpwent.c
1955
__pw_match_entry(const char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/gen/getpwent.c
196
enum nss_lookup_type, const char *, const char *, uid_t,
lib/libc/gen/getpwent.c
211
enum nss_lookup_type lookup_type;
lib/libc/gen/getpwent.c
213
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/gen/getpwent.c
218
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/gen/getpwent.c
224
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/gen/getpwent.c
225
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/gen/getpwent.c
231
desired_size = sizeof(enum nss_lookup_type) + sizeof(uid_t);
lib/libc/gen/getpwent.c
237
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/gen/getpwent.c
238
memcpy(buffer + sizeof(enum nss_lookup_type), &uid,
lib/libc/gen/getpwent.c
267
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/gen/getpwent.c
370
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/gen/getpwent.c
798
enum nss_lookup_type how;
lib/libc/gen/getpwent.c
809
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/gen/getpwent.c
92
int __pw_match_entry(const char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
926
pwdb_match_entry_v3(char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/gen/getpwent.c
996
pwdb_match_entry_v4(char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/net/gethostnamadr.c
169
enum nss_lookup_type lookup_type;
lib/libc/net/gethostnamadr.c
177
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/net/gethostnamadr.c
185
sizeof(enum nss_lookup_type) + sizeof(int) + size + 1;
lib/libc/net/gethostnamadr.c
200
memcpy(p, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/gethostnamadr.c
216
sizeof(enum nss_lookup_type) + sizeof(int) +
lib/libc/net/gethostnamadr.c
231
memcpy(p, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/gethostnamadr.c
268
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/gethostnamadr.c
375
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getnetnamadr.c
101
memcpy(buffer + sizeof(enum nss_lookup_type) + sizeof(uint32_t),
lib/libc/net/getnetnamadr.c
133
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getnetnamadr.c
221
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getnetnamadr.c
67
enum nss_lookup_type lookup_type;
lib/libc/net/getnetnamadr.c
70
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/net/getnetnamadr.c
76
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/net/getnetnamadr.c
82
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getnetnamadr.c
83
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/net/getnetnamadr.c
91
desired_size = sizeof(enum nss_lookup_type) +
lib/libc/net/getnetnamadr.c
98
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getnetnamadr.c
99
memcpy(buffer + sizeof(enum nss_lookup_type), &net,
lib/libc/net/getprotoent.c
100
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/net/getprotoent.c
106
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getprotoent.c
107
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/net/getprotoent.c
114
desired_size = sizeof(enum nss_lookup_type) + sizeof(int);
lib/libc/net/getprotoent.c
120
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getprotoent.c
121
memcpy(buffer + sizeof(enum nss_lookup_type), &proto,
lib/libc/net/getprotoent.c
152
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getprotoent.c
238
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getprotoent.c
91
enum nss_lookup_type lookup_type;
lib/libc/net/getprotoent.c
94
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/net/getservent.c
1055
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/net/getservent.c
494
enum nss_lookup_type how;
lib/libc/net/getservent.c
506
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/net/getservent.c
666
enum nss_lookup_type how;
lib/libc/net/getservent.c
679
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/net/getservent.c
69
enum nss_lookup_type how;
lib/libc/net/getservent.c
873
enum nss_lookup_type lookup_type;
lib/libc/net/getservent.c
876
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/net/getservent.c
883
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/net/getservent.c
895
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getservent.c
896
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/net/getservent.c
899
memcpy(buffer + sizeof(enum nss_lookup_type) + size + 1,
lib/libc/net/getservent.c
908
desired_size = sizeof(enum nss_lookup_type) + sizeof(int);
lib/libc/net/getservent.c
920
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/net/getservent.c
921
memcpy(buffer + sizeof(enum nss_lookup_type), &port,
lib/libc/net/getservent.c
925
memcpy(buffer + sizeof(enum nss_lookup_type) +
lib/libc/net/getservent.c
958
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/rpc/getrpcent.c
222
enum nss_lookup_type how;
lib/libc/rpc/getrpcent.c
224
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/rpc/getrpcent.c
401
enum nss_lookup_type how;
lib/libc/rpc/getrpcent.c
404
how = (enum nss_lookup_type)(uintptr_t)mdata;
lib/libc/rpc/getrpcent.c
605
enum nss_lookup_type lookup_type;
lib/libc/rpc/getrpcent.c
608
lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata;
lib/libc/rpc/getrpcent.c
614
desired_size = sizeof(enum nss_lookup_type) + size + 1;
lib/libc/rpc/getrpcent.c
620
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/rpc/getrpcent.c
621
memcpy(buffer + sizeof(enum nss_lookup_type), name, size + 1);
lib/libc/rpc/getrpcent.c
628
desired_size = sizeof(enum nss_lookup_type) + sizeof(int);
lib/libc/rpc/getrpcent.c
634
memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type));
lib/libc/rpc/getrpcent.c
635
memcpy(buffer + sizeof(enum nss_lookup_type), &rpc,
lib/libc/rpc/getrpcent.c
665
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
lib/libc/rpc/getrpcent.c
751
switch ((enum nss_lookup_type)(uintptr_t)cache_mdata) {
usr.sbin/nscd/agents/group.c
121
enum nss_lookup_type lookup_type;
usr.sbin/nscd/agents/group.c
132
if (key_size < sizeof(enum nss_lookup_type)) {
usr.sbin/nscd/agents/group.c
136
memcpy(&lookup_type, key, sizeof(enum nss_lookup_type));
usr.sbin/nscd/agents/group.c
140
size = key_size - sizeof(enum nss_lookup_type) + 1;
usr.sbin/nscd/agents/group.c
143
memcpy(name, key + sizeof(enum nss_lookup_type), size - 1);
usr.sbin/nscd/agents/group.c
146
if (key_size < sizeof(enum nss_lookup_type) +
usr.sbin/nscd/agents/group.c
152
memcpy(&gid, key + sizeof(enum nss_lookup_type), sizeof(gid_t));
usr.sbin/nscd/agents/passwd.c
130
enum nss_lookup_type lookup_type;
usr.sbin/nscd/agents/passwd.c
141
if (key_size < sizeof(enum nss_lookup_type)) {
usr.sbin/nscd/agents/passwd.c
145
memcpy(&lookup_type, key, sizeof(enum nss_lookup_type));
usr.sbin/nscd/agents/passwd.c
149
size = key_size - sizeof(enum nss_lookup_type) + 1;
usr.sbin/nscd/agents/passwd.c
152
memcpy(login, key + sizeof(enum nss_lookup_type), size - 1);
usr.sbin/nscd/agents/passwd.c
155
if (key_size < sizeof(enum nss_lookup_type) +
usr.sbin/nscd/agents/passwd.c
161
memcpy(&uid, key + sizeof(enum nss_lookup_type), sizeof(uid_t));
usr.sbin/nscd/agents/services.c
124
enum nss_lookup_type lookup_type;
usr.sbin/nscd/agents/services.c
137
if (key_size < sizeof(enum nss_lookup_type)) {
usr.sbin/nscd/agents/services.c
141
memcpy(&lookup_type, key, sizeof(enum nss_lookup_type));
usr.sbin/nscd/agents/services.c
145
size = key_size - sizeof(enum nss_lookup_type);
usr.sbin/nscd/agents/services.c
148
memcpy(name, key + sizeof(enum nss_lookup_type), size);
usr.sbin/nscd/agents/services.c
158
if (key_size < sizeof(enum nss_lookup_type) +
usr.sbin/nscd/agents/services.c
164
memcpy(&port, key + sizeof(enum nss_lookup_type),
usr.sbin/nscd/agents/services.c
167
size = key_size - sizeof(enum nss_lookup_type) - sizeof(int);
usr.sbin/nscd/agents/services.c
171
memcpy(proto, key + sizeof(enum nss_lookup_type) +