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

  /external/openssh/
loginrec.h 125 char *line_fullname(char *dst, const char *src, u_int dstsize);
loginrec.c 380 line_fullname(li->line, line, sizeof(li->line));
559 * line_fullname(): add the leading '/dev/' if it doesn't exist make
563 line_fullname(char *dst, const char *src, u_int dstsize) function
1230 line_fullname(li->line, ut.ut_line,
    [all...]
logintest.c 231 line_fullname(full, line, sizeof(full)-1);

Completed in 48 milliseconds