OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modf_time
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/syscalls/utime/
utime01.c
101
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 ||
utime02.c
107
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 ||
utime04.c
101
time_t
modf_time
, access_time;
local
127
modf_time
= stat_buf.st_mtime;
131
if ((
modf_time
!= NEW_TIME) ||
utime05.c
107
time_t
modf_time
, access_time;
local
133
modf_time
= stat_buf.st_mtime;
137
if ((
modf_time
!= NEW_TIME) ||
utime03.c
116
time_t
modf_time
, access_time;
local
186
modf_time
= stat_buf.st_mtime;
190
if (
modf_time
<= curr_time ||
191
modf_time
>= pres_time ||
Completed in 1076 milliseconds