Searched refs:TWO_GB (Results 1 – 1 of 1) sorted by relevance
44 #define TWO_GB 2147483648LL macro79 if (rlim.rlim_cur < TWO_GB + 200) in do_prepare()81 rlim.rlim_cur = TWO_GB + 200; in do_prepare()99 ret = fseeko64 (f, TWO_GB+100, SEEK_SET); in test_ftello()134 if (pos != TWO_GB+105) in test_ftello()149 ret = lseek64 (fd, TWO_GB+100, SEEK_SET); in do_test()166 if (offset64 != TWO_GB + 100) in do_test()181 if (offset != TWO_GB + 100) in do_test()214 else if (statbuf.st_size != (TWO_GB + 100 + 5)) in do_test()216 (long long int) statbuf.st_size, (TWO_GB + 100 + 5)); in do_test()
Completed in 3 milliseconds