HomeSort by: relevance | last modified time | path
    Searched refs:characters (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
varmod-quote-dollar.mk 7 # The newline and space characters at the beginning of this string are passed
9 # discards the leading space characters.
sh-meta-chars.mk 3 # Tests for running shell commands that contain meta-characters.
5 # These meta-characters decide whether the command is run by the shell
14 # The command "exit 0" contains no special characters, therefore it is
varmod-quote.mk 6 # Any characters that might be interpreted by the shell are escaped.
7 # The set of escaped characters is the same, no matter which shell (sh, csh,
varmod-to-lower.mk 6 # TODO: What about non-ASCII characters? ISO-8859-1, UTF-8?
varmod-order.mk 36 # Extra characters after ':On' are detected and diagnosed.
45 # Extra characters after ':Onr' are detected and diagnosed.
54 # Extra characters after ':Orn' are detected and diagnosed.
varmod-to-title.mk 6 # TODO: What about non-ASCII characters? ISO-8859-1, UTF-8?
cond-func-exists.mk 19 # The only way to escape characters that would otherwise influence the parser
31 # See cond-func.mk for the characters that cannot be used directly.
suff-lookup.mk 16 # the correct characters.
varmod-order-string.mk 13 # regular characters. Therefore '`in' is a separate word from 'backticks`',
varmod-match.mk 8 # 1. Pattern characters '*', '?' and '\'
24 # 1. Pattern characters '*', '?' and '\'
26 # * matches 0 or more characters
31 # Since the pattern 'e' does not contain any pattern matching characters, it
38 # '*' matches 0 or more characters. The whole pattern matches all words that
39 # start with 's' and have 3 or more characters.
83 # [...] matches 1 character from the listed characters
84 # [^...] matches 1 character from the unlisted characters
186 # * matches 0 or more characters
314 # words that end with one of the characters from the list
    [all...]
var-op-assign.mk 21 # The variable value can contain arbitrary characters.
30 VAR= new value and \# some $$ special characters # comment
34 .if ${VAR} != "new value and \# some \$ special characters"
opt-debug-errors-jobs.mk 33 # irrelevant. Since "usually" is not "always", these space characters are
sh-dots.mk 18 # The dots cannot be prefixed by the usual @-+ characters.
cond-cmp-string.mk 72 # characters " \t!=><" directly after an expression in a string literal
78 # Some other characters worked though, and some didn't.
varmod-subst.mk 109 # characters, so the '*' from the pattern would only match a literal '*' in a
116 # characters, so the '.' from the pattern would only match a literal '.' in a
196 # including characters that are otherwise used as escape characters or
directive-for-escape.mk 3 # Test escaping of special characters in the iteration values of a .for loop.
5 # escaping and unescaping must pass all characters and strings unmodified.
79 # The .for loop splits ${VALUES} into 3 words, at the space characters, since
102 # special characters. This expression is properly balanced:
varname-makeflags.mk 48 # separate words to the MAKEFLAGS for the child processes. Special characters
63 # Demonstrate that '$' characters are altered when they are passed on to child
100 # '\{varname\}'. Make doesn't handle isolated '$' characters in
varmod-to-separator.mk 39 # quote though, or other special characters like dollar or backslash.
203 # Trailing characters after the octal character number are rejected.
211 # Trailing characters after the hexadecimal character number are rejected.
varname-empty.mk 12 # ${:Uvarname}=value, which allows for characters in the variable name that
  /src/lib/libedit/
chartype.h 47 #error wchar_t must store ISO 10646 characters
55 #warning Build environment does not support non-BMP characters
98 * the width given by ct_visual_width(). Returns the number of characters used
  /src/usr.sbin/sysinst/
msg.entropy.en 43 here, or you could enter random characters manually.
48 message entropy_add_manually {Manually input random characters}
54 {Enter one line of random characters.}
msg.entropy.es 43 here, or you could enter random characters manually.
48 message entropy_add_manually {Manually input random characters}
54 {Enter one line of random characters.}
msg.entropy.fr 43 here, or you could enter random characters manually.
48 message entropy_add_manually {Manually input random characters}
54 {Enter one line of random characters.}
msg.entropy.pl 43 here, or you could enter random characters manually.
48 message entropy_add_manually {Manually input random characters}
54 {Enter one line of random characters.}
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 188 /* Avoid ", \n, and [] as a part of label name. These are not valid characters of a label name */
191 /* Avoid ", \n, \\, and [] as a part of data. These are not valid characters of data */

Completed in 43 milliseconds

1 2 3