Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dcatgets.c42 catgets(nl_catd catd_st, int set_id, int msg_id, const char *def_str) in catgets() argument
50 if ((catd_st == NULL) || (catd_st == (nl_catd)-1)) { in catgets()
56 if ((catd_st->__content == NULL) && in catgets()
57 (catd_st->__size == 0) && (catd_st->__trust == 1)) { 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()
97 if (!catd_st->__trust) { in catgets()