Home
last modified time | relevance | path

Searched refs:FCT (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/posix/
Dfnmatch_loop.c31 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 …]
Dfnmatch.c110 #define FCT internal_fnmatch macro
132 #define FCT internal_fnwmatch macro
/glibc-2.36/elf/
Dtst-tlsmod14a.c14 #ifndef FCT
15 # define FCT in_dso1 macro
20 FCT (void) in FCT() function
Dtst-tlsmod14b.c1 #define FCT in_dso2 macro
/glibc-2.36/sysdeps/generic/
Dlibc-lock.h105 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument
107 typeof (***(FCT)) *__save_FCT = (DOIT) ? (FCT) : 0; \
/glibc-2.36/sysdeps/htl/
Dlibc-lock.h31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument
38 __handler.__handler = FCT; \
/glibc-2.36/sysdeps/nptl/
Dlibc-lock.h157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument
162 void (*_cleanup_routine) (void *) = (FCT); \
/glibc-2.36/sysdeps/mach/
Dlibc-lock.h175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument
180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) };
/glibc-2.36/manual/
Dpattern.texi38 @c FCT = internal_fnwmatch @mtsenv @mtslocale @ascuheap @acsmem
46 @c FCT dup @mtsenv @mtslocale @ascuheap @acsmem
/glibc-2.36/ChangeLog.old/
DChangeLog.222721 [_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.
DChangeLog.24655 (FCT): Modified function.
7984 (FCT): Modified.
7986 (FCT): Modified function.
DChangeLog.101240 * 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
DChangeLog.124242 * posix/fnmatch_loop.c (FCT): Handle !() after * special like @()
7684 * posix/fnmatch_loop.c (FCT): Remove signed warnings.
DChangeLog.153150 * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
DChangeLog.139866 * 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.
DChangeLog.117182 * posix/fnmatch_loop.c (FCT): Only declare len if
12698 * elf/do-lookup.h (FCT): Likewise.
DChangeLog.1712006 (FCT): Add ends argument. If ends != NULL and normal * is
12009 (EXT): Adjust FCT callers.
DChangeLog.1827986 * 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
DChangeLog.69631 * nss/getXXbyYY_r.c (REENTRANT_NAME): Cast FCT in __nss_next call.
DChangeLog.147616 * elf/do-lookup.c (FCT): Don't inline.
DChangeLog.1935517 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.