HomeSort by: relevance | last modified time | path
    Searched refs:lookup (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
suff-lookup.exp 48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49 SuffFindDeps "suff-lookup.cc"
50 trying suff-lookup.ccc...not there
51 trying suff-lookup.c...not there
52 trying suff-lookup.short...not there
53 trying suff-lookup.sho...got it
54 applying .sho -> .c to "suff-lookup.c"
55 applying .c -> .ccc to "suff-lookup.ccc"
56 applying .ccc -> .cc to "suff-lookup.cc"
60 SuffFindDeps "suff-lookup.sho
    [all...]
suff-lookup.mk 1 # $NetBSD: suff-lookup.mk,v 1.2 2020/10/24 03:18:22 rillig Exp $
10 all: suff-lookup.cc
34 suff-lookup.sho:
var-scope-cmdline.mk 11 # variable name once for each lookup. Instead, when looking up the value of
15 # common case of finding a variable in the global scope, another lookup would
19 # Instead of this costly lookup scheme, make implements it in a different
34 # finding a variable in the global scope, no additional lookup is needed in
  /src/usr.sbin/ypserv/revnetgroup/
hash.h 63 char *lookup(struct group_entry **, const char *);
hash.c 124 lookup(struct group_entry **table, const char *key) function in typeref:typename:char *
  /src/usr.bin/rdist/
Makefile 8 SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
lookup.c 1 /* $NetBSD: lookup.c,v 1.9 2009/04/13 04:35:36 lukem Exp $ */
35 static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93";
37 __RCSID("$NetBSD: lookup.c,v 1.9 2009/04/13 04:35:36 lukem Exp $");
114 (void) lookup(name, REPLACE, value);
118 * Lookup name in the table and return a pointer to it.
119 * LOOKUP - just do lookup, return NULL if not found.
125 lookup(char *name, int action, struct namelist *value) function in typeref:struct:namelist *
133 printf("lookup(%s, %d, %lx)\n", name, action, (long)value);
143 if (action != LOOKUP) {
    [all...]
defs.h 96 /* actions for lookup() */
97 #define LOOKUP 0
169 lookup(char *, int, struct namelist *);
  /src/usr.sbin/bootp/common/
Makefile 6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
  /src/lib/libpam/modules/pam_guest/
pam_guest.c 55 lookup(const char *str, const char *list) function in typeref:typename:int
90 is_guest = lookup(user, guests);
  /src/usr.bin/mail/
vars.c 103 lookup(const char name[]) function in typeref:typename:PUBLIC struct var *
123 vp = lookup(name);
144 if ((vp = lookup(name)) == NULL)
  /src/games/battlestar/
parse.c 49 static struct wlist *lookup(const char *);
76 lookup(const char *s) function in typeref:struct:wlist *
91 if (lookup(wp->string) == NULL) {
108 if ((wp = lookup(words[n])) == NULL) {
  /src/usr.sbin/gspa/gspa/
gsp_sym.c 51 lookup(char *id, bool makeit) function in typeref:typename:symbol
85 ptr = lookup(id, TRUE);
135 bp = lookup(id, TRUE);
142 fp = lookup(id, TRUE);
gsp_ass.h 145 symbol lookup(char *id, bool makeit);
  /src/sys/dist/pf/net/
if_pflog.c 274 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
275 pd->lookup.done = pf_socket_lookup(dir, pd);
276 if (pd->lookup.done > 0) {
277 hdr.uid = pd->lookup.uid;
278 hdr.pid = pd->lookup.pid;
  /src/usr.bin/netstat/
vtw.c 120 static void *lookup(const char *);
155 lookup(const char *name) function in typeref:typename:void *
197 p = lookup("timebasebin");
237 if ((p = lookup("vtw_stats")) == NULL)
279 if ((p = lookup("fat_tcpv4")) == NULL)
283 if ((p = lookup("vtw_tcpv4")) == NULL)
387 if ((p = lookup("fat_tcpv6")) == NULL)
390 if ((p = lookup("vtw_tcpv6")) == NULL)
  /src/usr.bin/m4/
look.c 100 lookup(const char *name) function in typeref:typename:ndptr
186 ndptr n = lookup(name);
203 ndptr n = lookup(name);
274 p = lookup(name);
extern.h 73 extern ndptr lookup(const char *);
  /src/usr.sbin/lpr/pac/
pac.c 98 static struct hent *lookup(const char *);
230 hp = lookup(cp);
339 if ((hp = lookup(name)) != NULL)
357 * Lookup a name in the hash table and return a pointer
362 lookup(const char *name) function in typeref:struct:hent *
411 * Perform lookup for printer name or abbreviation --
  /src/sys/net/npf/
npfkern.h 47 struct ifnet * (*lookup)(npf_t *, const char *); member in struct:__anona1ed184e0108
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.h 64 idx_ham_func_t lookup; /* look for specific addr/mask */ member in struct:ipf_rdx_head
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c 395 struct i2c_adapter_lookup *lookup = data; local in function:i2c_adapter_lookup
396 struct intel_dsi *intel_dsi = lookup->intel_dsi;
405 if (lookup->slave_addr != sb->slave_address)
408 status = acpi_get_handle(lookup->dev_handle,
428 struct i2c_adapter_lookup lookup; local in function:i2c_acpi_find_adapter
432 memset(&lookup, 0, sizeof(lookup));
433 lookup.slave_addr = slave_addr;
434 lookup.intel_dsi = intel_dsi;
435 lookup.dev_handle = acpi_device_handle(acpi_dev)
    [all...]
  /src/sys/arch/xen/xenbus/
xenbus_probe.c 315 int *lookup = NULL; local in function:xenbus_probe_device_type
339 lookup = kmem_zalloc(lookup_sz, KM_SLEEP);
355 /* Build lookup table in ascending order */
366 lookup[pos++] = minp;
381 if (lookup)
382 i = lookup[pos];
487 if (lookup)
488 kmem_free(lookup, lookup_sz);
  /src/lib/libc/gen/
getnetgrent.c 75 static int lookup(char *, char **, int);
306 * lookup(): Find the given key in the database or yp, and return its value
310 lookup(char *name, char **line, int bywhat) function in typeref:typename:int
322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis,
339 lookup(name, line, bywhat) function
428 /* Lookup this netgroup */
430 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
531 /* Lookup this netgroup */
533 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
613 * in_lookup1(): Fast lookup for a key in the appropriate ma
    [all...]
  /src/usr.sbin/repquota/
repquota.c 112 static struct fileusage *lookup(uint32_t, int);
259 if ((fup = lookup(qk.qk_id, idtype)) == 0)
466 * Lookup an id of a specific id type.
469 lookup(uint32_t id, int idtype) function in typeref:struct:fileusage *
479 * Lookup and remove an id of a specific id type.
508 if ((fup = lookup(id, idtype)) != NULL) {

Completed in 22 milliseconds

1 2 3 4