Searched defs:line_abbrevname (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dloginrec.c431 /* line_abbrevname(): Return the abbreviated (usually four-character)
438 line_abbrevname(char *dst, const char *src, size_t dstsize) function
501 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
594 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
865 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));
/external/openssh/
H A Dloginrec.c586 * line_abbrevname(): Return the abbreviated (usually four-character)
594 line_abbrevname(char *dst, const char *src, int dstsize) function
656 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
750 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
1049 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));

Completed in 103 milliseconds