Searched refs:oline (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 123 char oline[256], htmp[5]; in STACK_OF() local 157 if (X509_NAME_oneline(gen->d.dirn, oline, 256) == NULL in STACK_OF() 158 || !X509V3_add_value("DirName", oline, &ret)) in STACK_OF() 165 BIO_snprintf(oline, sizeof oline, in STACK_OF() 168 oline[0] = 0; in STACK_OF() 172 BUF_strlcat(oline, htmp, sizeof(oline)); in STACK_OF() 174 BUF_strlcat(oline, ":", sizeof(oline)); in STACK_OF() 181 if (!X509V3_add_value("IP Address", oline, &ret)) in STACK_OF() 186 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF() 187 if (!X509V3_add_value("Registered ID", oline, &ret)) in STACK_OF()
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | scantools.py | 545 oline = "%s = %s\n" % (name, defn) 546 self.defsfile.write(oline) 547 self.htmlreport(oline, klass="pyconstant") 748 oline = "Adding to %s:\n%s(returntype=%s, name=%r" % (listname, classname, tp, name) 750 oline += ",\n (%s, %r, %s)" % (atype, aname, amode) 751 oline += ")\n" 752 self.htmlreport(oline, klass="pydeclaration") 782 oline = '' 787 oline += '<span class="%s">' % name 789 oline += '</span>' [all …]
|
/external/openssh/ |
D | hostfile.c | 678 char line[8192], oline[8192], ktype[128]; in hostkeys_foreach() local 696 strlcpy(oline, line, sizeof(oline)); in hostkeys_foreach() 702 lineinfo.line = oline; in hostkeys_foreach()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 194 oline=8254 key
|