Searched refs:__content (Results 1 – 3 of 3) sorted by relevance
56 if ((catd_st->__content == NULL) && in catgets()60 } else if ((catd_st->__content == NULL) || (catd_st->__size == 0)) { in catgets()66 catd = catd_st->__content; in catgets()67 p = (struct _cat_hdr *)catd_st->__content; in catgets()
189 p->__content = NULL; in process_nls_path()315 tmp_catd->__content = addr; in file_open()327 if (catd->__content) { in catclose()328 (void) munmap(catd->__content, catd->__size); in catclose()329 catd->__content = NULL; in catclose()
96 void *__content; /* mmaped catalogue contents */ member