HomeSort by relevance Sort by last modified time
    Searched refs:iname (Results 1 - 25 of 25) 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...]
  /build/tools/
fixlinebreaks.sh 7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html' -o -iname '*.css' \) -print`
  /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;
  /dalvik/tools/dmtracedump/tests/filters/
run_tests.sh 4 for file in $(find $1 -type f -iname 'test*'); do
  /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);
  /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...]
WMLSelectElement.h 105 String iname() const;
  /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))
  /system/core/libnetutils/
dhcpclient.c 549 int do_dhcp(char *iname)
551 if (ifc_set_addr(iname, 0)) {
552 printerr("failed to set ip addr for %s to 0.0.0.0: %s\n", iname, strerror(errno));
556 if (ifc_up(iname)) {
557 printerr("failed to bring up interface %s: %s\n", iname, strerror(errno));
561 return dhcp_init_ifc(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);
v3_crld.c 587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname)
595 dpn->dpname = X509_NAME_dup(iname);
x509v3.h 573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
  /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/
network.c 51 struct iname *tmp;
125 struct iname *tmp;
157 struct iname *lo;
166 (lo = whine_malloc(sizeof(struct iname))) &&
dnsmasq.h 355 struct iname { struct
359 struct iname *next;
618 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
option.c     [all...]
tftp.c 51 struct iname *tmp;
dhcp.c 106 struct iname *tmp;
dnsmasq.c 77 struct iname *if_tmp;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 416 find ${DK_ROOT} -iname '*.[ch]' -print | ctags --c++-types=+px --excmd=pattern -L -
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 436 find ${DK_ROOT} -iname '*.[ch]' -print | ctags --c++-types=+px --excmd=pattern -L -
  /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...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 111 * @param iname name of interface
113 public void addImplInterface(String iname) {
114 implInterfaces.add(iname);
    [all...]
  /external/openssl/include/openssl/
x509v3.h 573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);

Completed in 574 milliseconds