| /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/external/ibm-public/postfix/dist/src/util/ |
| close_on_exec.c | 47 #define PATTERN FD_CLOEXEC 57 if (fcntl(fd, F_SETFD, on ? flags | PATTERN : flags & ~PATTERN) < 0) 59 return ((flags & PATTERN) != 0);
|
| non_blocking.c | 50 #define PATTERN FNDELAY 52 #define PATTERN O_NONBLOCK 63 if (fcntl(fd, F_SETFL, on ? flags | PATTERN : flags & ~PATTERN) < 0) 65 return ((flags & PATTERN) != 0);
|
| /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;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genrecog.cc | 28 for the pattern that matched. This is the same as the order in the 34 present, recog will accept a pattern if it matches except for 75 3. Look for common subtrees and split them out into "pattern" routines. 78 In the latter case the users of the pattern routine pass the 86 If a pattern contains: 142 /* Whether pattern routines should calculate positions relative to their 144 a pattern routine to be shared between a plain SET and a PARALLEL 153 /* Whether pattern routines should be allowed to test whether pnum_clobbers 157 /* Whether pattern routines should be allowed to test .md file C conditions. 163 /* Whether to require each parameter passed to a pattern routine to b 713 validate_pattern (SET_DEST (pattern), info, pattern, '='); local 719 validate_pattern (SET_DEST (pattern), info, pattern, '='); local 1207 pattern_use *pattern; member in union:rtx_test::__anon13722 1325 rtx_test::pattern (position *pos, pattern_use *pattern) function in class:rtx_test 2349 merge_pattern_info *pattern; member in class:merge_state_result 3881 rtx pattern; member in class:pattern_pos 5278 rtx pattern = rtx_alloc (SEQUENCE); local 5309 rtx pattern = *pattern_ptr; local 5362 rtx pattern; local [all...] |
| rtl.h | 656 (a) a table of absolute jumps, in which case PATTERN (this) is an 660 PATTERN (this) is an ADDR_DIFF_VEC, with arg 0 a LABEL_REF and 1506 inline rtx PATTERN (const_rtx insn) 1511 inline rtx& PATTERN (rtx insn) 1542 rtx pat = PATTERN (this); 1555 return as_a <scalar_int_mode> (GET_MODE (PATTERN (this))); 1723 && (GET_CODE (PATTERN (INSN)) \ 1729 && (GET_CODE (PATTERN (INSN)) \ 1733 (GET_CODE (PATTERN (INSN)) == DEBUG_MARKER \ 1734 ? (GET_MODE (PATTERN (INSN)) == VOIDmode [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genrecog.cc | 28 for the pattern that matched. This is the same as the order in the 34 present, recog will accept a pattern if it matches except for 75 3. Look for common subtrees and split them out into "pattern" routines. 78 In the latter case the users of the pattern routine pass the 86 If a pattern contains: 142 /* Whether pattern routines should calculate positions relative to their 144 a pattern routine to be shared between a plain SET and a PARALLEL 153 /* Whether pattern routines should be allowed to test whether pnum_clobbers 157 /* Whether pattern routines should be allowed to test .md file C conditions. 163 /* Whether to require each parameter passed to a pattern routine to b 713 validate_pattern (SET_DEST (pattern), info, pattern, '='); local 719 validate_pattern (SET_DEST (pattern), info, pattern, '='); local 1207 pattern_use *pattern; member in union:rtx_test::__anon16152 1325 rtx_test::pattern (position *pos, pattern_use *pattern) function in class:rtx_test 2349 merge_pattern_info *pattern; member in class:merge_state_result 3881 rtx pattern; member in class:pattern_pos 5278 rtx pattern = rtx_alloc (SEQUENCE); local 5309 rtx pattern = *pattern_ptr; local 5362 rtx pattern; local [all...] |
| rtl.h | 654 (a) a table of absolute jumps, in which case PATTERN (this) is an 658 PATTERN (this) is an ADDR_DIFF_VEC, with arg 0 a LABEL_REF and 1504 inline rtx PATTERN (const_rtx insn) 1509 inline rtx& PATTERN (rtx insn) 1540 rtx pat = PATTERN (this); 1553 return as_a <scalar_int_mode> (GET_MODE (PATTERN (this))); 1721 && (GET_CODE (PATTERN (INSN)) \ 1727 && (GET_CODE (PATTERN (INSN)) \ 1731 (GET_CODE (PATTERN (INSN)) == DEBUG_MARKER \ 1732 ? (GET_MODE (PATTERN (INSN)) == VOIDmode [all...] |