HomeSort by relevance Sort by last modified time
    Searched defs:lookup (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_d2.c 67 X509_LOOKUP *lookup; local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
70 if (lookup == NULL) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup == NULL) return(0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
EntityCatalog.cxx 28 Boolean EntityCatalog::lookup(const EntityDecl &decl, function in class:SP_NAMESPACE::EntityCatalog
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
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 ])
287 Lookup and return a reference to the entry for C<MACHINE>. If C<LOGIN> is given
  /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/
table.c 36 * Hash table manager. Store/lookup strings, keyed by string
85 lookup(table, key) function
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
unctime.c 40 static int lookup(char *);
43 static int lookup();
58 then.tm_mon = lookup(&dbuf[E_MONTH]);
74 lookup(str) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
lookup.c 91 (void) lookup(name, REPLACE, value);
95 * Lookup name in the table and return a pointer to it.
96 * LOOKUP - just do lookup, return NULL if not found.
102 lookup(name, action, value) function
113 printf("lookup(%s, %d, %x)\n", name, action, value);
123 if (action != LOOKUP) {
133 if (action == LOOKUP) {
  /onnv/onnv-gate/usr/src/cmd/device_remap/
device_remap.pl 188 # lookup property in node and return its hash
190 sub lookup { subroutine
415 %prop = $md->lookup($nodeid, "aliases", $md->MDSTR);
418 %prop = $md->lookup($nodeid, "current", $md->MDSTR);
  /onnv/onnv-gate/usr/src/cmd/eqn/
lookup.c 203 lookup(tbl *tblp[], char *name, char *defn) function
225 error(FATAL, gettext("out of space in lookup"), NULL);
239 lookup(keytbl, keyword[i].key, (char *)keyword[i].keyval);
241 lookup(restbl, resword[i].res, resword[i].resval);
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
HashTable.h 33 const V *lookup(const K &key) const { function in class:SP_NAMESPACE::HashTable
34 HashTableItem<K, V> *tem = (HashTableItem<K, V> *)table_.lookup(key);
NamedTable.h 30 T *lookup(const StringC &str) const { return (T *)table_.lookup(str); } function in class:SP_NAMESPACE::NamedTable
PointerTable.cxx 80 const P &PointerTable<P, K, HF, KF>::lookup(const K &k) const function in class:SP_NAMESPACE::PointerTable
NamedResourceTable.h 40 Ptr<T> lookup(const StringC &str) const { function in class:SP_NAMESPACE::NamedResourceTable
41 return (T *)table_.lookup(str).pointer();
44 return (T *)table_.lookup(str).pointer();
47 return (const T *)table_.lookup(str).pointer();
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
KstatCtl.java 80 public native Kstat lookup(String module, int instance, String name); method in class:KstatCtl
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
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
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
lookup.c 121 lookup(char *ident) function
  /onnv/onnv-gate/usr/src/cmd/mailx/
vars.c 53 static struct var *lookup(char name[]);
70 vp = lookup(name);
98 if ((vp2 = lookup(s)) == NOVAR) {
171 if ((vp = lookup(name)) == NOVAR)
185 lookup(char name[]) function
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
lookup.c 36 * This file contains the file lookup code for NFS.
69 * starting at current directory (root for us), lookup the pathname.
77 * For NFSv4 we may be calling lookup in the context of evaluating the
81 lookup(char *pathname, struct nfs_file *cur_file, bool_t needroothandle) function
163 * Perform a lookup in the current directory.
164 * We create a simple negative lookup cache by storing
171 dprintf("lookup: component %s pathleft %s\n", component, pnp->pn_path);
193 printf("lookup: NFS Version %d not supported\n",
203 printf("lookup: lookup RPC error\n")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
syncinit.c 49 static int lookup(char **table, char *arg);
173 if (lookup(yesno, arg))
179 if (lookup(yesno, arg))
185 if (lookup(yesno, arg))
190 sm.sm_txclock = lookup(txnames, arg);
193 sm.sm_rxclock = lookup(rxnames, arg);
290 lookup(char **table, char *arg) function
  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth2-hostbased.c 165 const char *resolvedname, *ipaddr, *lookup; local
181 lookup = chost;
193 lookup = resolvedname;
197 host_status = check_key_in_hostfiles(pw, key, lookup,
203 host_status = check_key_in_hostfiles(pw, key, lookup,
  /onnv/onnv-gate/usr/src/common/openssl/apps/
verify.c 88 X509_LOOKUP *lookup=NULL; local
171 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
172 if (lookup == NULL) abort();
174 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
180 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
182 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
183 if (lookup == NULL) abort();
185 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
191 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
340 printf("error %d at %d depth lookup:%s\n",ctx->error
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/
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
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
mdescplugin.c 76 disk_lookup_t *lookup = (disk_lookup_t *)args; local
86 if (strcmp(path, lookup->path) == 0) {
87 lookup->disk = node;
88 lookup->result = DISK_FOUND;
170 disk_lookup_t lookup; local
182 lookup.path = strdup(path);
183 lookup.disk = NULL;
184 lookup.result = DISK_NOT_FOUND;
186 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup,
192 if (lookup.result == DISK_FOUND)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
domain.c 35 * domain.c - Name and address lookup and checking functions
134 * lookup()
135 * This routine returns the result of the lookup specified by dnsarg,
139 static int lookup(char *dnsarg) function
158 * We have the hostname based on the real IP address. Lookup
194 if (!lookup(dnsarg)) {
258 int found, lookup, set, which; local
261 /* default is to lookup the remote host's name */
262 lookup = TRUE;
277 lookup = set
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/
ff.c 74 static void lookup(void);
220 /* perform a lookup if fstype is not specified */
232 lookup();
278 lookup(void) function
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
download.c 123 static int lookup(char *);
351 else if ( (n = lookup(buf)) < next )
485 if ( (n = lookup(font)) < next ) {
530 lookup(char *font) function
550 } /* End of lookup */

Completed in 1020 milliseconds

1 2 3 4