Home | History | Annotate | Download | only in dropbear

Lines Matching refs:filemode

1314 /* open the file (using filemode) and seek to the login entry */
1316 lastlog_openseek(struct logininfo *li, int *fd, int filemode)
1337 *fd = open(lastlog_file, filemode);