Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main()
64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
Dfadvise.h47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()
/external/strace/tests/
Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main()
64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
Dfadvise.h47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()
/external/strace/tests-mx32/
Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main()
64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
Dfadvise.h47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local
51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()