Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h207 extern char *iconv_catgets (nl_catd, int, int, const char *);
H A Dsh.h1245 # define CGETS(b, c, d) iconv_catgets(catd, b, c, d)
H A Dsh.func.c2624 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) function