Home
last modified time | relevance | path

Searched refs:oline (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_alt.c120 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/
Dscantools.py545 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/
Dhostfile.c678 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/
Dglr.cc101 [b4_syncline([@oline@], [@ofile@])[
115 [b4_syncline([@oline@], [@ofile@])[
Dc.m4436 b4_syncline([@oline@], [@ofile@])
Dbison.m4298 b4_syncline([@oline@], [@ofile@])])
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties194 oline=8254 key
/external/bison/tests/
Dinput.at607 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__\
Dtestsuite5326 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/
DChangeLog-201213667 * 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@,