Searched refs:relocate2 (Results 1 – 3 of 3) sorted by relevance
/third_party/gettext/gettext-runtime/intl/ |
D | relocatable.h | 60 extern const char * relocate2 (const char *pathname, char **allocatedp); 92 #define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
|
D | localealias.c | 67 # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname)) macro 239 fp = fopen (relocate2 (full_fname, &malloc_full_fname), "rce"); in read_alias_file() 241 fp = fopen (relocate2 (full_fname, &malloc_full_fname), "r"); in read_alias_file()
|
D | relocatable.c | 587 relocate2 (const char *pathname, char **allocatedp) in relocate2() function
|