Symbol: lookup
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
356
X509_LOOKUP *lookup = NULL;
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
370
lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file());
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
371
if (lookup == NULL)
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
374
X509_LOOKUP_load_file(lookup, CAfile,
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
377
lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir());
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
378
if (lookup == NULL)
crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c
380
error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
dist/pf/sbin/pfctl/parse.y
296
int lookup(char *);
dist/pf/sbin/pfctl/parse.y
5212
if ((token = lookup(buf)) == STRING)
games/battlestar/parse.c
108
if ((wp = lookup(words[n])) == NULL) {
games/battlestar/parse.c
49
static struct wlist *lookup(const char *);
games/battlestar/parse.c
91
if (lookup(wp->string) == NULL) {
lib/libc/gen/getnetgrent.c
430
if (!lookup(grp, &line, _NG_KEYBYNAME)) {
lib/libc/gen/getnetgrent.c
533
if (!lookup(grp, &line, _NG_KEYBYNAME)) {
lib/libc/gen/getnetgrent.c
630
res = lookup(ptr, &line, map);
lib/libc/gen/getnetgrent.c
75
static int lookup(char *, char **, int);
lib/libc/time/zic.c
2021
register const struct lookup * lp;
lib/libc/time/zic.c
2051
struct lookup const *line_codes
lib/libc/time/zic.c
2336
register const struct lookup * lp;
lib/libc/time/zic.c
2405
struct lookup const *lp = byword(fields[LP_ROLL], leap_types);
lib/libc/time/zic.c
2462
register const struct lookup * lp;
lib/libc/time/zic.c
4014
static const struct lookup *
lib/libc/time/zic.c
4015
byword(const char *word, const struct lookup *table)
lib/libc/time/zic.c
4017
register const struct lookup * foundlp;
lib/libc/time/zic.c
4018
register const struct lookup * lp;
lib/libc/time/zic.c
481
static struct lookup const * byword(const char * string,
lib/libc/time/zic.c
482
const struct lookup * lp);
lib/libc/time/zic.c
484
static struct lookup const zi_line_codes[] = {
lib/libc/time/zic.c
490
static struct lookup const leap_line_codes[] = {
lib/libc/time/zic.c
496
static struct lookup const mon_names[] = {
lib/libc/time/zic.c
512
static struct lookup const wday_names[] = {
lib/libc/time/zic.c
523
static struct lookup const lasts[] = {
lib/libc/time/zic.c
534
static struct lookup const begin_years[] = {
lib/libc/time/zic.c
539
static struct lookup const end_years[] = {
lib/libc/time/zic.c
545
static struct lookup const leap_types[] = {
lib/libintl/gettext.c
1035
v = lookup(msgid, db, &len);
lib/libintl/gettext.c
714
mohandle->mo.mo_header = lookup("", db, &headerlen);
lib/libintl/gettext.c
76
static const char *lookup(const char *, struct domainbinding *, size_t *);
lib/libp2k/p2k.c
294
PUFFSOP_SET(pops, p2k, node, lookup);
lib/libpam/modules/pam_guest/pam_guest.c
90
is_guest = lookup(user, guests);
lib/libperfuse/perfuse.c
496
PUFFSOP_SET(pops, perfuse, node, lookup);
lib/libpuffs/null.c
173
PUFFSOP_SET(pops, puffs_null, node, lookup);
lib/librefuse/refuse.c
1231
PUFFSOP_SET(pops, puffs_fuse, node, lookup);
libexec/ftpd/cmds.c
326
c = lookup(cmdtab, command);
libexec/ftpd/extern.h
137
struct tab *lookup(struct tab *, const char *);
libexec/ftpd/ftpcmd.y
1528
p = lookup(cmdtab, cmdp);
libexec/ftpd/ftpcmd.y
1556
p = lookup(sitetab, cp);
libexec/ftpd/ftpcmd.y
1806
c = lookup(ctab, s);
sbin/dkctl/dkctl.c
197
command = lookup(argv[0]);
sbin/dkctl/dkctl.c
82
static struct command *lookup(const char *);
sbin/mount_portal/puffs_portal.c
441
PUFFSOP_SET(pops, portal, node, lookup);
share/examples/puffs/pgfs/mount.c
136
PUFFSOP_SET(pops, pgfs, node, lookup);
sys/arch/xen/xenbus/xenbus_probe.c
315
int *lookup = NULL;
sys/arch/xen/xenbus/xenbus_probe.c
339
lookup = kmem_zalloc(lookup_sz, KM_SLEEP);
sys/arch/xen/xenbus/xenbus_probe.c
366
lookup[pos++] = minp;
sys/arch/xen/xenbus/xenbus_probe.c
381
if (lookup)
sys/arch/xen/xenbus/xenbus_probe.c
382
i = lookup[pos];
sys/arch/xen/xenbus/xenbus_probe.c
487
if (lookup)
sys/arch/xen/xenbus/xenbus_probe.c
488
kmem_free(lookup, lookup_sz);
sys/dev/microcode/siop/ncr53cxxx.c
316
int lookup (char *);
sys/dev/microcode/siop/ncr53cxxx.c
777
value = lookup (name);
sys/dev/videomode/edid.c
335
const struct videomode *lookup;
sys/dev/videomode/edid.c
363
if ((lookup = edid_mode_lookup_list(name)) != NULL) {
sys/dev/videomode/edid.c
364
*vmp = *lookup;
sys/dist/pf/net/if_pflog.c
274
if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
sys/dist/pf/net/if_pflog.c
275
pd->lookup.done = pf_socket_lookup(dir, pd);
sys/dist/pf/net/if_pflog.c
276
if (pd->lookup.done > 0) {
sys/dist/pf/net/if_pflog.c
277
hdr.uid = pd->lookup.uid;
sys/dist/pf/net/if_pflog.c
278
hdr.pid = pd->lookup.pid;
sys/dist/pf/net/pf.c
2766
pd->lookup.uid = UID_MAX;
sys/dist/pf/net/pf.c
2767
pd->lookup.gid = GID_MAX;
sys/dist/pf/net/pf.c
2768
pd->lookup.pid = NO_PID;
sys/dist/pf/net/pf.c
2853
pd->lookup.uid = kauth_cred_geteuid(so->so_cred);
sys/dist/pf/net/pf.c
2854
pd->lookup.gid = kauth_cred_getegid(so->so_cred);
sys/dist/pf/net/pf.c
2857
pd->lookup.uid = so->so_euid;
sys/dist/pf/net/pf.c
2858
pd->lookup.gid = so->so_egid;
sys/dist/pf/net/pf.c
2860
pd->lookup.pid = so->so_cpid;
sys/dist/pf/net/pf.c
3300
else if (r->uid.op && (pd->lookup.done || (pd->lookup.done =
sys/dist/pf/net/pf.c
3303
pd->lookup.uid))
sys/dist/pf/net/pf.c
3306
else if (r->gid.op && (pd->lookup.done || (pd->lookup.done =
sys/dist/pf/net/pf.c
3309
pd->lookup.gid))
sys/dist/pf/net/pfvar.h
1082
} lookup;
sys/fs/nfs/server/nfs_nfsdport.c
432
error = lookup(ndp);
sys/fs/puffs/puffs_vnops.c
442
PUFFS_MSG_VARS(vn, lookup);
sys/fs/puffs/puffs_vnops.c
547
PUFFS_MSG_ALLOC(vn, lookup);
sys/fs/puffs/puffs_vnops.c
683
PUFFS_MSG_RELEASE(lookup);
sys/kern/vfs_cache.c
322
SDT_PROBE_DEFINE3(vfs, namecache, lookup, hit, "struct vnode *",
sys/kern/vfs_cache.c
324
SDT_PROBE_DEFINE3(vfs, namecache, lookup, miss, "struct vnode *",
sys/kern/vfs_cache.c
326
SDT_PROBE_DEFINE3(vfs, namecache, lookup, toolong, "struct vnode *",
sys/kern/vfs_cache.c
552
SDT_PROBE(vfs, namecache, lookup, toolong, dvp,
sys/kern/vfs_cache.c
575
SDT_PROBE(vfs, namecache, lookup, miss, dvp,
sys/kern/vfs_cache.c
611
SDT_PROBE(vfs, namecache, lookup, hit, dvp, name,
sys/kern/vfs_cache.c
632
SDT_PROBE(vfs, namecache, lookup, hit, dvp, name, namelen, 0, 0);
sys/kern/vfs_cache.c
751
SDT_PROBE(vfs, namecache, lookup, miss, dvp,
sys/kern/vfs_cache.c
763
SDT_PROBE(vfs, namecache, lookup, hit, dvp, name, namelen, 0, 0);
sys/lib/libsa/dosfs.c
148
static int lookup(DOS_FS *, u_int, const char *, const struct direntry **);
sys/lib/libsa/dosfs.c
501
if ((err = lookup(fs, stclus(fs->fatsz, de), name, &de)))
sys/net/npf/npf_if.c
147
if ((ifp = npf->ifops->lookup(npf, ifname)) != NULL) {
sys/net/npf/npf_os.c
129
.lookup = npf_ifop_lookup,
sys/net/npf/npfkern.h
47
struct ifnet * (*lookup)(npf_t *, const char *);
sys/netinet/sctp_asconf.c
2317
struct sctp_ipv6addr_param *lookup;
sys/netinet/sctp_asconf.c
2320
lookup = (struct sctp_ipv6addr_param *)lookup_ptr;
sys/netinet/sctp_asconf.c
2321
lookup->ph.param_type =
sys/netinet/sctp_asconf.c
2332
lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
sys/netinet/sctp_asconf.c
2333
memcpy(lookup->addr, &aa->ap.addrp.addr, addr_size);
sys/netinet/sctp_asconf.c
2363
struct sctp_ipv6addr_param *lookup;
sys/netinet/sctp_asconf.c
2373
lookup = (struct sctp_ipv6addr_param *)lookup_ptr;
sys/netinet/sctp_asconf.c
2377
lookup->ph.param_type =
sys/netinet/sctp_asconf.c
2385
lookup->ph.param_type =
sys/netinet/sctp_asconf.c
2392
lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
sys/netinet/sctp_asconf.c
2393
memcpy(lookup->addr, (void *)addr_ptr, addr_size);
sys/netinet/sctp_asconf.c
2403
lookup->ph.param_type = htons(SCTP_IPV4_ADDRESS);
sys/netinet/sctp_asconf.c
2404
lookup->ph.param_length = htons(SCTP_SIZE32(sizeof(struct sctp_ipv4addr_param)));
sys/netinet/sctp_asconf.c
2405
memset(lookup->addr, 0, sizeof(struct in_addr));
tests/fs/puffs/h_dtfs/dtfs.c
190
PUFFSOP_SET(pops, dtfs, node, lookup);
usr.bin/m4/extern.h
73
extern ndptr lookup(const char *);
usr.bin/m4/gnum4.c
164
n = lookup(argv[2]);
usr.bin/m4/look.c
190
ndptr n = lookup(name);
usr.bin/m4/look.c
207
ndptr n = lookup(name);
usr.bin/m4/look.c
278
p = lookup(name);
usr.bin/mail/cmd3.c
743
if ((vp2 = lookup(*ap)) == NULL) {
usr.bin/mail/extern.h
322
struct var * lookup(const char []);
usr.bin/mail/vars.c
123
vp = lookup(name);
usr.bin/mail/vars.c
144
if ((vp = lookup(name)) == NULL)
usr.bin/netstat/vtw.c
120
static void *lookup(const char *);
usr.bin/netstat/vtw.c
197
p = lookup("timebasebin");
usr.bin/netstat/vtw.c
237
if ((p = lookup("vtw_stats")) == NULL)
usr.bin/netstat/vtw.c
279
if ((p = lookup("fat_tcpv4")) == NULL)
usr.bin/netstat/vtw.c
283
if ((p = lookup("vtw_tcpv4")) == NULL)
usr.bin/netstat/vtw.c
387
if ((p = lookup("fat_tcpv6")) == NULL)
usr.bin/netstat/vtw.c
390
if ((p = lookup("vtw_tcpv6")) == NULL)
usr.bin/rdist/defs.h
169
lookup(char *, int, struct namelist *);
usr.bin/rdist/expand.c
186
tp = lookup(cp, 0, 0);
usr.bin/rdist/gram.y
89
(void) lookup($1, INSERT, $3);
usr.bin/rdist/lookup.c
114
(void) lookup(name, REPLACE, value);
usr.sbin/gspa/gspa/gsp_act.c
160
x->e_sym = lookup(id, TRUE);
usr.sbin/gspa/gspa/gsp_ass.h
142
symbol lookup(char *id, bool makeit);
usr.sbin/gspa/gspa/gsp_sym.c
132
bp = lookup(id, TRUE);
usr.sbin/gspa/gspa/gsp_sym.c
139
fp = lookup(id, TRUE);
usr.sbin/gspa/gspa/gsp_sym.c
82
ptr = lookup(id, TRUE);
usr.sbin/lpr/pac/pac.c
230
hp = lookup(cp);
usr.sbin/lpr/pac/pac.c
339
if ((hp = lookup(name)) != NULL)
usr.sbin/lpr/pac/pac.c
98
static struct hent *lookup(const char *);
usr.sbin/npf/npftest/libnpftest/npf_test_subr.c
54
.lookup = npftest_ifop_lookup,
usr.sbin/puffs/mount_9p/ninepuffs.c
229
PUFFSOP_SET(pops, puffs9p, node, lookup);
usr.sbin/puffs/mount_psshfs/node.c
85
pd = lookup(psn_dir->dir, psn_dir->dentnext, pcn->pcn_name);
usr.sbin/puffs/mount_psshfs/psshfs.c
257
PUFFSOP_SET(pops, psshfs, node, lookup);
usr.sbin/puffs/mount_psshfs/psshfs.h
231
struct psshfs_dir *lookup(struct psshfs_dir *, size_t, const char *);
usr.sbin/puffs/mount_psshfs/subr.c
362
testd = lookup(olddir, nent, psn->dir[idx].entryname);
usr.sbin/puffs/mount_psshfs/subr.c
537
pd = lookup(psn_parent->dir, psn_parent->dentnext, entryname);
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
285
PUFFSOP_SET(pops, sysctlfs, node, lookup);
usr.sbin/quotacheck/quotacheck.c
158
static struct fileusage *lookup(uint32_t, int);
usr.sbin/quotacheck/quotacheck.c
532
if ((fup = lookup(id, type)) == 0)
usr.sbin/quotacheck/quotacheck.c
681
if ((fup = lookup(id, type)) != NULL)
usr.sbin/repquota/repquota.c
112
static struct fileusage *lookup(uint32_t, int);
usr.sbin/repquota/repquota.c
259
if ((fup = lookup(qk.qk_id, idtype)) == 0)
usr.sbin/repquota/repquota.c
508
if ((fup = lookup(id, idtype)) != NULL) {
usr.sbin/ypserv/revnetgroup/hash.h
63
char *lookup(struct group_entry **, const char *);
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
300
data = lookup (gtable, group);