OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_ext
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/makefs/
cd9660.c
1636
int
found_ext
= 0;
local
1641
if (
found_ext
) {
1647
found_ext
= 1;
1656
if (namelen == 8 && !
found_ext
)
1667
if (
found_ext
)
1675
if (!
found_ext
&& !diskStructure->omit_trailing_period)
1680
return namelen + extlen +
found_ext
;
1699
int
found_ext
= 0;
local
1704
if (
found_ext
) {
1714
found_ext
= 1
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c
2255
X509_EXTENSION *
found_ext
= X509v3_get_ext(exts, idx);
local
2256
ASN1_OCTET_STRING *data = X509_EXTENSION_get_data(
found_ext
);
2261
X509_EXTENSION_free(
found_ext
);
/src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c
2304
X509_EXTENSION *
found_ext
= X509v3_get_ext(exts, idx);
local
2305
ASN1_OCTET_STRING *encoded = X509_EXTENSION_get_data(
found_ext
);
2310
X509_EXTENSION_free(
found_ext
);
Completed in 25 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026