| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-perl-brace-1 | 3 # Test recognition of Perl brace format strings. 47 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then 53 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
|
| lang-perl-2 | 4 # using brace format strings. 26 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \ 27 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass-perl-brace-format \ 28 --flag=__n:2:pass-perl-format --flag=__n:2:pass-perl-brace-format \ 29 -k__x --flag=__x:1:perl-brace-format \ 43 #, perl-brace-format 69 #, perl-brace-format
|
| xgettext-perl-1 | 111 gettext "This is {only} a brace formatstring."; 117 # xgettext: no-perl-format, perl-brace-format 122 # xgettext: perl-brace-format, no-perl-format 124 # xgettext: no-perl-brace-format, perl-format 154 -k_ --flag=_:1:pass-perl-format --flag=_:1:pass-perl-brace-format \ 155 -k%__ --flag=%__:1:pass-perl-format --flag=%__:1:pass-perl-brace-format \ 156 -k\$__ --flag=\$__:1:pass-perl-format --flag=\$__:1:pass-perl-brace-format \ 289 #, perl-brace-format 290 msgid "This is {only} a brace formatstring." 294 #, perl-format, perl-brace-forma [all...] |
| lang-perl-1 | 30 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \
|
| Makefile.am | 109 format-perl-brace-1 format-perl-brace-2 \
|
| /src/usr.bin/make/unit-tests/ |
| varmod-edge.mk | 20 # The first closing brace matches the opening parenthesis. 21 # The second closing brace actually ends the expression. 24 INP= (paren-brace} ( 26 EXP= (paren-brace} 31 # After the :M modifier has parsed the pattern, only the closing brace 37 # XXX: This is unexpected. The opening brace should also be unescaped. 52 # missing the closing brace. The expression is evaluated anyway. 53 # The final brace in the output comes from the end of M.nest-mix. 98 # closing brace would match the opening parenthesis (see paren-brace), an [all...] |
| recursive.mk | 35 # brace would be detected directly in the line where it is produced.
|
| directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
| varmod-sysv.mk | 45 # When the modifier ':from=to' is parsed, it lasts until the closing brace 65 # XXX: It's not intuitive why the closing brace must be escaped but not 66 # the opening brace.
|
| varmod-assign.mk | 111 # expect: make: Unfinished modifier after "value # missing closing brace", expecting "}" 112 @echo ${ASSIGN::=value # missing closing brace
|
| opt-debug-lint.mk | 81 # brace. This one isn't, therefore make falls back to parsing it as the SysV
|
| varmod-to-separator.mk | 41 # This example also demonstrates that the closing brace is not interpreted 57 # colon is followed by the closing brace. It's the latter case.
|
| moderrs.mk | 56 # The closing brace after the ${var} is part of the replacement string.
|
| varname.mk | 15 # braces and parentheses equally, therefore the first closing brace already
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| make-proto.pl | 13 my $brace = 0; 87 print $brace, " ", $_ if($debug); 114 $brace++; 214 $brace--; 217 $brace = 0; 219 if($brace == 0) {
|
| /src/usr.bin/make/ |
| dir.c | 687 /* Find the next closing brace in 'p', taking nested braces into account. */ 705 * Find the next closing brace or comma in the string, taking nested braces 753 * Expand curly braces like the C shell. Brace expansion by itself is purely 764 * brace First curly brace in it 769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, 777 middle = brace + 1; 785 prefix_len = (size_t)(brace - prefix); 806 /* skip over the comma or closing brace */ 892 const char *brace, *slash, *wildcard, *wildcardComponent local [all...] |
| /src/external/gpl2/gettext/lib/libnlspr/ |
| Makefile | 22 format-perl-brace.c \
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| Makefile.am | 78 ../src/format-perl-brace.c \
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 78 int bn; /* brace number */ 79 int brace; member in struct:pfctl
|
| pfctl.c | 764 int brace; local 870 brace = 0; 878 brace++; 888 if (brace) 893 if (brace) { 1146 * Don't make non-brace anchors part of the main anchor pool. 1213 int brace = 0; local 1224 brace++; 1254 if (brace && pf->opts & PF_OPT_VERBOSE) { 1383 /* non-brace anchor, create without resolving the path * [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| makeinfo.c | 1206 /* Read characters from the file until we are at MATCH or closing brace. 1212 int i, brace = 0; 1223 brace++; 1226 brace--; 1227 /* If looking for a brace, don't stop at the interior brace, 1229 if (brace == 0) 1235 if (brace < 0 || 1236 (brace == 0 && strncmp (input_text + i, match, match_len) == 0)) 2098 stack, and when the corresponding close brace is found, you can cal 1208 int i, brace = 0; local [all...] |
| /src/usr.bin/find/ |
| function.c | 724 int brace, lastbrace; local 738 for (ap = argv = *argvp, brace = 0;; ++ap) { 741 lastbrace = brace; 742 brace = 0; 744 brace = 1;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-md.cc | 621 has scanned the leading brace. Note that unlike quoted strings, 647 ("missing closing } for opening brace on line %lu",
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-md.cc | 621 has scanned the leading brace. Note that unlike quoted strings, 647 ("missing closing } for opening brace on line %lu",
|
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 635 char brace[2] = { 0 }; local 665 brace); 678 brace[0] == '}') 692 /* Skip past closing brace. */
|