Searched refs:found_ext (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/makefs/
H A Dcd9660.c1633 int found_ext = 0; local
1638 if (found_ext) {
1644 found_ext = 1;
1653 if (namelen == 8 && !found_ext)
1664 if (found_ext)
1672 if (!found_ext && !diskStructure->omit_trailing_period)
1677 return namelen + extlen + found_ext;
1696 int found_ext = 0; local
1701 if (found_ext) {
1711 found_ext
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2255 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);

Completed in 214 milliseconds