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

/external/ltp/testcases/kernel/syscalls/utime/
H A Dutime01.c101 time_t modf_time, access_time; local
153 modf_time = stat_buf.st_mtime;
157 if (modf_time <= curr_time ||
158 modf_time >= pres_time ||
H A Dutime02.c107 time_t modf_time, access_time; local
159 modf_time = stat_buf.st_mtime;
163 if (modf_time <= curr_time ||
164 modf_time >= pres_time ||
H A Dutime04.c101 time_t modf_time, access_time; local
127 modf_time = stat_buf.st_mtime;
131 if ((modf_time != NEW_TIME) ||
H A Dutime05.c107 time_t modf_time, access_time; local
133 modf_time = stat_buf.st_mtime;
137 if ((modf_time != NEW_TIME) ||
H A Dutime03.c121 time_t modf_time, access_time; local
191 modf_time = stat_buf.st_mtime;
195 if (modf_time <= curr_time ||
196 modf_time >= pres_time ||

Completed in 102 milliseconds