Home | History | Annotate | Download | only in dropbear

Lines Matching refs:uid

72   simple table of all users which we seek based on uid and retrieve a
282 li->uid = pw->pw_uid;
1345 /* find this uid's offset in the lastlog file */
1346 offset = (off_t) ((long)li->uid * sizeof(struct lastlog));