/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 85 static PATTERN *patterns; variable 502 if (patterns == NULL && !fflag) { in main() 750 pp->next = patterns; in addpattern() 751 patterns = pp; in addpattern() 829 (patterns != NULL && patterns->next == NULL) && !wflag && in fixpatterns() 830 (strlen(patterns->pattern) != 0) && conflag == 0 && in fixpatterns() 831 (Fflag || simple_pattern(patterns->pattern)); in fixpatterns() 842 for (pp = patterns; pp != NULL; pp = pp->next) { in fixpatterns() 943 if (patterns == NULL) in grep() 946 pp = patterns; in grep() [all …]
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 82 const ulong_t patterns[] = { variable 93 ASSERT(*membgn != patterns[pattern]); in scribble() 94 *membgn++ = patterns[pattern]; in scribble()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read2.cc | 942 result->patterns = NULL; in enter_percent() 965 result->patterns = (Name *) getmem(sizeof(Name) * result->patterns_total); in enter_percent() 973 result->patterns[pattern] = GETNAME(cp, cp1 - cp); in enter_percent() 977 result->patterns[pattern] = GETNAME(cp, (int) target->hash.length - (cp - wcb.get_string())); in enter_percent() 989 depe->patterns = NULL; in enter_percent() 1016 depe->patterns = (Name *) getmem(sizeof(Name) * depe->patterns_total); in enter_percent() 1024 depe->patterns[pattern] = GETNAME(cp, cp1 - cp); in enter_percent() 1028 … depe->patterns[pattern] = GETNAME(cp, (int) depe->name->hash.length - (cp - wcb1.get_string())); in enter_percent()
|
H A D | implicit.cc | 1190 Name prefix = pat_rule->patterns[0]; in match_found_with_pattern() 1217 Name suffix = pat_rule->patterns[pat_rule->patterns_total - 1]; in match_found_with_pattern() 1394 if (pat_rule->patterns[i]->dollar) { in construct_string_from_pattern() 1395 expand_value(pat_rule->patterns[i], in construct_string_from_pattern() 1400 append_string(pat_rule->patterns[i]->string_mb, in construct_string_from_pattern() 1402 pat_rule->patterns[i]->hash.length); in construct_string_from_pattern()
|
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | pciio.h | 92 struct pci_match_conf *patterns; /* pattern buffer */ member
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | test-suite.rst | 74 must contains all the patterns. 81 must contains none of the patterns.
|
/illumos-gate/usr/src/test/smbsrv-tests/doc/ |
H A D | README | 109 To run only a subset of the tests, you can pass match patterns
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/ |
H A D | repetition.dat | 106 # these ambiguous patterns (crafted just to test my code when I became
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | nameref.sh | 365 command typeset -n n=v.${k//['./']/_} 2> /dev/null || err_exit 'patterns with quotes not handled co…
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 84 static uint64_t patterns[2] = { variable 92 uint64_t pattern = patterns[pat]; in copy_pattern()
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 540 struct _Name **patterns; member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | sh.memo | 1180 patterns which contains back slashes within command substitution. 1559 The other parameter expansion modifiers use shell patterns 1561 A description of shell patterns is contained below. 1822 patterns for matching file names as well as for matching strings. 1830 These characters are used to form patterns that 1885 is a list of one or more patterns separated by a 1903 matches any pattern in the list of patterns enclosed in 1908 patterns, 1911 requires a match of one or more of any of the given patterns. 1918 matches anything except any of the given patterns. [all …]
|
H A D | RELEASE | 40 12-06-19 A bug in which patterns containing {...} where not processed 334 patterns has been fixed. 525 10-11-22 The handling of \ inside [...] for for shell and ~(E) patterns has 558 10-11-12 The sequences \< and \> are now preserved after patterns containing 1223 08-10-24 The lexer now accepts all RE characters for patterns prefixed 1479 08-02-15 A bug in ${var/pattern/string} for patterns of the form ?(*) and +(*) 1682 07-01-26 A bug in which ~(E) in patterns containing \ that are not inside () 1757 shell patterns has been documented. 1869 05-06-21 A bug in which nested patterns of the form {m,n}(pat) would cause 1878 05-05-23 +An extension to shell patterns that allows matching of nested [all …]
|
H A D | RELEASE93 | 140 o. Backreferencing sub-expressions in patterns and replacement 211 patterns with ${x/pattern/replace}.
|
H A D | RELEASE88 | 189 can be used within patterns, and within replacement strings
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | README | 257 routines to maintain a list of names or patterns for
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 422 06-12-20 features/libpath.sh: generalize sol.* LIBPATH patterns 464 06-10-01 path/pathshell.c: localize the shell path patterns and accept ksh93 1170 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns 1679 add comp/fakelink.h to synthesize a few symlink text patterns
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 812 …option\nwhen mounting a form, to insert a page\nbreak between alignment patterns.\nPerhaps you lef…
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.texi | 2887 If you specify any @var{patterns}, it displays longer information 2888 about each of the commands which match those @var{patterns}.
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 8886 # including other ^V ^Y patterns.
|
H A D | terminfo.src | 9980 # including other ^V ^Y patterns.
|