HomeSort by: relevance | last modified time | path
    Searched defs:LOOKUP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_lookup.c 7 /* parameter lookup routines
63 /* or a null pointer (i.e. no local parameter lookup).
66 /* pointer (i.e. do the global default lookup anyway).
117 #define LOOKUP(dict, name) ((dict) ? dict_get((dict), (name)) : 0)
126 || ((value = LOOKUP(local_scope->ro_params, name)) == 0
127 && (value = LOOKUP(local_scope->all_params, name)) == 0))
  /src/usr.bin/rdist/
defs.h 96 /* actions for lookup() */
97 #define LOOKUP 0
169 lookup(char *, int, struct namelist *);
  /src/sys/sys/
namei.h 89 * Lookup parameters: this structure describes the subset of
95 * Arguments to lookup.
101 * Shared between lookup and commit routines.
112 * Arguments to namei/lookup.
118 * Arguments to lookup.
123 * Results: returned from/manipulated by lookup
128 * Shared between namei and lookup/commit routines.
134 * Lookup parameters: this structure describes the subset of
144 #define LOOKUP 0 /* perform name lookup only *
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 2136 /* Symbol tables are not sorted on address, but we want a quick lookup
15960 /* Please keep this table alpha-sorted for ease of visual lookup. */
16169 /* Please keep this table alpha-sorted for ease of visual lookup. */
16355 /* Please keep this table alpha-sorted for ease of visual lookup. */
16465 /* Please keep this table alpha-sorted for ease of visual lookup. */
16483 /* Please keep this table alpha-sorted for ease of visual lookup. */
16501 /* Please keep this table alpha-sorted for ease of visual lookup. */
16519 /* Please keep this table alpha-sorted for ease of visual lookup. */
16537 /* Please keep this table alpha-sorted for ease of visual lookup. */
16555 /* Please keep this table alpha-sorted for ease of visual lookup. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 1884 /* Symbol tables are not sorted on address, but we want a quick lookup
15415 /* Please keep this table alpha-sorted for ease of visual lookup. */
15623 /* Please keep this table alpha-sorted for ease of visual lookup. */
15809 /* Please keep this table alpha-sorted for ease of visual lookup. */
15919 /* Please keep this table alpha-sorted for ease of visual lookup. */
15937 /* Please keep this table alpha-sorted for ease of visual lookup. */
15955 /* Please keep this table alpha-sorted for ease of visual lookup. */
15973 /* Please keep this table alpha-sorted for ease of visual lookup. */
15991 /* Please keep this table alpha-sorted for ease of visual lookup. */
16009 /* Please keep this table alpha-sorted for ease of visual lookup. *
    [all...]

Completed in 47 milliseconds