Searched refs:C (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | tst-fnmatch.input | 84 # B.6 004(C) 91 # B.6 005(C) 96 # B.6 006(C) 100 # B.6 007(C) 107 # B.6 009(C) 115 # B.6 010(C) 197 C "C" "[[:alnum:]]" 0 308 C "b" "[A-C]" NOMATCH 588 C.UTF-8 "C" "[[:alnum:]]" 0 699 C.UTF-8 "b" "[A-C]" NOMATCH [all …]
|
A D | tst-rxspencer.c | 231 #define C(x) { REG_##x, #x } in test() macro 232 = { C(NOERROR), C(NOMATCH), C(BADPAT), C(ECOLLATE), in test() 233 C(ECTYPE), C(EESCAPE), C(ESUBREG), C(EBRACK), in test() 234 C(EPAREN), C(EBRACE), C(BADBR), C(ERANGE), in test() 235 C(ESPACE), C(BADRPT) }; in test()
|
A D | fnmatch.c | 115 #define BTOWC(C) btowc (C) argument 119 #define MEMCHR(S, C, N) memchr (S, C, N) argument 136 #define BTOWC(C) (C) argument 140 #define MEMCHR(S, C, N) wmemchr (S, C, N) argument
|
A D | posix-envs.def | 2 Copyright (C) 2012-2021 Free Software Foundation, Inc. 3 This file is part of the GNU C Library. 5 The GNU C Library is free software; you can redistribute it and/or 10 The GNU C Library is distributed in the hope that it will be useful, 16 License along with the GNU C Library; if not, see
|
A D | PCRE.tests | 442 A.B.C.D 443 0: A.B.C.D 445 a.b.c.1.2.3.C 446 0: a.b.c.1.2.3.C 447 1: .C 1898 A-C 1919 A]C 1944 2: C 1991 1: C
|
A D | globtest.sh | 41 LC_ALL=C
|
A D | Makefile | 197 C.UTF-8 \
|
A D | tst-regex.input | 486 strictly ISO C compliant programs. 3566 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale 4212 necessary since this disturbs C++. 5987 * locale/C-ctype.c: Correct charset name. 7975 * sysdeps/generic/getresuid.c (__getresuid): Use ISO C 9117 * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++ 10226 C compiler. From Kaveh Ghazi. 10959 * locale/C-ctype.c: Correct data for isw* functions. 11318 * posix/sys/wait.h: Don't use transparent unions in C++. 11556 fields, this is no ISO C. Reported by Andreas Jaeger. [all …]
|
A D | BOOST.tests | 454 ; try to match C++ syntax elements:
|
/posix/rxspencer/ |
A D | tests | 44 a( C EPAREN 49 a(b C EPAREN 96 | C EMPTY 98 * C BADRPT 100 + C BADRPT 101 ? C BADRPT 102 "" &C EMPTY 106 |ab C EMPTY 107 ab| C EMPTY 119 ^* C BADRPT [all …]
|
Completed in 39 milliseconds