Home
last modified time | relevance | path

Searched refs:matchflags (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_ipv6header.c110 return !((temp ^ info->matchflags ^ info->invflags) in ipv6header_mt6()
111 & info->matchflags); in ipv6header_mt6()
114 return temp != info->matchflags; in ipv6header_mt6()
116 return temp == info->matchflags; in ipv6header_mt6()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_ipv6header.c110 return !((temp ^ info->matchflags ^ info->invflags) in ipv6header_mt6()
111 & info->matchflags); in ipv6header_mt6()
114 return temp != info->matchflags; in ipv6header_mt6()
116 return temp == info->matchflags; in ipv6header_mt6()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_ipv6header.c110 return !((temp ^ info->matchflags ^ info->invflags) in ipv6header_mt6()
111 & info->matchflags); in ipv6header_mt6()
114 return temp != info->matchflags; in ipv6header_mt6()
116 return temp == info->matchflags; in ipv6header_mt6()
/dports/sysutils/heirloom/heirloom-070715/grep/
H A Dgrep.h62 enum matchflags { enum
95 extern enum matchflags matchflags; /* matcher flags */
H A Dgrep.c87 enum matchflags matchflags; /* matcher flags */ variable
296 if (iflag && (matchflags & MF_LOCONV)) { in matchline()
304 } else if (matchflags & MF_NULTERM) in matchline()
H A Drcomp.c168 matchflags |= MF_NULTERM; in rc_select()
169 matchflags &= ~MF_LOCONV; in rc_select()
H A Dggrep.c127 matchflags |= MF_NULTERM|MF_LOCONV; in st_select()
H A Dac.c93 matchflags &= ~MF_NULTERM; in ac_select()
94 matchflags |= MF_LOCONV; in ac_select()
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dmount.c192 int matchflags; member
226 state.matchflags |= flags; in matchset()
258 if (!state.match || !(state.matchflags & (MATCH_HOST|MATCH_NOHOST))) in matchhost()
274 if (state.matchflags & MATCH_HOST) in matchhost()
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
334 state.matchflags = 0; in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dmount.c192 int matchflags; member
226 state.matchflags |= flags; in matchset()
258 if (!state.match || !(state.matchflags & (MATCH_HOST|MATCH_NOHOST))) in matchhost()
274 if (state.matchflags & MATCH_HOST) in matchhost()
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
334 state.matchflags = 0; in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dmount.c192 int matchflags; member
226 state.matchflags |= flags; in matchset()
258 if (!state.match || !(state.matchflags & (MATCH_HOST|MATCH_NOHOST))) in matchhost()
274 if (state.matchflags & MATCH_HOST) in matchhost()
284 if (!state.match || !(state.matchflags & (MATCH_TYPE|MATCH_NOTYPE))) in matchtype()
287 if (state.matchflags & MATCH_TYPE) in matchtype()
334 state.matchflags = 0; in main()
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMScanner.cpp41 const FXuint matchflags = FXPath::PathName|FXPath::NoEscape|FXPath::CaseFold; variable
439 if (FXPath::match(name,pattern,matchflags)){ in import()
470 … if (options.exclude_folder.empty() || !FXPath::match(name,options.exclude_folder,matchflags)) in scan()
486 … if (options.exclude_file.empty() || !FXPath::match(name,options.exclude_file,matchflags)) { in scan()
487 if (FXPath::match(name,pattern,matchflags)) { in scan()
672 const FXuint matchflags=FXPath::PathName|FXPath::NoEscape|FXPath::CaseFold; in filter_path() local
674 if (FXPath::match(FXPath::name(path),exclude_folder,matchflags)) in filter_path()
796 if (options.exclude_file.empty() || !FXPath::match(name,options.exclude_file,matchflags)) { in update()
863 (!options.exclude_file.empty() && FXPath::match(name,options.exclude_file,matchflags))){ in remove_missing()
939 … if (options.exclude_file.empty() || !FXPath::match(name,options.exclude_file,matchflags)) { in traverse()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/ccache/
H A Dt_cc.c253 krb5_flags matchflags = KRB5_TC_MATCH_IS_SKEY; in cc_test() local
371 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
383 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2); in cc_test()
391 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
395 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2); in cc_test()
418 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/ccache/
H A Dt_cc.c253 krb5_flags matchflags = KRB5_TC_MATCH_IS_SKEY; in cc_test() local
371 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
383 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2); in cc_test()
391 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
395 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2); in cc_test()
418 kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds); in cc_test()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h17 u_int8_t matchflags; member
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h17 u_int8_t matchflags; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h15 uint8_t matchflags; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h15 uint8_t matchflags; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h15 __u8 matchflags; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h15 __u8 matchflags; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/netfilter_ipv6/
H A Dip6t_ipv6header.h15 uint8_t matchflags; member
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Ducac3.h207 uint8_t matchflags[10]; member
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Ducac3.h207 uint8_t matchflags[10]; member
/dports/devel/eric6/eric6-21.11/eric/eric6/PluginManager/
H A DPluginInstallDialog.py169 matchflags = Qt.MatchFlag.MatchFixedString
171 matchflags |= Qt.MatchFlag.MatchCaseSensitive
173 if len(self.archivesList.findItems(archive, matchflags)) == 0:
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Ducac3.c112 entry->matchflags[i] = grab_u8(&buf); in ucac3_parse_entry()

12