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

/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp37 #define INSTALLPATHLEN (sizeof(INSTALLPATH) - 1) macro
208 fprintf(stderr, "relocatep: INSTALLPATHLEN = %d\n", INSTALLPATHLEN);
212 if (strncmp(INSTALLPATH, path, INSTALLPATHLEN))
214 char *relative_path = (char *)path + INSTALLPATHLEN;

Completed in 104 milliseconds