OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIL_setFDStat
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
util.h
145
*
UTIL_setFDStat
() also takes an fd, and will preferentially use that to
150
int
UTIL_setFDStat
(const int fd, const char* filename, const stat_t* statbuf);
util.c
295
return
UTIL_setFDStat
(-1, filename, statbuf);
298
int
UTIL_setFDStat
(const int fd, const char *filename, const stat_t *statbuf)
fileio.c
1873
UTIL_setFDStat
(dstFd, dstFileName, srcFileStat);
2857
UTIL_setFDStat
(dstFd, dstFileName, srcFileStat);
Completed in 90 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026