Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_alt.c113 char oline[256], htmp[5]; in STACK_OF() local
142 X509_NAME_oneline(gen->d.dirn, oline, 256); in STACK_OF()
143 X509V3_add_value("DirName",oline, &ret); in STACK_OF()
149 BIO_snprintf(oline, sizeof oline, in STACK_OF()
153 oline[0] = 0; in STACK_OF()
159 strcat(oline, htmp); in STACK_OF()
161 strcat(oline, ":"); in STACK_OF()
169 X509V3_add_value("IP Address",oline, &ret); in STACK_OF()
173 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF()
174 X509V3_add_value("Registered ID",oline, &ret); in STACK_OF()
/external/openssh/
Dhostfile.c673 char line[8192], oline[8192], ktype[128]; in hostkeys_foreach() local
691 strlcpy(oline, line, sizeof(oline)); in hostkeys_foreach()
697 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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
DnamedEntities.test32389 "input": "&oline",
32390 "description": "Bad named entity: oline without a semi-colon",
32395 "&oline"
32400 "input": "&oline;",
32401 "description": "Named entity: oline; with a semi-colon",
/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@,