Lines Matching defs:ts
910 struct stat ts;
1079 if (stat(p, &ts))
1081 ts.st_mtime = 0;
1082 ts.st_mode = 0;
1090 if (!ts.st_mtime)
1093 else if (state->force || st.st_mtime != ts.st_mtime)
1105 if (!ts.st_mtime)
1115 if (st.st_mtime != ts.st_mtime)
1119 if (ts.st_mtime)
1125 else if (state->force || st.st_mtime != ts.st_mtime)
1158 if ((st.st_mode &= S_IPERM) != (ts.st_mode &= S_IPERM) && chmod(p, st.st_mode))