Home
last modified time | relevance | path

Searched refs:UTIL_stat (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
278 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
371 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c568 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
599 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
1610 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2514 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
289 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/archivers/zstd/zstd-1.5.0/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
289 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
289 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
176 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
213 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
241 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
242 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
255 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
287 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c572 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
603 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
1620 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2524 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
278 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
371 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c568 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
599 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
1610 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2514 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
278 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
371 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c568 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
599 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
1610 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2514 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
289 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
278 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
371 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
176 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
213 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
241 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
242 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
255 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
287 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
380 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
/dports/archivers/liblz4/lz4-1.9.3/programs/
H A Dutil.h130 # define UTIL_stat _stat64 macro
135 # define UTIL_stat _stati64 macro
140 # define UTIL_stat stat macro
412 r = UTIL_stat(infilename, &statbuf); in UTIL_getFileSize()

12