Home
last modified time | relevance | path

Searched refs:name_flags (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fstools/
H A Dfls.cpp79 int name_flags = TSK_FS_DIR_WALK_FLAG_ALLOC | TSK_FS_DIR_WALK_FLAG_UNALLOC; in main() local
127 name_flags &= ~TSK_FS_DIR_WALK_FLAG_ALLOC; in main()
181 name_flags |= TSK_FS_DIR_WALK_FLAG_RECURSE; in main()
187 name_flags &= ~TSK_FS_DIR_WALK_FLAG_UNALLOC; in main()
222 if ((name_flags & TSK_FS_DIR_WALK_FLAG_RECURSE) in main()
223 && (((name_flags & TSK_FS_DIR_WALK_FLAG_UNALLOC) in main()
224 && (!(name_flags & TSK_FS_DIR_WALK_FLAG_ALLOC))) in main()
308 (TSK_FS_DIR_WALK_FLAG_ENUM) name_flags, macpre, sec_skew)) { in main()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/src/
H A Dzipmerge.c85 zip_flags_t name_flags; variable
102 name_flags = 0; in main()
107 name_flags |= ZIP_FL_NODIR; in main()
113 name_flags |= ZIP_FL_NOCASE; in main()
246 if ((idx = zip_name_locate(za, fname, name_flags)) >= 0) { in merge_zip()
/dports/archivers/libzip/libzip-1.7.3/src/
H A Dzipmerge.c80 zip_flags_t name_flags; variable
97 name_flags = 0; in main()
102 name_flags |= ZIP_FL_NODIR; in main()
108 name_flags |= ZIP_FL_NOCASE; in main()
241 if ((idx = zip_name_locate(za, fname, name_flags)) >= 0) { in merge_zip()
/dports/net/rsync/rsync-3.2.3/
H A Dexclude.c631 if (!(name_flags & NAME_IS_XATTR) ^ !(ex->rflags & FILTRULE_XATTR)) in rule_matches()
651 if (name_flags & NAME_IS_DIR) { in rule_matches()
703 int name_flags, const char *type) in report_filter_result() argument
713 const char *t = name_flags & NAME_IS_XATTR ? "xattr" in report_filter_result()
714 : name_flags & NAME_IS_DIR ? "directory" in report_filter_result()
729 if (!(name_flags & NAME_IS_XATTR)) in name_is_excluded()
746 const char *name, int name_flags) in check_filter() argument
754 int rc = check_filter(ent->u.mergelist, code, name, name_flags); in check_filter()
760 int rc = check_filter(&cvs_filter_list, code, name, name_flags); in check_filter()
765 if (rule_matches(name, ent, name_flags)) { in check_filter()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/openssl/openssl-1.1.1n/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
796 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/openssl-static/openssl-1.1.1l/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dssl_conf.c25 unsigned int name_flags; member
32 unsigned int name_flags; member
105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
113 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
141 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
788 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/
H A Dssl_conf.c26 unsigned int name_flags; member
33 unsigned int name_flags; member
106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
113 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
115 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
153 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
871 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()

1234567891011