| /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 ])
|
| /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/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/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/grub/grub2/util/ |
| H A D | grub-mklayout.c | 285 lookup (char *code, int shift) function 318 code = lookup (layout_code, shift);
|
| 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/lib/libnisdb/ |
| 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.cc | 283 newres = indices.indices_val[curr_ind].lookup( 621 db_mindex::lookup(db_query *q, long *count, entry_object_p **result) function in class:db_mindex
|
| /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/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/tools/onbld/Checks/ |
| H A D | DbLookups.py | 28 # Various database lookup classes/methods, i.e.: 60 r = bdb.lookup("6455550") 62 r = bdb.lookup(["6455550", "6505625"]) 205 def lookup(self, crs): member in class:BugDB
|
| /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))
|
| H A D | find.c | 507 * Table lookup routine 511 lookup(register char* word) function 1183 if (!(argp = lookup(b)))
|
| /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/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/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);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| H A D | File.pm | 162 { my $cached = $self->{cache}->lookup($n); 1552 sub lookup { subroutine 1555 croak "missing argument to ->lookup" unless defined $key; 1566 $self->[HEAP]->lookup($self->[HASH]{$key}); 1905 sub lookup { subroutine 2626 to skip the cache lookup faster (if reading from 1..N with empty cache at
|
| /osnet-11/usr/src/lib/libast/common/port/ |
| H A D | astlicense.c | 192 lookup(register const Item_t* item, const char* name, int size) function 306 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data)) 474 h = lookup(key, x, n); 590 if ((h = lookup(key, v, s - v)) < 0) 606 switch (c = lookup(lic, v, s - v))
|
| 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])))
|
| H A D | astconf.c | 306 * value==0 just does lookup 815 lookup(register Lookup_t* look, const char* name, unsigned int flags) function 883 error(-3, "astconf lookup name=%s mid=%s", name, mid->name); 918 error(-2, "astconf lookup name=%s standard=%d:%d section=%d:%d call=%d:%d", look->name, look->standard, mid->standard, look->section, mid->section, look->call, mid->call); 1407 if (lookup(&look, name, flags)) 1448 if (lookup(&altlook, altname, flags)) 1596 if (!lookup(&look, f, flags))
|
| /osnet-11/usr/src/lib/libshell/common/sh/ |
| H A D | nvdisc.c | 365 * This function executes a lookup disc and then performs 366 * the lookup on the given node <np> 368 static char* lookup(Namval_t *np, int type, Sfdouble_t *dp,Namfun_t *handle) function 428 return(lookup(np,LOOKUPS,(Sfdouble_t*)0,handle)); 434 lookup(np,LOOKUPN, &d ,handle);
|
| /osnet-11/usr/src/lib/rad/pyrad/common/ |
| H A D | client.py | 575 def lookup(self, name): member in class:_RadTypeSet
|