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

  /src/usr.bin/make/unit-tests/
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/usr.bin/rdist/
defs.h 69 #define PATTERN 13
  /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...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_dp_types.h 500 uint8_t PATTERN :3;
519 unsigned char PATTERN :2;

Completed in 13 milliseconds