Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunistd.h111 #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 Dcmfsize.c190 Status = fseek (File, 0, SEEK_END); in CmGetFileSize()
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dharness.c41 fseek(f, 0L, SEEK_END); in read_file()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h344 #define SEEK_END 2 macro
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h506 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
H A Dgzlib.c255 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
H A Dzconf.h.in500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
H A DChangeLog1066 - define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young)
/f-stack/dpdk/app/test-compress-perf/
H A Dmain.c237 if (fseek(f, 0, SEEK_END) != 0) { in comp_perf_dump_input_data()
/f-stack/dpdk/app/test-regex/
H A Dmain.c133 if (fseek(fp, 0L, SEEK_END) == 0) { in read_file()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dliolib.c443 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; in f_seek()
/f-stack/freebsd/kern/
H A Dvfs_default.c430 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 Dkern_lockf.c453 case SEEK_END: in lf_advlockasync()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c255 LSEEK(state.state->fd, 0, SEEK_END); /* so gzoffset() is correct */
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslerror.c492 fseek (SourceFile, 0, SEEK_END); in AePrintErrorSourceLine()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c238 if (fseek(file, 0, SEEK_END) < 0) { in cmd_sendfile_parsed()
/f-stack/app/redis-5.0.5/src/
H A Daof.c882 if (server.aof_fd != -1 && lseek(server.aof_fd,0,SEEK_END) == -1) { in loadAppendOnlyFile()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c257 if (origin == SEEK_END) in LONG_SEEK()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3776 fsize = lseek(fd, 0, SEEK_END); in grow_vdev()
6068 fsize = lseek(fd, 0, SEEK_END); in ztest_fault_inject()