Searched defs:lst (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-token.c39 struct stat st, lst; local
64 if (lstat(path, &lst) < 0) {
73 !S_ISREG(lst.st_mode) || st.st_ino != lst.st_ino ||
74 !CMP_DEV_T(st.st_dev, lst.st_dev)) {

Completed in 562 milliseconds