Searched refs:SEEK_END (Results 1 – 17 of 17) sorted by relevance
| /tools/testing/selftests/powerpc/papr_vpd/ |
| A D | papr_vpd.c | 48 size = lseek(fd, 0, SEEK_END); in dev_papr_vpd_get_handle_all() 101 FAIL_IF(consumed != lseek(fd, 0, SEEK_END)); in dev_papr_vpd_get_handle_byte_at_a_time() 195 const off_t size = lseek(fd, 0, SEEK_END); in papr_vpd_reread() 280 size = lseek(fd, 0, SEEK_END); in papr_vpd_system_loc_code()
|
| /tools/power/acpi/common/ |
| A D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
| /tools/testing/selftests/acct/ |
| A D | acct_syscall.c | 60 fseek(fp, 0L, SEEK_END); in main()
|
| /tools/testing/selftests/powerpc/mm/ |
| A D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
| /tools/include/nolibc/ |
| A D | types.h | 97 #define SEEK_END 2 macro
|
| /tools/perf/ui/ |
| A D | browser.c | 118 case SEEK_END: in ui_browser__list_head_seek() 150 case SEEK_END: in ui_browser__rb_tree_seek() 500 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 629 case SEEK_END: in ui_browser__argv_seek()
|
| /tools/testing/selftests/safesetid/ |
| A D | safesetid-test.c | 119 if (fseek(fd, 0, SEEK_END)) in ensure_user_exists() 148 if (fseek(fd, 0, SEEK_END)) in ensure_group_exists()
|
| /tools/bootconfig/ |
| A D | main.c | 196 if (lseek(fd, -(off_t)BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd() 206 if (lseek(fd, -(off_t)BOOTCONFIG_FOOTER_SIZE, SEEK_END) < 0) in load_xbc_from_initrd()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | fs.h | 54 #define SEEK_END 2 /* seek relative to end of file */ macro
|
| /tools/include/uapi/linux/ |
| A D | fs.h | 54 #define SEEK_END 2 /* seek relative to end of file */ macro
|
| /tools/lib/bpf/ |
| A D | zip.c | 209 size = lseek(fd, 0, SEEK_END); in zip_archive_open()
|
| A D | btf.c | 1332 if (fseek(f, 0, SEEK_END)) { in btf_parse_raw()
|
| /tools/perf/ui/browsers/ |
| A D | annotate-data.c | 280 case SEEK_END: in browser__seek()
|
| A D | hists.c | 1970 case SEEK_END: in ui_browser__hists_seek()
|
| /tools/testing/selftests/sparc64/drivers/ |
| A D | adi-test.c | 309 (void)lseek(fd, 0, SEEK_END); in seek_adi()
|
| /tools/testing/selftests/net/ovpn/ |
| A D | ovpn-cli.c | 352 fseek(fp, 0L, SEEK_END); in ovpn_parse_key()
|
| /tools/perf/util/ |
| A D | header.c | 3784 lseek(fd, 0, SEEK_END); in perf_session__do_write_header()
|
Completed in 52 milliseconds