OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vstr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
tok822.h
31
VSTRING *
vstr
; /* token contents */
member in struct:TOK822
/src/external/bsd/atf/dist/tools/
parser.cpp
379
const std::string&
vstr
= tools::text::to_string(version);
local
380
if (he.get_attr("version") !=
vstr
)
382
vstr
+ "' but got `" +
/src/tests/usr.bin/xlint/lint1/
queries.c
73
volatile char *
vstr
;
variable
302
str = (str_t)
vstr
;
307
str = (vstr_t)
vstr
;
309
vstr
= (str_t)str;
310
vstr
= (str_t)
vstr
;
311
vstr
= (vstr_t)str;
314
vstr
= (vstr_t)
vstr
;
321
vstr
= cvstr
[
all
...]
/src/crypto/dist/ipsec-tools/src/racoon/
eaytest.c
364
vchar_t *
vstr
;
local
377
vstr
= eay_get_x509asn1subjectname(&c);
378
if (!
vstr
)
380
PVDUMP(
vstr
);
382
vfree(
vstr
);
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_subr.c
134
char *
vstr
= alloca(vlen);
local
137
(void) strncpy(
vstr
, v + 1, vlen - 1);
138
vstr
[vlen - 1] = '\0';
139
idp = dt_idhash_lookup(dtp->dt_macros,
vstr
);
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c
262
struct archive_string
vstr
;
member in struct:xar
382
archive_string_init(&(xar->
vstr
));
919
archive_string_empty(&xar->
vstr
);
920
archive_string_vsprintf(&xar->
vstr
, fmt, ap);
922
return (xmlwrite_string(a, writer, key, xar->
vstr
.s));
1961
archive_string_free(&(xar->
vstr
));
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026