Searched refs:pattern (Results 176 - 200 of 253) sorted by relevance

1234567891011

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.mk81 # resulting pattern.
H A Dvar-op-sunsh.mk62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
/freebsd-current/share/mk/
H A Dbsd.opts.mk113 __INIT_ALL_OPTIONS= none pattern zero
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in94 pattern
96 that match the specified pattern
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c379 enum al_serdes_bist_pattern pattern,
385 switch (pattern) {
401 al_err("%s: invalid pattern (%d)\n", __func__, pattern);
406 if (pattern == AL_SRDS_BIST_PATTERN_USER) {
377 al_serdes_25g_bist_pattern_select( struct al_serdes_grp_obj *obj, enum al_serdes_bist_pattern pattern, uint8_t *user_data) argument
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h312 with the pattern *.example.com may have other vhosts with patterns
316 @param pattern the glob pattern against which the hostname is matched.
324 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
/freebsd-current/contrib/libevent/include/event2/
H A Dhttp.h312 with the pattern *.example.com may have other vhosts with patterns
316 @param pattern the glob pattern against which the hostname is matched.
324 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
/freebsd-current/usr.bin/diff/
H A Ddiffdir.c302 if (fnmatch(excl->pattern, dp->d_name, FNM_PATHNAME) == 0)
/freebsd-current/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh254 echo foo > pattern
258 atf_check -o inline:"foobar\n" zgrep -f pattern test </dev/null
259 atf_check -o inline:"foobar\n" zgrep --file=pattern test </dev/null
291 atf_set "descr" "Checks for zgrep wrapper problems with empty -e flags pattern (PR 247126)"
457 atf_set "descr" "Check for handling of an invalid empty pattern (PR 194823)"
481 atf_set "descr" "Check for proper handling of -w with an empty pattern (PR 105221)"
517 # Simple checks that grep -x with an empty pattern isn't matching every
555 atf_set "descr" "Check for proper handling of empty pattern files (PR 253209)"
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp94 /// physreg input to the pattern. The first elt is the Register node, the
95 /// second is the recorded slot number the input pattern match saved it in.
105 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
148 MatcherGen::MatcherGen(const PatternToMatch &pattern, argument
150 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), TheMatcher(nullptr),
152 // We need to produce the matcher tree for the patterns source pattern. To
159 // To figure out the fewest number of type checks needed, clone the pattern,
160 // remove the types, then perform type inference on the pattern as a whole.
172 /// InferPossibleTypes - As we emit the pattern, we end up generating type
177 // TP - Get *SOME* tree pattern, w
[all...]
/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c180 regcomp(regex_t *preg, const RCHAR_T *pattern, int cflags) argument
198 if (preg->re_endp < pattern)
200 len = preg->re_endp - pattern;
202 len = STRLEN(pattern);
225 p->next = (RCHAR_T *)pattern; /* convenience; we do not modify it */
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c658 match(const char *pattern, const char *string) argument
660 return fnmatch(pattern, string, FNM_NOESCAPE);
2343 find(char *pattern) argument
2351 pattern);
/freebsd-current/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp1193 uint32_t pattern;
1211 m_curr_packet.setAtomPacket(ATOM_PATTERN,f4_patterns[(lastByte & 0x3)], 4); // 4 atom pattern
1219 m_curr_packet.setAtomPacket(ATOM_PATTERN,0x1E, 5); // 5 atom pattern EEEEN
1223 m_curr_packet.setAtomPacket(ATOM_PATTERN,0x00, 5); // 5 atom pattern NNNNN
1227 m_curr_packet.setAtomPacket(ATOM_PATTERN,0x0A, 5); // 5 atom pattern NENEN
1231 m_curr_packet.setAtomPacket(ATOM_PATTERN,0x15, 5); // 5 atom pattern ENENE
1235 // TBD: warn about invalid pattern in here.
1243 pattern = ((uint32_t)0x1 << pattCount) - 1; // set pattern to string of E's
1245 pattern |
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h312 InstrPattern pattern; member in struct:lldb_private::DecodeResult
/freebsd-current/sys/dev/usb/gadget/
H A Dg_modem.c115 SYSCTL_STRING(_hw_usb_g_modem, OID_AUTO, pattern, CTLFLAG_RW,
116 &g_modem_pattern_data, sizeof(g_modem_pattern_data), "Data pattern");
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dd3.h189 u8 pattern[IWL_WOWLAN_MAX_PATTERN_LEN]; member in struct:iwl_wowlan_pattern_v1
224 * struct iwl_wowlan_ipv4_tcp_syn - WoWLAN IPv4 TCP SYN pattern data
249 * struct iwl_wowlan_ipv6_tcp_syn - WoWLAN Ipv6 TCP SYN pattern data
274 * union iwl_wowlan_pattern_data - Data for the different pattern types
281 * @bitmask: bitmask pattern data
286 * @ipv4_tcp_syn: IPv4 TCP SYN pattern data
291 * @ipv6_tcp_syn: IPv6 TCP SYN pattern data
639 * @pattern_number: number of the matched pattern
670 * @pattern_number: number of the matched pattern
702 * @pattern_number: number of the matched pattern
[all...]
/freebsd-current/sys/dev/vt/
H A Dvt.h345 const uint8_t *pattern, const uint8_t *mask,
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua174 -- Since word pattern contains last char we're re-adding it
178 -- Since id pattern contains last semi-colon we're re-adding it
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp77 // Only apply color formatting when a pattern information is specified.
84 llvm::Regex reg_pattern(pattern_info->pattern);
/freebsd-current/sys/cam/ctl/
H A Dctl_private.h137 ctl_lun_error_pattern pattern; member in struct:ctl_cmd_entry
/freebsd-current/contrib/libucl/src/
H A Ducl_schema.c78 * Check whether we have a pattern specified
81 ucl_schema_test_pattern (const ucl_object_t *obj, const char *pattern, bool recursive) argument
89 if (regcomp (&reg, pattern, REG_EXTENDED | REG_NOSUB) == 0) {
406 strcmp (ucl_object_key (elt), "pattern") == 0) {
410 "cannot compile pattern %s", ucl_object_tostring (elt));
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp115 temp_file(const char* pattern) : argument
120 atf::env::get("TMPDIR", "/tmp")) / pattern;
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h819 UniversalPrinter<std::string>::Print(regex_->pattern(), os);
825 UniversalPrinter<std::string>::Print(regex_->pattern(), os);
/freebsd-current/sbin/gvinum/
H A Dgvinum.c547 /* Parse a line of the config, return the word after <pattern>. */
549 find_pattern(char *line, const char *pattern) argument
555 if (!strcmp(ptr, pattern)) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c2520 struct cfg80211_pkt_pattern *pattern)
2540 ptlv->data_len = pattern->pattern_len;
2544 memcpy(ptlv->pattern, pattern->pattern, pattern->pattern_len);
2545 memcpy(ptlv->mask, pattern->mask, DIV_ROUND_UP(pattern->pattern_len, 8));
2517 mt76_connac_mcu_set_wow_pattern(struct mt76_dev *dev, struct ieee80211_vif *vif, u8 index, bool enable, struct cfg80211_pkt_pattern *pattern) argument

Completed in 250 milliseconds

1234567891011