Lines Matching defs:catalog
28 * machine independent binary message catalog implementation
49 * find the binary message catalog path for <locale,catalog>
52 * catalog==0 tests for category directory or file
57 mcfind(const char* locale, const char* catalog, int category, int nls, char* path, size_t size)
80 if (catalog && *catalog == '/')
82 i = eaccess(catalog, R_OK);
86 strlcpy(path, catalog, size);
123 v = catalog;
153 if (!catalog)
184 else if (!catalog)
187 strlcpy(file, catalog, elementsof(file));
190 if (s = pathpath(file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|PATH_READ|PATH_ABSOLUTE), path, size))
204 * allocate and read the binary message catalog ip
508 * dump message catalog mc to op
661 * close the message catalog mc