| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | stdio.h | 62 #ifndef SEEK_CUR 63 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | stdio.h | 62 #ifndef SEEK_CUR 63 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | msr.c | 36 if (lseek(fd, idx, SEEK_CUR) == -1) in read_msr() 65 if (lseek(fd, idx, SEEK_CUR) == -1) in write_msr()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | 8svx.c | 70 lsx_seeki(ft,(off_t)12,SEEK_CUR); in startread() 72 lsx_seeki(ft,(off_t)1,SEEK_CUR); in startread() 79 lsx_seeki(ft,(off_t)4,SEEK_CUR); in startread() 139 lsx_seeki(ft,(off_t)chunksize,SEEK_CUR); in startread()
|
| H A D | sox-fmt.c | 70 lsx_seeki(ft, (off_t)(headers_bytes - FIXED_HDR - comments_bytes), SEEK_CUR); in startread()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/ |
| H A D | browser.c | 115 case SEEK_CUR: in ui_browser__list_head_seek() 147 case SEEK_CUR: in ui_browser__rb_tree_seek() 429 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run() 438 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run() 463 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run() 476 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run() 614 case SEEK_CUR: in ui_browser__argv_seek()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 129 #ifndef SEEK_CUR 130 #define SEEK_CUR 1 macro
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | java.rst | 257 seekerr = fseek(classfile, len, SEEK_CUR); 262 seekerr = fseek(classfile, 2, SEEK_CUR); 265 seekerr = fseek(classfile, 3, SEEK_CUR); 274 seekerr = fseek(classfile, 4, SEEK_CUR); 278 seekerr = fseek(classfile, 8, SEEK_CUR); 320 if(fseek(classfile, 2, SEEK_CUR)) /* skip access flags */
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinyplay.c | 116 fseek(file, chunk_header.sz - sizeof(chunk_fmt), SEEK_CUR); in tiny_play() 124 fseek(file, chunk_header.sz, SEEK_CUR); in tiny_play()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeCamHwIsp20.cpp | 627 fseek(fp, TAG_BYTE_LEN*(-1), SEEK_CUR);//backforwad to tag start in parse_rk_rawfile() 632 fseek(fp, TAG_BYTE_LEN, SEEK_CUR); in parse_rk_rawfile() 691 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile() 697 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile() 703 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile() 709 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile() 715 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | bpf-script-test-prologue.c | 41 if (orig == SEEK_CUR) in bpf_func__null_lseek()
|
| H A D | bpf.c | 53 lseek(fds[i % 2], i, (i / 2) % 2 ? SEEK_CUR : SEEK_SET); in llseek_loop() 54 lseek(fds[(i + 1) % 2], i, (i / 2) % 2 ? SEEK_CUR : SEEK_SET); in llseek_loop()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/debug/i386/ |
| H A D | powernow-k8-decode.c | 42 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
|
| H A D | centrino-decode.c | 47 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 296 loff_t pos = lseek64(fd, 0, SEEK_CUR); in read_block() 412 off_t pos = lseek(fd, 0, SEEK_CUR); in write_block() 515 off_t pos = lseek(ctx->fd, 0, SEEK_CUR); in mtd_erase_blocks()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 317 loff_t pos = lseek64(fd, 0, SEEK_CUR); in read_block() 435 off_t pos = lseek(fd, 0, SEEK_CUR); in write_block() 538 off_t pos = lseek(ctx->fd, 0, SEEK_CUR); in mtd_erase_blocks()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 29 + lseek(fileno(file), -1, SEEK_CUR);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 496 offset_out = seek_adi(fd, 0, SEEK_CUR); in test4_lseek() 502 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR); in test4_lseek() 508 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR); in test4_lseek()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | annotate.c | 352 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source() 361 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 367 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 376 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event-info.c | 47 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() 562 tdata->size = lseek(output_fd, 0, SEEK_CUR); in tracing_data_get()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 369 fseek(fp, extra_field_len, SEEK_CUR); // skip past the extra field in npz_load() 382 fseek(fp, size, SEEK_CUR); in npz_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.cpp | 369 fseek(fp, extra_field_len, SEEK_CUR); // skip past the extra field in npz_load() 382 fseek(fp, size, SEEK_CUR); in npz_load()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | adi.c | 187 case SEEK_CUR: in adi_llseek()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | SysUtil.c | 55 start = lseek(fd, 0L, SEEK_CUR); in getFileStartAndLength()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | SysUtil.c | 55 start = lseek(fd, 0L, SEEK_CUR); in getFileStartAndLength()
|