Home
last modified time | relevance | path

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

/dragonfly/lib/libc/nls/
H A Dmsgcat.c266 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
288 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno); in catgets()
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c2559 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2564 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
2574 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2583 orig = xcatgets(ctd, set_id, msg_id, s);
/dragonfly/contrib/nvi2/catalog/
H A DREADME74 will be inserted before the base text to setup the set_id and the quote
/dragonfly/crypto/openssh/
H A Dsession.c1425 if (!in_chroot && set_id(pw->pw_name) != 0) in do_setusercontext()