Home
last modified time | relevance | path

Searched refs:stat_spare (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtest.c270 struct stat stat_buf, stat_spare; in binary_operator() local
339 && stat (argv[op + 1], &stat_spare) == 0 in binary_operator()
340 && stat_buf.st_dev == stat_spare.st_dev in binary_operator()
341 && stat_buf.st_ino == stat_spare.st_ino); in binary_operator()