| /f-stack/freebsd/sys/ |
| H A D | unistd.h | 111 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro 122 #define L_XTND SEEK_END
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | cmfsize.c | 190 Status = fseek (File, 0, SEEK_END); in CmGetFileSize()
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | harness.c | 41 fseek(f, 0L, SEEK_END); in read_file()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 344 #define SEEK_END 2 macro
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 506 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| H A D | gzlib.c | 255 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
|
| H A D | zconf.h.in | 500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| H A D | ChangeLog | 1066 - define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young)
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | main.c | 237 if (fseek(f, 0, SEEK_END) != 0) { in comp_perf_dump_input_data()
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 133 if (fseek(fp, 0L, SEEK_END) == 0) { in read_file()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | liolib.c | 443 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; in f_seek()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_default.c | 430 if (ap->a_fl->l_whence == SEEK_END) { in vop_stdadvlock() 456 if (ap->a_fl->l_whence == SEEK_END) { in vop_stdadvlockasync()
|
| H A D | kern_lockf.c | 453 case SEEK_END: in lf_advlockasync()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 255 LSEEK(state.state->fd, 0, SEEK_END); /* so gzoffset() is correct */
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslerror.c | 492 fseek (SourceFile, 0, SEEK_END); in AePrintErrorSourceLine()
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 238 if (fseek(file, 0, SEEK_END) < 0) { in cmd_sendfile_parsed()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | aof.c | 882 if (server.aof_fd != -1 && lseek(server.aof_fd,0,SEEK_END) == -1) { in loadAppendOnlyFile()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 257 if (origin == SEEK_END) in LONG_SEEK()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3776 fsize = lseek(fd, 0, SEEK_END); in grow_vdev() 6068 fsize = lseek(fd, 0, SEEK_END); in ztest_fault_inject()
|