Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h133 #ifndef SEEK_END
134 #define SEEK_END 2 macro
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/
H A D0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch31 - 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 Dcmfsize.c42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmkpiggy.c40 if (fseek(f, -4L, SEEK_END)) { in main()
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio_json.c31 fseek(fd, 0, SEEK_END); in load_json()
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py576 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 Dubsha1.c70 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
H A Dfile2include.c44 ret = fseek(file, 0, SEEK_END); in main()
H A Dmksunxiboot.c118 file_size = lseek(fd_in, 0, SEEK_END); in main()
/openbmc/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c60 len = lseek(ifd, 0, SEEK_END); in main()
/openbmc/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c62 len = lseek(ifd, 0, SEEK_END); in main()
/openbmc/linux/tools/perf/ui/
H A Dbrowser.c118 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 Dsafesetid-test.c119 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 Dchannel-block.c128 case SEEK_END: in qio_channel_block_seek()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c204 filesize = lseek(fd, 0, SEEK_END); in test_file()
/openbmc/linux/tools/bootconfig/
H A Dmain.c191 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 D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch162 - 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 Dgen-vdso.c115 fseek(inf, 0, SEEK_END); in main()
/openbmc/linux/drivers/char/
H A Dadi.c182 case SEEK_END: in adi_llseek()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h94 #define SEEK_END 2 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dfs.h45 #define SEEK_END 2 /* seek relative to end of file */ macro
/openbmc/linux/include/uapi/linux/
H A Dfs.h45 #define SEEK_END 2 /* seek relative to end of file */ macro
/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.c168 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
/openbmc/obmc-console/
H A Dlog-handler.c139 pos = lseek(lh->fd, 0, SEEK_END); in log_create()
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.c194 tmp_len = lseek(fd, 0, SEEK_END); in map_input()

1234