HomeSort by: relevance | last modified time | path
    Searched defs:STRCAT (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 162 # define STRCAT(D, S) strcat (D, S)
189 # define STRCAT(D, S) __wcscat (D, S)
193 # define STRCAT(D, S) wcscat (D, S)
fnmatch_loop.c 1165 /* I cannot believe it but `strcat' is actually acceptable
1169 if (FCT (STRCAT (list->str, p), string, string_end,
1249 #undef STRCAT
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 193 # define STRCAT(D, S) strcat (D, S)
220 # define STRCAT(D, S) __wcscat (D, S)
224 # define STRCAT(D, S) wcscat (D, S)
fnmatch_loop.c 1133 /* I cannot believe it but `strcat' is actually acceptable
1137 if (FCT (STRCAT (list->str, p), string, string_end,
1193 #undef STRCAT
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.c 135 #define STRCAT(D, S) strcat (D, S)
156 #define STRCAT(D, S) wcscat (D, S)
fnmatch_loop.c 1131 /* I cannot believe it but 'strcat' is actually acceptable
1135 if (FCT (STRCAT (list->str, p), string, string_end,
1207 #undef STRCAT
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch.c 135 #define STRCAT(D, S) strcat (D, S)
156 #define STRCAT(D, S) wcscat (D, S)
fnmatch_loop.c 1131 /* I cannot believe it but 'strcat' is actually acceptable
1135 if (FCT (STRCAT (list->str, p), string, string_end,
1207 #undef STRCAT

Completed in 22 milliseconds