HomeSort by relevance Sort by last modified time
    Searched refs:line_abbrevname (Results 1 - 3 of 3) 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 585 * line_abbrevname(): Return the abbreviated (usually four-character)
593 line_abbrevname(char *dst, const char *src, int dstsize) function
655 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
749 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
1048 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));
    [all...]

Completed in 66 milliseconds