Searched refs:MACRO_POSTFIX (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dinput.cpp54 #define MACRO_POSTFIX ".tmac" macro
7048 char *s1 = new char[strlen(mac)+strlen(MACRO_POSTFIX)+1];
7050 strcat(s1, MACRO_POSTFIX);
7107 char *s = new char[strlen(fn) + sizeof(MACRO_POSTFIX)];
7109 strcat(s, MACRO_POSTFIX);
7114 if (strncasecmp(fn + strlen(fn) - sizeof(MACRO_POSTFIX) + 1,
7115 MACRO_POSTFIX, sizeof(MACRO_POSTFIX) - 1) == 0) {
7118 strncat(s, fn, strlen(fn) - sizeof(MACRO_POSTFIX) + 1);

Completed in 115 milliseconds