/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.txt | 30 specifications did not precisely define how character string matching 33 algorithms for character-based matching rules defined for use in 40 A Lightweight Directory Access Protocol (LDAP) [RFC4510] matching 46 True - the attribute contains a matching value, 48 False - the attribute contains no matching value, 51 a matching value. 63 For instance, the caseIgnoreMatch matching rule may be used to 67 1.2. X.500 String Matching Rules 70 things) value syntaxes and matching rules for comparing values 74 The caseIgnoreMatch matching rule [X.520], for example, is simply [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.h | 185 * @handler: Matching callback function 186 * @eloop_data: Matching eloop_data or %ELOOP_ALL_CTX to match all 187 * @user_data: Matching user_data or %ELOOP_ALL_CTX to match all 190 * Cancel matching <handler,eloop_data,user_data> timeouts registered with 199 * @handler: Matching callback function 200 * @eloop_data: Matching eloop_data 201 * @user_data: Matching user_data 205 * Cancel matching <handler,eloop_data,user_data> timeout registered with 214 * @handler: Matching callback function 215 * @eloop_data: Matching eloop_data [all …]
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.5 | 18 line. Each line must have a matching segment and an action segment. 47 where there can be a list of matching expressions and a list of actions 48 to perform if all of the matching expressions are matched up with by 54 .SH SYNTAX - MATCHING 55 In the above example, the matching segment was confined to matching on 75 actioned in response to an otherwise matching log record from the kernel. 96 This option is used to match against the result of packet matching in the 99 matching log records generated for all packets as the default. 119 At present, only IPv4 matching is available for source/destination address 120 matching. [all …]
|
/freebsd/usr.bin/grep/ |
H A D | grep.1 | 110 to output lines matching the specified pattern. 135 Mark up the matching text with the expression stored in the 197 If specified, it excludes files matching the given 206 If a name matches multiple patterns, the latest matching rule wins. 216 is specified, it excludes directories matching the 225 If a name matches multiple patterns, the latest matching rule wins. 268 Perform case insensitive matching. 273 If specified, only files matching the given filename 281 If a name matches multiple patterns, the latest matching rule wins. 287 is specified, only directories matching the given filename [all …]
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch.1 | 239 Enable probes matching the specified function names. 244 Only show processes matching 252 Only show processes matching 256 Only show processes matching 276 Enable probes matching the specified module names. 280 Enable probes matching the specified probe names. 284 matching entries 308 Only show processes with matching 314 Enable probe matching the specified provider name. 322 Only show blocks matching [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 10 // profile matching. 30 "min-func-count-for-cg-matching", cl::Hidden, cl::init(5), 32 "run stale profile call graph matching.")); 35 "min-call-count-for-cg-matching", cl::Hidden, cl::init(3), 37 "run stale profile call graph matching.")); 47 "profile matching will be skipped.")); 75 // Extract profile matching anchors in the IR. in findIRAnchors() 84 // Flatten inlined IR for the matching. in findIRAnchors() 102 // instructions to extract the line locations for profile matching. in findIRAnchors() 174 // matching them. in functionMatchesProfile() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileMatcher.h | 25 // Sample profile matching - fuzzy match. 45 // InitialMatch stays matched after fuzzy profile matching. 47 // InitialMismatch stays mismatched after fuzzy profile matching. 49 // InitialMismatch is recovered after fuzzy profile matching. 52 // matching. 56 // For each function, store every callsite and its matching state into this 70 // matching result. 74 // The new functions found by the call graph matching. The map's key is the 85 // the original matched symbols before the matching. this is to determine if 110 // Profile call-graph matching statstics: [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseMemoryLib.h | 223 Scans a target buffer for an 8-bit value, and returns a pointer to the matching 8-bit value 228 then a pointer to the matching byte in the target buffer is returned. If no match is found, 238 @return A pointer to the matching byte in the target buffer, otherwise NULL. 250 Scans a target buffer for a 16-bit value, and returns a pointer to the matching 16-bit value 255 then a pointer to the matching byte in the target buffer is returned. If no match is found, 267 @return A pointer to the matching byte in the target buffer, otherwise NULL. 279 Scans a target buffer for a 32-bit value, and returns a pointer to the matching 32-bit value 284 then a pointer to the matching byte in the target buffer is returned. If no match is found, 296 @return A pointer to the matching byte in the target buffer, otherwise NULL. 308 Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-bit value [all …]
|
/freebsd/contrib/libarchive/tar/ |
H A D | read.c | 69 static int unmatched_inclusions_warn(struct archive *matching, const char *); 76 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_t() 95 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_x() 151 if (archive_match_include_pattern(bsdtar->matching, in read_archive() 154 archive_error_string(bsdtar->matching)); in read_archive() 160 bsdtar->matching, bsdtar->names_from_file, in read_archive() 163 archive_error_string(bsdtar->matching)); in read_archive() 238 archive_match_path_unmatched_inclusions(bsdtar->matching) == 0) in read_archive() 285 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive() 386 unmatched_inclusions_warn(struct archive *matching, const char *msg) in unmatched_inclusions_warn() argument [all …]
|
H A D | bsdtar.c | 260 bsdtar->matching = archive_match_new(); in main() 261 if (bsdtar->matching == NULL) in main() 332 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main() 339 bsdtar->matching, in main() 442 if (archive_match_include_pattern(bsdtar->matching, in main() 515 if (archive_match_include_date(bsdtar->matching, in main() 519 archive_error_string(bsdtar->matching)); in main() 522 if (archive_match_include_file_time(bsdtar->matching, in main() 526 archive_error_string(bsdtar->matching)); in main() 529 if (archive_match_include_date(bsdtar->matching, in main() [all …]
|
/freebsd/usr.bin/killall/ |
H A D | killall.1 | 63 message indicating that no matching processes have been found. 65 Use the effective user ID instead of the (default) real user ID for matching 102 Limit potentially matching processes to those belonging to 106 Limit potentially matching processes to those running on 110 Limit potentially matching processes to those matching 188 to all processes matching provided pattern (like vim and vimdiff):
|
/freebsd/usr.bin/clang/llvm-extract/ |
H A D | llvm-extract.1 | 62 Extract the alias matching \fIalias\-regular\-expr\fP from the LLVM bitcode. 63 All alias matching the regular expression will be extracted. May be 106 Extract the function(s) matching \fIfunction\-regular\-expr\fP from the LLVM bitcode. 107 All functions matching the regular expression will be extracted. May be 123 Extract the global variable(s) matching \fIglobal\-regular\-expr\fP from the LLVM 124 bitcode. All global variables matching the regular expression will be
|
/freebsd/sys/netlink/route/ |
H A D | common.h | 38 NL_RTM_DELLINK = 17, /* deletes matching interface */ 39 NL_RTM_GETLINK = 18, /* lists matching interfaces */ 43 NL_RTM_GETADDR = 22, /* lists matching ifaddrs */ 45 NL_RTM_DELROUTE = 25, /* deletes matching route */ 46 NL_RTM_GETROUTE = 26, /* lists matching routes */ 48 NL_RTM_DELNEIGH = 29, /* deletes matching arp/ndp entry */ 49 NL_RTM_GETNEIGH = 30, /* lists matching arp/ndp entry */ 88 NL_RTM_DELNEXTHOP = 105, /* deletes matching nexthop */
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithNames | 64 * RESULT: matching list of probes with module genunix and 73 * RESULT: matching list of probes with provider sysinfo, module 77 * RESULT: matching list of probes with module genunix 85 * RESULT: matching list of probes with and function read. 89 * RESULT: matching list of probes with provider profile and function 94 * RESULT: matching list of both read and write probes.
|
H A D | man.TraceModule | 71 * RESULT: Number of probes matching the description genunix 84 * RESULT: tracing of all the probes matching provider fbt and module 89 * RESULT: tracing of all the probes matching module genunix with 94 * RESULT: tracing of all the probes matching module genunix with 112 * RESULT: tracing of all the probes matching module genunix,
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.5 | 102 rules cause the matching packet to be queued up for processing by a 124 matching rule to be used as the decision maker. So even if the first 125 rule to match a packet is a pass, if there is a later matching rule 128 .SS Matching Network Interfaces 154 .SS Address matching (basic) 155 The first and most basic part of matching for filtering rules is to 164 address matching in both IPv4 and IPv6. If the '/' and bitmask size 165 are excluded from the matching string, it is assumed that the address 192 .SS Protocol Matching 310 .SS TCP/UDP Port Matching [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_tag.4 | 59 for matching packets, a destination hook for non-matching packets, 94 with tag addition on outgoing matching hook. 101 to forward all packets to non-matching hook), 142 Matching and non-matching incoming packets are delivered out the hooks named 219 node which will check for the specified string and return non-matching 222 Matching packets are passed to
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 117 struct bhnd_hwrev_match core_rev; /**< matching core revisions. */ 165 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ 229 struct bhnd_hwrev_match board_rev; /**< matching board revisions */ 230 struct bhnd_hwrev_match board_srom_rev; /**< matching board srom revisions */ 266 * @warning Matching on board attributes relies on NVRAM access, and will 296 struct bhnd_hwrev_match core_rev; /**< matching core revisions. */ 302 struct bhnd_hwrev_match chip_rev; /**< matching chip revisions */ 309 struct bhnd_hwrev_match board_rev; /**< matching board revisions */ 310 struct bhnd_hwrev_match board_srom_rev; /**< matching board srom revisions */
|
H A D | bhnd_erom_if.m | 150 * @param[out] core On success, the matching core info record. 153 * @retval ENOENT No core matching @p desc was found. 166 * If a core matching @p desc is not found, or the requested port region 167 * is not mapped to the matching core, ENOENT is returned. 180 * @retval ENOENT No core matching @p desc was found. 181 * @retval ENOENT No port region matching @p type, @p port, and @p region
|
/freebsd/crypto/openssh/ |
H A D | ssherr.c | 89 return "no matching cipher found"; in ssh_err() 91 return "no matching MAC found"; in ssh_err() 93 return "no matching compression method found"; in ssh_err() 95 return "no matching key exchange method found"; in ssh_err() 97 return "no matching host key type found"; in ssh_err()
|
/freebsd/usr.bin/rctl/ |
H A D | rctl.8 | 58 argument is specified, only rules matching the filter are displayed. 73 Remove rules matching 85 matching the 95 Modifying rules affects all currently running and future processes matching 255 Display all rules matching user "joe": 258 Display all rules matching login classes:
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.5 | 29 that appears after it. In essence, the LHS is the packet matching and the 66 le0 (the address/mask pair of 0/0 matching all packets) to that of the 166 If we wish to be more specific about our initial matching criteria on the 181 negation matching with source addresses is 280 .SS Extended matching 295 address matching 10.1.0.0/16 and a destination matching 192.168.1.0/24. 344 The from-to source-destination matching used with 474 rule requires the same level of packet matching as before, protocol and 553 matching however the rule 565 On the LHS is a normal set of matching capabilities but on the RHS it is [all …]
|
/freebsd/contrib/less/ |
H A D | brac.c | 12 * Routines to perform bracket matching functions. 75 * Search the file for the matching bracket. in match_brac() 90 * Found the matching bracket. in match_brac() 98 error("No matching bracket", NULL_PARG); in match_brac()
|
/freebsd/sys/contrib/device-tree/Bindings/hsi/ |
H A D | omap-ssi.txt | 11 - reg: Contains a matching register specifier for each entry 14 - interrupts: Contains matching interrupt information for each entry 22 - clocks: Contains a matching clock specifier for each entry in 34 - reg: Contains a matching register specifier for each entry
|
/freebsd/contrib/nvi/regex/ |
H A D | re_format.7 | 83 An atom is a regular expression enclosed in `()' (matching a match for the 85 an empty set of `()' (matching the null string)\(dg, 87 (matching any single character), `^' (matching the null string at the 88 beginning of a line), `$' (matching the null string at the 95 or a single character with no other significance (matching that character). 205 If case-independent matching is specified, 263 1003.2's specification of case-independent matching is vague.
|