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

/external/icu4c/tools/toolutil/
H A Dfiletools.cpp97 struct stat stbuf1, stbuf2; local
99 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
104 modtime2 = stbuf2.st_mtime;
/external/elfutils/src/
H A Delflint.c3440 char stbuf2[100]; local
3462 stbuf2, sizeof (stbuf2)));
3479 stbuf2, sizeof (stbuf2)));
3495 stbuf2, sizeof (stbuf2)),

Completed in 298 milliseconds