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

1 2 3 4 5 6 7 8

  /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.
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-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"
  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README 40 o For conversions between upper, lower, and title case, UCS2 characters
41 always convert to other UCS2 characters, and UTF-16 characters always
42 convert to other UTF-16 characters.
50 o UTBM_IGNORE_NONSPACING - ignore non-spacing characters in the pattern and
58 This flag also causes all characters identified
  /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/external/bsd/nvi/dist/motif_l/
m_motif.h 35 ( scr->characters + Linear( scr, y, x ) )
66 char *characters; member in struct:__anon7601
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
bidiapi.txt 32 directionality of the characters in the specified substring.
35 and is used only in cases where a string contains no characters with strong
api.txt 99 the characters at the same time.
137 This function takes a pair of characters and determines if they combine to
153 This function does a canonical composition of characters in the string.
283 Can the character be decomposed into a set of other characters?
  /src/external/bsd/tre/dist/tests/agrep/
records.ok 2 match a starts at a character. Similarly, at a character. characters are
4 character. that characters match; cannot as characters that a (a character) and an (an extra character) a character, that a and an added a larger than
11 match a starts at a character. Similarly, at a character. characters are
13 character. that characters match; cannot as characters that a (a character) and an (an extra character) a character, that a and an added a larger than
37 (standard input): match(standard input): a(standard input): starts(standard input): at(standard input): a(standard input): character.(standard input): Similarly,(standard input): at(standard input): a(standard input): character.(standard input): characters(standard input): are(standard input):
39 character.(standard input): that(standard input): characters(standard input): match;(standard input): cannot(standard input): as(standard input): characters(standard input): that(standard input): a(standard input): (a(standard input): character)(standard input): and(standard input): an(standard input): (an(standard input): extra(standard input): character)(standard input): a(standard input): character,(standard input): that(standard input): a(standard input): and(standard input): an(standard input): added(standard input): a(standard input): larger(standard input): than(standard input):
92 character. characters ar
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
mkbuildinf.pl 38 * Generate compiler_flags as an array of individual characters. This is a
48 # Max 16 characters per line
  /src/crypto/external/bsd/openssl/dist/util/
mkbuildinf.pl 38 * Generate compiler_flags as an array of individual characters. This is a
48 # Max 16 characters per line
  /src/crypto/external/bsd/openssl.old/dist/util/
mkbuildinf.pl 34 * Generate compiler_flags as an array of individual characters. This is a
44 # Max 16 characters per line
  /src/external/gpl3/binutils/dist/gprofng/src/
DefaultHandler.h 91 virtual void characters (char *ch, int start, int length) = 0;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DefaultHandler.h 91 virtual void characters (char *ch, int start, int length) = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
ascii.d 4 Functions which operate on ASCII characters.
6 All of the functions in std.ascii accept Unicode characters but
8 `false` for non-ASCII characters, and all `toX` functions do nothing
9 to non-ASCII characters.
11 For functions which operate on Unicode characters, see
107 All control characters in the ASCII table ($(HTTPS www.asciitable.com, source)).
151 // Because all ASCII characters fit in char, so do these
154 // All control characters except del are in row starting from 0
232 // N.B.: does not return true for non-ASCII Unicode alphabetic characters:
409 characters
    [all...]
  /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 80 /* Avoid ", \n, and [] as a part of label name. These are not valid characters of a label name */
83 /* Avoid ", \n, \\, and [] as a part of data. These are not valid characters of data */
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgcat-stringtable-1 11 is completely ignored, even if in "quotes", or \escape characters, etc.
42 # is completely ignored, even if in "quotes", or \escape characters, etc.
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 200 . { /* ignore bad characters */ }
698 werror("too many characters in character constant");
731 werror("too many characters in wide-character constant");
  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 18 void trim(string& s, string characters)
20 size_t p = s.find_first_not_of(characters);
23 p = s.find_last_not_of(characters);

Completed in 46 milliseconds

1 2 3 4 5 6 7 8