Home
last modified time | relevance | path

Searched refs:FOLD_FN_CHAR (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/cvs/lib/
H A Dfnmatch.c71 if (FOLD_FN_CHAR (*n) != FOLD_FN_CHAR (c))
91 if ((c == '[' || FOLD_FN_CHAR (*n) == FOLD_FN_CHAR (c1)) &&
170 if (FOLD_FN_CHAR (c) != FOLD_FN_CHAR (*n))
H A Dsystem.h460 #define FOLD_FN_CHAR(c) (WNT_filename_classes[(unsigned char) (c)]) macro
466 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/')
485 #ifndef FOLD_FN_CHAR
486 #define FOLD_FN_CHAR(c) (c) macro
H A Dfncase.c112 *filename = FOLD_FN_CHAR (*filename); in fnfold()
H A DChangeLog125 * fnmatch.c: Use FOLD_FN_CHAR in two cases where it had been
130 * fnmatch.c: Include system.h; FOLD_FN_CHAR has moved there from
131 config.h (from Alexey Milov). Don't define our own FOLD_FN_CHAR;
189 FOLD_FN_CHAR, FILENAMES_CASE_INSENSITIVE, and ISDIRSEP, and
657 (CVS_MKDIR, FOLD_FN_CHAR, fnfold, fncmp, ISDIRSEP, OPEN_BINARY,
667 * fnmatch.c (FOLD_FN_CHAR): Give this a dummy #definition if
669 (fnmatch): Pass filename characters through FOLD_FN_CHAR before
/openbsd/gnu/usr.bin/cvs/emx/
H A Dconfig.h240 #define FOLD_FN_CHAR(c) (OS2_filename_classes[(unsigned char) (c)]) macro
245 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/')
H A Dfilesubr.c785 *filename = FOLD_FN_CHAR (*filename); in fnfold()
/openbsd/gnu/usr.bin/cvs/os2/
H A Dconfig.h304 #define FOLD_FN_CHAR(c) (OS2_filename_classes[(unsigned char) (c)]) macro
309 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/')
H A Dfilesubr.c685 *filename = FOLD_FN_CHAR (*filename); in fnfold()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dconfig.h176 #define FOLD_FN_CHAR(c) (VMS_filename_classes[(unsigned char) (c)]) macro
H A Dfilesubr.c730 *filename = FOLD_FN_CHAR (*filename); in fnfold()
H A DChangeLog195 * config.h, filesubr.c: Add FOLD_FN_CHAR, VMS_filename_classes,
/openbsd/gnu/usr.bin/cvs/src/
H A Dhash.c36 h = (h << 4) + FOLD_FN_CHAR (c);
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A DChangeLog131 * config.h (FOLD_FN_CHAR): Don't define; instead move to