Searched refs:accepts (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/posix/ |
D | regexec.c | 3457 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/ |
D | config.h.in | 46 /* Define if compiler accepts -ftree-loop-distribute-patterns. */ 49 /* Define if compiler accepts -fno-stack-protector in an
|
D | NEWS | 50 * 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.
|
D | configure.ac | 1490 AC_CACHE_CHECK(if $CC accepts -fno-tree-loop-distribute-patterns with \
|
/glibc-2.36/manual/ |
D | lang.texi | 242 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
|
D | arith.texi | 385 @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.
|
D | startup.texi | 966 accepts two arguments, a function @var{function} and an arbitrary
|
D | argp.texi | 1285 argument mode, if an option that accepts an argument has multiple names,
|
D | socket.texi | 2393 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
|
D | pattern.texi | 1473 The function @code{regexec} accepts the following flags in the
|
D | terminal.texi | 192 mode is when the program accepts single-character commands or provides
|
D | filesys.texi | 3267 This function is a variant of @code{posix_fallocate64} which accepts
|
D | stdio.texi | 3900 number just as the @samp{%x} conversion accepts. The corresponding
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 4008 (group_nodes_into_DFAstates): Don't clear non-ascii chars in accepts
|
D | ChangeLog.18 | 65060 accepts -fno-tree-loop-distribute-patterns.
|