HomeSort by: relevance | last modified time | path
    Searched refs:PATTERN (Results 1 - 9 of 9) sorted by relevancy

  /src/bin/pax/
pax.h 80 * Pattern matching structure
84 typedef struct pattern { struct
85 char *pstr; /* pattern to match, user supplied */
90 #define MTCH 0x1 /* pattern has been matched */
91 #define DIR_MTCH 0x2 /* pattern matched a directory */
93 struct pattern *fow; /* next pattern */
94 } PATTERN;
116 PATTERN *pat; /* ptr to pattern match (if any) *
    [all...]
pat_rep.c 63 * routines to handle pattern matching, name modification (regular expression
70 static PATTERN *pathead = NULL; /* file pattern match list head */
71 static PATTERN *pattail = NULL; /* file pattern match list tail */
135 * allocate space for the node that handles this replacement pattern
229 * add a pattern match to the pattern match list. Pattern matches are used
233 * pattern match list is empty)
    [all...]
  /src/usr.bin/rdist/
gram.y 66 %term PATTERN 13
79 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
168 | PATTERN namelist SM = {
346 c = PATTERN;
defs.h 69 #define PATTERN 13
docmd.c 632 if (sc->sc_type != EXCEPT && sc->sc_type != PATTERN)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_dp_types.h 500 uint8_t PATTERN :3;
519 unsigned char PATTERN :2;
  /src/usr.bin/make/unit-tests/
varmisc.mk 203 # expect: make: Unclosed expression, expecting "}" for modifier "M${PATTERN"
204 @echo ${UNCLOSED:M${PATTERN
varmod-match.mk 4 # given pattern.
8 # 1. Pattern characters '*', '?' and '\'
24 # 1. Pattern characters '*', '?' and '\'
30 # The pattern is anchored both at the beginning and at the end of the word.
31 # Since the pattern 'e' does not contain any pattern matching characters, it
37 # The pattern character '?' matches exactly 1 character, the pattern character
38 # '*' matches 0 or more characters. The whole pattern matches all words that
44 # A pattern without placeholders only matches itself
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 102 DC_LOG_HW_LINK_TRAINING("%s\n %x pattern = %x\n",
200 enum dc_dp_training_pattern pattern)
205 switch (pattern) {
220 DC_LOG_HW_LINK_TRAINING("%s: Invalid HW Training pattern: %d\n",
221 __func__, pattern);
236 enum dc_dp_training_pattern pattern,
258 dc_dp_training_pattern_to_dpcd_training_pattern(link, pattern);
264 DC_LOG_HW_LINK_TRAINING("%s\n LTTPR Repeater ID: %d\n 0x%X pattern = %x\n",
270 DC_LOG_HW_LINK_TRAINING("%s\n 0x%X pattern = %x\n",
1072 /* 4. mainlink output idle pattern*/
3801 enum dpcd_phy_test_patterns pattern; local in function:dc_link_dp_set_test_pattern
    [all...]

Completed in 33 milliseconds