Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/posix/
Dregexec.c3457 bitset_t accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates() local
3459 bitset_empty (accepts); in group_nodes_into_DFAstates()
3471 bitset_set (accepts, node->opr.c); in group_nodes_into_DFAstates()
3474 bitset_merge (accepts, node->opr.sbcset); in group_nodes_into_DFAstates()
3480 bitset_merge (accepts, dfa->sb_char); in group_nodes_into_DFAstates()
3483 bitset_set_all (accepts); in group_nodes_into_DFAstates()
3485 bitset_clear (accepts, '\n'); in group_nodes_into_DFAstates()
3487 bitset_clear (accepts, '\0'); in group_nodes_into_DFAstates()
3493 memset (accepts, -1, ASCII_CHARS / CHAR_BIT); in group_nodes_into_DFAstates()
3495 bitset_merge (accepts, utf8_sb_map); in group_nodes_into_DFAstates()
[all …]
/glibc-2.36/
Dconfig.h.in46 /* Define if compiler accepts -ftree-loop-distribute-patterns. */
49 /* Define if compiler accepts -fno-stack-protector in an
DNEWS50 * localedef now accepts locale definition files encoded in UTF-8.
881 * The dynamic linker accepts the --list-tunables argument which prints
885 * The dynamic linker accepts the --argv0 argument and provides opportunity
1642 * The dynamic linker accepts the --preload argument to preload shared
3825 [20611] network: getaddrinfo accepts invalid numeric scope IDs
5009 understands and accepts the risks.
5944 * iconv (the program and the interface) now accepts empty names (excluding
6262 * strtod accepts new hexadecimal floating-point format from ISO C 9X.
Dconfigure.ac1490 AC_CACHE_CHECK(if $CC accepts -fno-tree-loop-distribute-patterns with \
/glibc-2.36/manual/
Dlang.texi242 A function that accepts a variable number of arguments must be declared
312 Steps 1 and 3 must be performed in the function that accepts the
515 Here is a complete sample function that accepts a variable number of
Darith.texi385 @code{isfinite} is implemented as a macro which accepts any
2739 a @code{long long int} value, and accepts numbers with a correspondingly
2812 a @code{intmax_t} value, and accepts numbers of a corresponding range.
Dstartup.texi966 accepts two arguments, a function @var{function} and an arbitrary
Dargp.texi1285 argument mode, if an option that accepts an argument has multiple names,
Dsocket.texi2393 waits for and accepts the connection. Here we discuss what the client
3222 specified set of ports. When it receives a message, it accepts the
Dpattern.texi1473 The function @code{regexec} accepts the following flags in the
Dterminal.texi192 mode is when the program accepts single-character commands or provides
Dfilesys.texi3267 This function is a variant of @code{posix_fallocate64} which accepts
Dstdio.texi3900 number just as the @samp{%x} conversion accepts. The corresponding
/glibc-2.36/ChangeLog.old/
DChangeLog.144008 (group_nodes_into_DFAstates): Don't clear non-ascii chars in accepts
DChangeLog.1865060 accepts -fno-tree-loop-distribute-patterns.