Searched defs:STRCAT (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fnmatch.c | 162 # define STRCAT(D, S) strcat (D, S) macro 189 # define STRCAT(D, S) __wcscat (D, S) macro 193 # define STRCAT(D, S) wcscat (D, S) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fnmatch.c | 193 # define STRCAT(D, S) strcat (D, S) macro 220 # define STRCAT(D, S) __wcscat (D, S) macro 224 # define STRCAT(D, S) wcscat (D, S) macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | fnmatch.c | 135 #define STRCAT(D, S) strcat (D, S) macro 156 #define STRCAT(D, S) wcscat (D, S) macro
|