Searched refs:line_abbrevname (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dloginrec.h127 char *line_abbrevname(char *dst, const char *src, int dstsize);
H A Dlogintest.c233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
H A Dloginrec.c582 * line_abbrevname(): Return the abbreviated (usually four-character)
590 line_abbrevname(char *dst, const char *src, int dstsize) function
652 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
746 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
1045 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));

Completed in 202 milliseconds