/kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
H A D | posix_fs_lseek_test.c | 102 off = lseek(fd, 0, SEEK_END); /* 0, offset distance */ 201 off = lseek(fd, -10, SEEK_END); /* -10, common data for test, no special meaning */ 210 off = lseek(fd, 10, SEEK_END); /* 10, common data for test, no special meaning */ 216 off = lseek(fd, 0, SEEK_END); /* 0, offet distance */
|
/kernel/linux/linux-5.10/tools/power/acpi/common/ |
H A D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
/kernel/linux/linux-6.6/tools/power/acpi/common/ |
H A D | cmfsize.c | 42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | mkpiggy.c | 40 if (fseek(f, -4L, SEEK_END)) { in main()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | mkpiggy.c | 40 if (fseek(f, -4L, SEEK_END)) { in main()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdio_fputws_001.cpp | 54 fseek(testFile, 0, SEEK_END); in Testcase()
|
/kernel/linux/linux-5.10/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() 488 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 617 case SEEK_END: in ui_browser__argv_seek()
|
/kernel/linux/linux-6.6/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() 488 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 617 case SEEK_END: in ui_browser__argv_seek()
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | main.c | 172 if (lseek(fd, -BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd() 182 if (lseek(fd, -(8 + BOOTCONFIG_MAGIC_LEN), SEEK_END) < 0) in load_xbc_from_initrd()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | adi.c | 182 case SEEK_END: in adi_llseek()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | adi.c | 182 case SEEK_END: in adi_llseek()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 204 filesize = lseek(fd, 0, SEEK_END); in test_file()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 94 #define SEEK_END 2 macro
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 192 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso2c.c | 168 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/kernel/linux/linux-5.10/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 107 if (fseek(fd, 0, SEEK_END)) in ensure_user_exists()
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vdso2c.c | 168 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 214 fseek(file, 0, SEEK_END); in parser_auth()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | hmcdrv_dev.c | 11 * SEEK_END) indicates that a new FTP command follows (not needed on the 170 /* We use SEEK_END as a special indicator for a SEEK_SET in hmcdrv_dev_seek() 174 case SEEK_END: in hmcdrv_dev_seek() 180 break; /* SEEK_END */ in hmcdrv_dev_seek()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fs.h | 45 #define SEEK_END 2 /* seek relative to end of file */ macro
|