Searched refs:oline (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 120 char oline[256], htmp[5]; in STACK_OF() local 154 if (X509_NAME_oneline(gen->d.dirn, oline, 256) == NULL in STACK_OF() 155 || !X509V3_add_value("DirName", oline, &ret)) in STACK_OF() 162 BIO_snprintf(oline, sizeof oline, in STACK_OF() 165 oline[0] = 0; in STACK_OF() 169 strcat(oline, htmp); in STACK_OF() 171 strcat(oline, ":"); in STACK_OF() 178 if (!X509V3_add_value("IP Address", oline, &ret)) in STACK_OF() 183 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF() 184 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/bison/data/ |
D | glr.cc | 101 [b4_syncline([@oline@], [@ofile@])[ 115 [b4_syncline([@oline@], [@ofile@])[
|
D | c.m4 | 436 b4_syncline([@oline@], [@ofile@])
|
D | bison.m4 | 298 b4_syncline([@oline@], [@ofile@])])
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 194 oline=8254 key
|
/external/bison/tests/ |
D | input.at | 607 exp: '@<:@' '\1' two '$' '@' '{' oline output.or.oline.opt 616 oline: '@' 'o' 'l' 'i' 'n' 'e' '@' '_' '_' 'o' 'l' 'i' 'n' 'e' '_' '_'; 617 output.or.oline.opt: ;|oline;;|output;;; 633 static char const input[] = "@<:@\1\2$@{@oline@__@&t@oline__\
|
D | testsuite | 5326 exp: '[' '\1' two '$' '@' '{' oline output.or.oline.opt 5335 oline: '@' 'o' 'l' 'i' 'n' 'e' '@' '_' '_' 'o' 'l' 'i' 'n' 'e' '_' '_'; 5336 output.or.oline.opt: ;|oline;;|output;;;
|
/external/bison/ |
D | ChangeLog-2012 | 13667 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno. 14815 an escape. Use @oline@ and @ofile@ rather than __oline__ and 14872 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
|