HomeSort by relevance Sort by last modified time
    Searched refs:iname (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libelf/
dl-hash.h 61 const unsigned char *iname = (const unsigned char *) name; local
62 unsigned int hash = (unsigned int) *iname++;
63 if (*iname != '\0')
65 hash = (hash << 4) + (unsigned int) *iname++;
66 if (*iname != '\0')
68 hash = (hash << 4) + (unsigned int) *iname++;
69 if (*iname != '\0')
71 hash = (hash << 4) + (unsigned int) *iname++;
72 if (*iname != '\0')
74 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/include/netutils/
dhcp.h 25 extern int do_dhcp(char *iname);
  /system/core/netcfg/
netcfg.c 138 char *iname; local
153 iname = argv[1];
154 if(strlen(iname) > 16) usage();
164 argv[0] = iname;
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 249 // Spec: Step 1 - the default option index is determined using iname and ivalue
279 // Spec: If the 'iname' attribute is specified and names a variable that is set,
281 String iname = this->iname(); local
282 if (!iname.isEmpty()) {
283 variable = pageState->getVariable(iname);
348 // Spec: If the 'iname' attribute is specified, then the named variable is set with the default option index.
349 String iname = this->iname();
350 if (!iname.isEmpty()
386 String iname = this->iname(); local
545 String WMLSelectElement::iname() const function in class:WMLSelectElement
    [all...]
WMLSelectElement.h 110 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 305 X509_NAME *iname; local
320 iname = X509_get_subject_name(cert);
321 if (!X509_NAME_digest(iname, dgst, md, NULL))
  /system/core/libnetutils/
dhcpclient.c 530 int do_dhcp(char *iname)
532 if (ifc_set_addr(iname, 0)) {
533 printerr("failed to set ip addr for %s to 0.0.0.0: %s\n", iname, strerror(errno));
537 if (ifc_up(iname)) {
538 printerr("failed to bring up interface %s: %s\n", iname, strerror(errno));
542 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);
  /external/dnsmasq/src/
network.c 51 struct iname *tmp;
125 struct iname *tmp;
157 struct iname *lo;
166 (lo = whine_malloc(sizeof(struct iname))) &&
897 struct iname *if_tmp;
898 struct iname *prev_if_names;
919 if_tmp = safe_malloc(sizeof(struct iname));
920 memset(if_tmp, sizeof(struct iname), 0);
    [all...]
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;
  /external/javasqlite/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...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /external/openssh/
ssh-keyscan.c 322 conalloc(char *iname, char *oname, int keytype)
327 namebase = namelist = xstrdup(iname);
  /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...]
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 89 _PULONG iname; /* string identifier */ member in struct:linux_component
  /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...]

Completed in 786 milliseconds

1 2