HomeSort by relevance Sort by last modified time
    Searched defs:stat_buff (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
13-1.c 45 struct stat stat_buff, stat_buff2; local
71 if (stat(tmpfname, &stat_buff) == -1) {
77 atime1 = stat_buff.st_atime;
112 if (stat(tmpfname, &stat_buff) == -1) {
118 atime3 = stat_buff.st_atime;
14-1.c 42 struct stat stat_buff; local
74 if (stat(tmpfname, &stat_buff) == -1) {
80 ctime1 = stat_buff.st_ctime;
81 mtime1 = stat_buff.st_mtime;
96 if (stat(tmpfname, &stat_buff) == -1) {
102 ctime2 = stat_buff.st_ctime;
103 mtime2 = stat_buff.st_mtime;

Completed in 262 milliseconds