/glibc-2.36/posix/ |
D | fnmatch_loop.c | 31 static int FCT (const CHAR *pattern, const CHAR *string, 39 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() function 181 if (FCT (p, n, string_end, no_leading_period, flags2, in FCT() 190 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags, in FCT() 204 && (FCT (p, n, string_end, no_leading_period, flags2, in FCT() 1071 if (FCT (p, string, string_end, no_leading_period, flags, NULL) == 0) in EXT() 1080 if (FCT (*PASTE (PATTERN_PREFIX, _at) (&list, pattern_i), string, in EXT() 1086 && (FCT (p, rs, string_end, in EXT() 1094 && FCT (pattern - 1, rs, string_end, in EXT() 1109 if (FCT (p, string, string_end, no_leading_period, flags, NULL) == 0) in EXT() [all …]
|
D | fnmatch.c | 110 #define FCT internal_fnmatch macro 132 #define FCT internal_fnwmatch macro
|
/glibc-2.36/elf/ |
D | tst-tlsmod14a.c | 14 #ifndef FCT 15 # define FCT in_dso1 macro 20 FCT (void) in FCT() function
|
D | tst-tlsmod14b.c | 1 #define FCT in_dso2 macro
|
/glibc-2.36/sysdeps/generic/ |
D | libc-lock.h | 105 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 107 typeof (***(FCT)) *__save_FCT = (DOIT) ? (FCT) : 0; \
|
/glibc-2.36/sysdeps/htl/ |
D | libc-lock.h | 31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 38 __handler.__handler = FCT; \
|
/glibc-2.36/sysdeps/nptl/ |
D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 162 void (*_cleanup_routine) (void *) = (FCT); \
|
/glibc-2.36/sysdeps/mach/ |
D | libc-lock.h | 175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) };
|
/glibc-2.36/manual/ |
D | pattern.texi | 38 @c FCT = internal_fnwmatch @mtsenv @mtslocale @ascuheap @acsmem 46 @c FCT dup @mtsenv @mtslocale @ascuheap @acsmem
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 2721 [_LIBC || ! __GNU_LIBRARY__][HANDLE_MULTIBYTE](FCT): Remove. 2773 [_LIBC || ! __GNU_LIBRARY__](FCT): Remove. 2808 (FCT): New. 2830 (FCT): Modified. 2832 (FCT): Modified function. 10653 (FCT): Modified function.
|
D | ChangeLog.24 | 655 (FCT): Modified function. 7984 (FCT): Modified. 7986 (FCT): Modified function.
|
D | ChangeLog.10 | 1240 * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when 1245 * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case, 1576 * posix/fnmatch_loop.c (FCT): Use ISWCTYPE instead of __iswctype, and
|
D | ChangeLog.12 | 4242 * posix/fnmatch_loop.c (FCT): Handle !() after * special like @() 7684 * posix/fnmatch_loop.c (FCT): Remove signed warnings.
|
D | ChangeLog.15 | 3150 * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
|
D | ChangeLog.13 | 9866 * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols. 9873 * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
|
D | ChangeLog.11 | 7182 * posix/fnmatch_loop.c (FCT): Only declare len if 12698 * elf/do-lookup.h (FCT): Likewise.
|
D | ChangeLog.17 | 12006 (FCT): Add ends argument. If ends != NULL and normal * is 12009 (EXT): Adjust FCT callers.
|
D | ChangeLog.18 | 27986 * posix/fnmatch_loop.c (FCT): Likewise. 39569 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping 43438 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array. 45790 * CANCEL-FCT-WAIVE: Remove file. 46673 (FCT): Change type of EXTRA from int32_t to wint_t. 48780 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if 50396 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest 65703 * posix/fnmatch_loop.c (FCT): Likewise. 90341 * posix/fnmatch_loop.c (FCT): Adjust caller. 95243 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
|
D | ChangeLog.6 | 9631 * nss/getXXbyYY_r.c (REENTRANT_NAME): Cast FCT in __nss_next call.
|
D | ChangeLog.14 | 7616 * elf/do-lookup.c (FCT): Don't inline.
|
D | ChangeLog.19 | 35517 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
|