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

  /external/openssh/
loginrec.h 127 char *line_abbrevname(char *dst, const char *src, int dstsize);
logintest.c 233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
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...]
  /external/dropbear/
loginrec.h 183 char *line_abbrevname(char *dst, const char *src, size_t dstsize);
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...]

Completed in 57 milliseconds