Searched refs:SEEK_END (Results 1 – 10 of 10) sorted by relevance
/tools/power/acpi/common/ |
D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
/tools/perf/ui/ |
D | browser.c | 118 case SEEK_END: in ui_browser__list_head_seek() 150 case SEEK_END: in ui_browser__rb_tree_seek() 488 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 617 case SEEK_END: in ui_browser__argv_seek()
|
/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
/tools/include/uapi/linux/ |
D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/tools/bootconfig/ |
D | main.c | 190 if (lseek(fd, -BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd() 200 if (lseek(fd, -(8 + BOOTCONFIG_MAGIC_LEN), SEEK_END) < 0) in load_xbc_from_initrd()
|
/tools/testing/selftests/safesetid/ |
D | safesetid-test.c | 107 if (fseek(fd, 0, SEEK_END)) in ensure_user_exists()
|
/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 313 (void)lseek(fd, 0, SEEK_END); in seek_adi()
|
/tools/include/nolibc/ |
D | nolibc.h | 241 #define SEEK_END 2 macro
|
/tools/perf/ui/browsers/ |
D | hists.c | 1927 case SEEK_END: in ui_browser__hists_seek()
|
/tools/lib/bpf/ |
D | btf.c | 953 if (fseek(f, 0, SEEK_END)) { in btf__parse_raw()
|