Searched refs:oline (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 113 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/ |
D | hostfile.c | 673 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/ |
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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | namedEntities.test | 32389 "input": "&oline", 32390 "description": "Bad named entity: oline without a semi-colon", 32395 "&oline" 32400 "input": "‾", 32401 "description": "Named entity: oline; with a semi-colon",
|
/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@,
|