OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oline
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/x509v3/
v3_alt.c
110
char
oline
[256], htmp[5];
local
139
X509_NAME_oneline(gen->d.dirn,
oline
, 256);
140
X509V3_add_value("DirName",
oline
, &ret);
146
BIO_snprintf(
oline
, sizeof
oline
,
150
oline
[0] = 0;
156
strcat(
oline
, htmp);
158
strcat(
oline
, ":");
166
X509V3_add_value("IP Address",
oline
, &ret);
170
i2t_ASN1_OBJECT(
oline
, 256, gen->d.rid)
[
all
...]
/external/oprofile/gui/
oprof_start_util.cpp
194
string
oline
;
local
197
while (getline(ss,
oline
)) {
198
if (line.size() +
oline
.size() < maxlen) {
199
lines.push_back(line +
oline
);
206
istringstream oss(
oline
);
Completed in 487 milliseconds