Lines Matching defs:catd
202 * It will return a catd id if it finds a valid catalog file; otherwise, NULL.
385 * This routine will open file, mmap it, and return catd id.
431 catclose(nl_catd catd)
433 if (catd &&
434 catd != (nl_catd)-1) {
435 if (catd->__content) {
436 (void) munmap(catd->__content, catd->__size);
437 catd->__content = NULL;
439 catd->__size = 0;
440 catd->__trust = 0;
441 libc_free(catd);