/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | locate_plugin.h | 52 lookup function should only return an error if it detects a 54 krb5_error_code (*lookup)(void *, member in struct:krb5plugin_service_locate_ftable
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_impl.h | 54 struct lookup { struct 57 struct lookup *l_next; 61 struct lookup tag; 62 struct lookup *fld;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/ |
H A D | netrc.t | 98 is( Net::Netrc->lookup('foo')->{login}, 'nigol', 99 'lookup() should find value by host name' ); 102 is( Net::Netrc->lookup('foo', 'l2')->{password}, 'p2', 103 'lookup() should find value by hostname and login name' ); 106 is( Net::Netrc->lookup()->{password}, 'p3', 107 'lookup() should find default value' ); 109 # lookup() ignores the login parameter when using default data 110 is( Net::Netrc->lookup('default', 'baz')->{password}, 'p3', 111 'lookup() should ignore passed login when searching default' ); 113 # lookup() goe [all...] |
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 46 Sf_key_lookup_t lookup; member in struct:__anon1132 208 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); 215 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n); 341 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument 352 fmt.lookup = lookup; 373 sfkeyprintf_20000308(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument 385 fmt.lookup = lookup;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.x | 114 % index entries. These may be changed after the next call to 'lookup' 116 % db_index_entry* lookup( bool_t, unsigned long, item*, long *); 120 % db_index_entry* lookup( bool_t, unsigned long, item*, entryp ); //name entry
|
H A D | db_index_c.x | 111 % db_index_entry *lookup(item *, long *, db_table *, bool_t);
|
H A D | db_index.cc | 189 db_index::lookup(item *index_value, long *how_many_found, function in class:db_index 196 READLOCK(this, NULL, "r db_index::lookup"); 198 READUNLOCK(this, NULL, "ru db_index::lookup"); 207 ret = fst->lookup(case_insens, hval, 217 READUNLOCK(this, ret, "ru db_index::lookup");
|
H A D | db_index_entry.cc | 165 db_index_entry::lookup(bool_t casein, unsigned long hval, function in class:db_index_entry 184 * index entries. These may be changed after the next call to 'lookup' 188 db_index_entry::lookup(bool_t casein, unsigned long hval, function in class:db_index_entry
|
H A D | db_mindex_c.x | 238 % db_status lookup( db_query *, long *, entry_object_p ** );
|
/osnet-11/usr/src/lib/rad/pysmf/common/ |
H A D | rad.py | 106 def lookup(self, fmri): member in class:Repository 112 return self.lookup(smf.fmri.FMRI.parse(fmri))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/ |
H A D | 41_heap.t | 13 # lookup 46 for my $meth (qw(new is_empty empty lookup insert remove popheap 151 my $r = $h->lookup($_); 181 my $v = $h->lookup($k); 194 my $v = $h->lookup($k); 217 push @R, $h->lookup($_);
|
H A D | 40_abs_cache.t | 9 # * lookup(key) 39 for my $meth (qw(new is_empty empty lookup remove 159 my $r = $h->lookup($_); 190 my $v = $h->lookup($k); 204 my $v = $h->lookup($k); 229 push @R, $h->lookup($_);
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | netnamer.c | 260 char *lookup; local 271 lookup = NULL; 273 &lookup, &len); 286 if (lookup) { 287 lookup[len] = '\0'; 288 *err = parse_netid_str(lookup, argp); 289 free(lookup);
|
/osnet-11/usr/src/lib/rad/pykstat/common/ |
H A D | rad.py | 75 def lookup(self, module, name, instance): member in class:Kstats 101 # Enumeration and lookup can race; silently drop failures
|
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 435 lookup(Dll_t* dll, const char* name) function 476 if (!(address = lookup(dll, name)) && name[0] != '_' && strlen(name) < (sizeof(buf) - 1)) 480 address = lookup(dll, buf);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Netrc.pm | 133 sub lookup subroutine 210 $mach = Net::Netrc->lookup('some.machine'); 280 really create a new object. But instead is called C<lookup> as this is 285 =item lookup ( MACHINE [, LOGIN ])
|
H A D | POP3.pm | 277 my $m = Net::Netrc->lookup(${*$me}{'net_pop3_host'},$user); 278 $m ||= Net::Netrc->lookup(${*$me}{'net_pop3_host'}); 443 C<Net::POP3> uses C<Net::Netrc> to lookup the password using the host
|
H A D | Config.pm | 160 -1 Cannot lookup hostname 164 This is done by using hostname lookup and the C<local_netmask> entry in
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-mkfont.c | 532 struct gsub_lookup *lookup; local 535 printf (_("Out of range lookup: %d\n"), lookup_index); 538 lookup = (struct gsub_lookup *) 541 if (grub_be_to_cpu16 (lookup->type) != GSUB_SINGLE_SUBSTITUTION) 544 grub_be_to_cpu16 (lookup->type)); 547 if (grub_be_to_cpu16 (lookup->flag) & ~GSUB_RTL_CHAR) 550 grub_be_to_cpu16 (lookup->flag)); 555 if (grub_be_to_cpu16 (lookup->flag) & GSUB_RTL_CHAR) 561 if (grub_be_to_cpu16 (lookup->flag) & GSUB_RTL_CHAR) 570 for (k = 0; k < grub_be_to_cpu16 (lookup [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/ |
H A D | SelfStubber.pm | 124 B, but set to be autoloaded, then the lookup mechanism never gets to 127 foo had been stubbed in B, then the lookup mechanism would have
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 158 lookup(register Table_t* tab, register char* s) function 160 lookup(tab, s) 454 if (!(lp = (Language_t*)lookup(&state.language, b))) 502 else if (!(lp->charset = (Charset_t*)lookup(&state.charset, arg[3]))) 572 if (!(mp->language = (Language_t*)lookup(&state.language, arg[1]))) 577 if (!(mp->territory = (Territory_t*)lookup(&state.territory, arg[2]))) 584 else if (!(mp->charset = (Charset_t*)lookup(&state.charset, arg[3])))
|
/osnet-11/usr/src/lib/libdhcpsvc/private/ |
H A D | private.c | 519 * lookup operations that have located some records but are unable to 540 int (*lookup)(); 547 lookup = hand->d_api.lookup_dt; 550 lookup = hand->d_api.lookup_dn; 568 error = lookup(hand->d_hand, partial, query, count, targetp, recordsp,
|
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 124 results = bugdb.lookup(bugs.keys())
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | stty.c | 589 static const Tty_t *lookup(const char *name) function 647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS))) 835 sfprintf(sp,"[+%s?%s.]",name,lookup(name)->description); 943 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS))
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 760 X509_LOOKUP *lookup; local 762 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); 763 if (lookup == NULL) 773 X509_LOOKUP_add_dir(lookup, CRLPath, X509_FILETYPE_PEM);
|