Symbol: unsupported
crypto/openssl/crypto/encode_decode/decoder_meth.c
353
int unsupported, id;
crypto/openssl/crypto/encode_decode/decoder_meth.c
366
unsupported = id == 0;
crypto/openssl/crypto/encode_decode/decoder_meth.c
406
unsupported = !methdata->flag_construct_error_occurred;
crypto/openssl/crypto/encode_decode/decoder_meth.c
410
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/encode_decode/encoder_meth.c
359
int unsupported, id;
crypto/openssl/crypto/encode_decode/encoder_meth.c
372
unsupported = id == 0;
crypto/openssl/crypto/encode_decode/encoder_meth.c
411
unsupported = !methdata->flag_construct_error_occurred;
crypto/openssl/crypto/encode_decode/encoder_meth.c
415
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/evp/evp_fetch.c
275
int unsupported, name_id;
crypto/openssl/crypto/evp/evp_fetch.c
311
unsupported = name_id == 0;
crypto/openssl/crypto/evp/evp_fetch.c
368
unsupported = !methdata->flag_construct_error_occurred;
crypto/openssl/crypto/evp/evp_fetch.c
372
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/store/store_meth.c
297
int unsupported, id;
crypto/openssl/crypto/store/store_meth.c
311
unsupported = id == 0;
crypto/openssl/crypto/store/store_meth.c
349
unsupported = !methdata->flag_construct_error_occurred;
crypto/openssl/crypto/store/store_meth.c
353
int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
crypto/openssl/crypto/store/store_meth.c
354
const char *helpful_msg = unsupported
sys/compat/linux/linux_file.c
1596
int dfd, flag, unsupported;
sys/compat/linux/linux_file.c
1598
unsupported = args->flag & ~(LINUX_AT_SYMLINK_NOFOLLOW | LINUX_AT_EMPTY_PATH);
sys/compat/linux/linux_file.c
1599
if (unsupported != 0) {
sys/compat/linux/linux_file.c
1600
linux_msg(td, "fchownat unsupported flag 0x%x", unsupported);
sys/compat/linux/linux_file.c
681
int flags, unsupported;
sys/compat/linux/linux_file.c
683
unsupported = args->flags & ~(LINUX_AT_EACCESS | LINUX_AT_EMPTY_PATH |
sys/compat/linux/linux_file.c
685
if (unsupported != 0) {
sys/compat/linux/linux_file.c
686
linux_msg(td, "faccessat2 unsupported flag 0x%x", unsupported);
sys/compat/linux/linux_stats.c
495
int flags, unsupported;
sys/compat/linux/linux_stats.c
497
unsupported = linux_flags & ~(LINUX_AT_SYMLINK_NOFOLLOW |
sys/compat/linux/linux_stats.c
499
if (unsupported != 0) {
sys/compat/linux/linux_stats.c
500
*out_flags = unsupported;
sys/crypto/sha1.c
53
#ifndef unsupported