Searched refs:atofs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c717 off_t atofs = 0; local
728 if (fseek(fp, atofs, SEEK_SET) == 0)
732 atofs = ftell(fp);

Completed in 114 milliseconds