/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 133 #ifndef SEEK_END 134 #define SEEK_END 2 macro
|
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/ |
H A D | 0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch | 31 - off64_t size = lseek64 (fd, 0, SEEK_END); 32 + off_t size = lseek (fd, 0, SEEK_END);
|
/openbmc/linux/tools/power/acpi/common/ |
H A D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | mkpiggy.c | 40 if (fseek(f, -4L, SEEK_END)) { in main()
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | gpio_json.c | 31 fseek(fd, 0, SEEK_END); in load_json()
|
/openbmc/pldm/tools/fw-update/ |
H A D | pldm_fwup_pkg_creator.py | 576 pldm_fw_up_pkg.seek(0, os.SEEK_END) 588 pldm_fw_up_pkg.seek(0, os.SEEK_END) 607 pldm_fw_up_pkg.seek(0, os.SEEK_END)
|
/openbmc/u-boot/tools/ |
H A D | ubsha1.c | 70 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
|
H A D | file2include.c | 44 ret = fseek(file, 0, SEEK_END); in main()
|
H A D | mksunxiboot.c | 118 file_size = lseek(fd_in, 0, SEEK_END); in main()
|
/openbmc/u-boot/board/samsung/smdkv310/tools/ |
H A D | mksmdkv310spl.c | 60 len = lseek(ifd, 0, SEEK_END); in main()
|
/openbmc/u-boot/board/samsung/origen/tools/ |
H A D | mkorigenspl.c | 62 len = lseek(ifd, 0, SEEK_END); in main()
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.c | 118 case SEEK_END: in ui_browser__list_head_seek() 150 case SEEK_END: in ui_browser__rb_tree_seek() 490 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 619 case SEEK_END: in ui_browser__argv_seek()
|
/openbmc/linux/tools/testing/selftests/safesetid/ |
H 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()
|
/openbmc/qemu/migration/ |
H A D | channel-block.c | 128 case SEEK_END: in qio_channel_block_seek()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 191 if (lseek(fd, -BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd() 201 if (lseek(fd, -(8 + BOOTCONFIG_MAGIC_LEN), SEEK_END) < 0) in load_xbc_from_initrd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 162 - if (lseek64(handle->fd, 0, SEEK_END) == (off_t)-1) 163 + if (lseek(handle->fd, 0, SEEK_END) == (off_t)-1) 560 - handle->total_file_size = lseek64(handle->fd, 0, SEEK_END); 563 + handle->total_file_size = lseek(handle->fd, 0, SEEK_END); 841 case SEEK_END: 842 offset = do_lseek(handle, offset, SEEK_END); 929 - if (do_lseek(handle, 0, SEEK_END) == (off64_t)-1) 930 + if (do_lseek(handle, 0, SEEK_END) == (off_t)-1) 969 - lseek64(recorder->fd1, 0, SEEK_END); 970 + lseek(recorder->fd1, 0, SEEK_END);
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso.c | 115 fseek(inf, 0, SEEK_END); in main()
|
/openbmc/linux/drivers/char/ |
H A D | adi.c | 182 case SEEK_END: in adi_llseek()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 94 #define SEEK_END 2 macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vdso2c.c | 168 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/openbmc/obmc-console/ |
H A D | log-handler.c | 139 pos = lseek(lh->fd, 0, SEEK_END); in log_create()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 194 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|