HomeSort by relevance Sort by last modified time
    Searched defs:line_abbrevname (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
loginrec.c 431 /* 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));
    [all...]
  /external/openssh/
loginrec.c 586 * 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));
    [all...]

Completed in 103 milliseconds