allocatedp 32 maint/gnulib/lib/javaversion.c # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname)) allocatedp 596 maint/gnulib/lib/relocatable.c relocate2 (const char *pathname, char **allocatedp) allocatedp 599 maint/gnulib/lib/relocatable.c *allocatedp = (result != pathname ? (char *) result : NULL); allocatedp 62 maint/gnulib/lib/relocatable.h extern const char * relocate2 (const char *pathname, char **allocatedp); allocatedp 95 maint/gnulib/lib/relocatable.h #define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))