Searched refs:msgno (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/util/et/ |
H A D | t_com_err.c | 14 try_one (errcode_t code, int known, int table, int msgno) in try_one() argument 19 snprintf (buffy, sizeof(buffy), "error table %d message %d", table, msgno); in try_one() 26 snprintf (buffy, sizeof(buffy), "Unknown code et%d %d", table, msgno); in try_one() 34 (long) code, msg, table, msgno); in try_one()
|
/freebsd/contrib/nvi/common/ |
H A D | msg.c | 813 int msgno; in msg_cat() local 822 msgno = atoi(str); in msg_cat() 827 (p = catgets(gp->catd, 1, msgno, str)) != NULL) { in msg_cat()
|