HomeSort by relevance Sort by last modified time
    Searched defs:iname (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libelf/
dl-hash.h 29 const unsigned char *iname = (const unsigned char *) name; local
30 unsigned int hash = (unsigned int) *iname++;
31 if (*iname != '\0')
33 hash = (hash << 4) + (unsigned int) *iname++;
34 if (*iname != '\0')
36 hash = (hash << 4) + (unsigned int) *iname++;
37 if (*iname != '\0')
39 hash = (hash << 4) + (unsigned int) *iname++;
40 if (*iname != '\0')
42 hash = (hash << 4) + (unsigned int) *iname++
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 78 X509_NAME *iname; local
86 iname = X509_get_issuer_name(subject);
91 iname = X509_get_subject_name(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
ocsp_vfy.c 301 X509_NAME *iname; local
316 iname = X509_get_subject_name(cert);
317 if (!X509_NAME_digest(iname, dgst, md, NULL))
  /device/samsung/crespo/alsa-lib/test/
midiloop.c 73 char *iname = "hw:0,0", *oname = "hw:0,0"; local
93 iname = argv[++i];
103 if (iname == NULL)
104 iname = oname;
106 oname = iname;
110 fprintf(stderr, " Input: %s Output: %s\n", iname, oname);
113 err = snd_rawmidi_open(&handle_in, NULL, iname, SND_RAWMIDI_NONBLOCK);
115 fprintf(stderr,"snd_rawmidi_open %s failed: %d\n",iname,err);
  /system/core/netcfg/
netcfg.c 27 int ifc_up(char *iname);
28 int ifc_down(char *iname);
29 int ifc_remove_host_routes(char *iname);
30 int ifc_remove_default_route(char *iname);
32 int do_dhcp(char *iname);
125 char *iname; local
140 iname = argv[1];
141 if(strlen(iname) > 16) usage();
151 argv[0] = iname;
  /external/openssl/crypto/x509v3/
v3_purp.c 319 X509_NAME *iname = NULL; local
338 iname = gen->d.directoryName;
342 if (!iname)
343 iname = X509_get_issuer_name(x);
345 DIST_POINT_set_dpname(dp->distpoint, iname);
  /external/webkit/WebCore/wml/
WMLSelectElement.cpp 242 // Spec: Step 1 - the default option index is determined using iname and ivalue
272 // Spec: If the 'iname' attribute is specified and names a variable that is set,
274 String iname = this->iname(); local
275 if (!iname.isEmpty()) {
276 variable = pageState->getVariable(iname);
341 // Spec: If the 'iname' attribute is specified, then the named variable is set with the default option index.
342 String iname = this->iname();
343 if (!iname.isEmpty()
379 String iname = this->iname(); local
538 String WMLSelectElement::iname() const function in class:WMLSelectElement
    [all...]
  /external/openssl/apps/
ocsp.c 958 X509_NAME *iname; local
968 iname = X509_get_subject_name(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 780 String iname = r0[col]; local
789 SQLite.Shell.sql_quote(iname) + ")"));
899 String iname = r0[col]; local
908 SQLite.Shell.sql_quote(iname) + ")"));
931 row[5] = iname;
1319 String iname = r0[col]; local
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 355 struct iname { struct
359 struct iname *next;
618 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;

Completed in 114 milliseconds