Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 25 of 25) sorted by relevance

/glibc-2.36/posix/
Dposix-conf-vars.list2 # is of the format TYPE PREFIX SC_PREFIX with the opening curly brace on the
5 # one on each line with a curly brace on its own line ending the section.
Dwordexp.c1207 int brace = words[*offset] == '{'; in parse_param() local
1212 if (brace) in parse_param()
1220 if (!brace) in parse_param()
1247 if (!brace) in parse_param()
1264 if (brace) in parse_param()
1268 if (brace) in parse_param()
Dtst-regex.input7034 closing brace.
7521 (wordexp): Opening brace character isn't allowed unquoted.
8193 * misc/syslog.c (openlog_internal): Insert missing closing brace.
/glibc-2.36/localedata/charmaps/
DNATS-DANO-ADD101 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
104 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DNATS-SEFI-ADD101 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
104 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6229-1984-B-ADD126 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
129 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6229-1984-HAND-ADD123 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
126 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6229-1984-KANA172 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
175 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6229-1984-A183 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
186 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6229-1984-HAND186 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
189 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DJIS_C6220-1969-JP187 <left-brace> /x00 <U007B> LEFT CURLY BRACKET
190 <right-brace> /x00 <U007D> RIGHT CURLY BRACKET
DISO_8859-1,GL166 <left-brace> \d123 LEFT CURLY BRACKET
169 <right-brace> \d125 RIGHT CURLY BRACKET
DISO_1064686 <left-brace> /x00/x7B LEFT CURLY BRACKET
89 <right-brace> /x00/x7D RIGHT CURLY BRACKET
/glibc-2.36/manual/
Dpattern.texi656 opening brace there must be a closing one. Braces can be used
657 recursively. So it is possible to define one brace expression in
658 another one. It is important to note that the range of each brace
659 expression is completely contained in the outer brace expression (if
665 brace expressions. The commas used to separate the subexpressions must
666 be at the same level. Commas in brace subexpressions are not matched.
667 They are used during expansion of the brace expression of the deeper
2144 immediately after the close brace. For example, @samp{$@{foo@}s}
Dtexinfo.tex1419 % We can have normal brace characters in the PDF outlines, unlike
1663 % We can have normal brace characters in the PDF outlines, unlike
3306 % *right* brace they would have to use a command anyway, so they may as
3307 % well use a command to get a left brace too. We could re-use the
3343 % @{ @} @lbracechar{} @rbracechar{} all generate brace characters.
5597 % Swallow the left brace of the text (first parameter):
5605 \bgroup % Instead of the swallowed brace.
7531 % right brace, after last delimiter expect closing brace:
8247 % an opening brace, and that opening brace is not consumed.
9264 % pagealignmacro call if that space before the closing brace is
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.101621 unterminated brace expressions. Detect invalid characters
1622 in brace expressions.
1772 * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix missing brace
6654 * libio/ioputs.c (_IO_puts): Add missing brace.
DChangeLog.87034 closing brace.
7521 (wordexp): Opening brace character isn't allowed unquoted.
8193 * misc/syslog.c (openlog_internal): Insert missing closing brace.
DChangeLog.92300 * math/math.h: Add brace to correct #if expression.
DChangeLog.144746 closing brace.
10893 * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.
DChangeLog.54141 * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size
DChangeLog.nptl7195 (SEM_VALUE_MAX): Add missing brace.
DChangeLog.1311838 * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
DChangeLog.177571 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
DChangeLog.7446 * Makerules (libc.so): Add missing closing brace.
DChangeLog.1815173 valid brace expression despite GLOB_BRACE.