Home
last modified time | relevance | path

Searched refs:relocate2 (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Drelocatable.h60 extern const char * relocate2 (const char *pathname, char **allocatedp);
92 #define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
Dlocalealias.c67 # 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()
Drelocatable.c587 relocate2 (const char *pathname, char **allocatedp) in relocate2() function