HomeSort by: relevance | last modified time | path
    Searched refs:stat_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
util.h 112 typedef struct __stat64 stat_t; typedef in typeref:struct:__stat64
115 typedef struct _stati64 stat_t; typedef in typeref:struct:_stati64
117 typedef struct stat stat_t; typedef in typeref:struct:stat
137 int UTIL_stat(const char* filename, stat_t* statbuf);
138 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf);
142 * provided stat_t. Currently sets owner, group, atime, and mtime. Will only
149 int UTIL_setFileStat(const char* filename, const stat_t* statbuf);
150 int UTIL_setFDStat(const int fd, const char* filename, const stat_t* statbuf);
158 int UTIL_utime(const char* filename, const stat_t *statbuf);
161 * These helpers operate on a pre-populated stat_t, i.e., the result o
    [all...]
util.c 167 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf)
194 int UTIL_stat(const char* filename, stat_t* statbuf)
201 stat_t statbuf;
209 int UTIL_isRegularFileStat(const stat_t* statbuf)
219 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions)
224 int UTIL_fchmod(const int fd, char const* filename, const stat_t* statbuf, mode_t permissions)
226 stat_t localStatBuf;
260 int UTIL_utime(const char* filename, const stat_t *statbuf)
293 int UTIL_setFileStat(const char *filename, const stat_t *statbuf)
298 int UTIL_setFDStat(const int fd, const char *filename, const stat_t *statbuf
    [all...]
fileio.c 521 stat_t statbuf;
543 static FILE* FIO_openSrcFile(const FIO_prefs_t* const prefs, const char* srcFileName, stat_t* statbuf)
684 static void FIO_getDictFileStat(const char* fileName, stat_t* dictFileStat) {
703 static size_t FIO_setDictBufferMalloc(FIO_Dict_t* dict, const char* fileName, FIO_prefs_t* const prefs, stat_t* dictFileStat)
750 static size_t FIO_setDictBufferMMap(FIO_Dict_t* dict, const char* fileName, FIO_prefs_t* const prefs, stat_t* dictFileStat)
793 static size_t FIO_setDictBufferMMap(FIO_Dict_t* dict, const char* fileName, FIO_prefs_t* const prefs, stat_t* dictFileStat)
833 static size_t FIO_setDictBufferMMap(FIO_Dict_t* dict, const char* fileName, FIO_prefs_t* const prefs, stat_t* dictFileStat)
856 static void FIO_initDict(FIO_Dict_t* dict, const char* fileName, FIO_prefs_t* const prefs, stat_t* dictFileStat, FIO_dictBufferType_t dictBufferType) {
1070 stat_t dictFileStat;
1835 const stat_t* srcFileStat
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d 71 struct stat_t
126 struct stat_t
182 struct stat_t
254 static assert(stat_t.sizeof == 104);
256 static assert(stat_t.sizeof == 88);
260 struct stat_t
315 static assert(stat_t.sizeof == 144);
317 static assert(stat_t.sizeof == 160);
321 struct stat_t
371 static assert(stat_t.sizeof == 160)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
file.d 87 stat_t buf;
254 stat_t buf;
278 // Define our own version of stat_t, as older versions of the compiler
280 alias stat_t_imported = core.sys.posix.sys.stat.stat_t;
284 struct stat_t
292 int fstat64(int, stat_t*) @trusted;
294 int stat64(const scope char*, stat_t*) @system;
299 int fstat(int, stat_t*) @trusted;
300 int stat(const scope char*, stat_t*) @system;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
mount.d 16 import core.sys.posix.sys.stat : stat_t;
304 int fhstat(const fhandle_t*, stat_t*);
321 pragma(mangle, "fhstat@FBSD_1.5") int fhstat(const fhandle_t*, stat_t*);
330 pragma(mangle, "fhstat@FBSD_1.0") int fhstat(const fhandle_t*, stat_t*);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 373 stat_t statbuf = void;
1121 int trustedStat(scope const(FSChar)* namez, ref stat_t buf) @nogc nothrow @trusted;
1149 stat_t statbuf = void;
1193 // Reads a time field from a stat_t with full precision.
1195 private SysTime statTimeToStdTime(char which)(ref const stat_t statbuf)
1245 stat_t statbuf = void;
1665 stat_t statbuf = void;
1752 stat_t statbuf = void;
1784 statbuf = stat_t retrieved from file.
1786 SysTime timeLastModified()(auto ref stat_t statbuf) pure nothrow {assert(false);
    [all...]
mmfile.d 128 stat_t statbuf = void;
318 stat_t statbuf;
process.d 925 import core.sys.posix.fcntl : open, O_RDONLY, stat_t, fstat, S_ISDIR;
929 stat_t s;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
file.d 552 stat_t buf;
  /src/external/gpl2/gmake/dist/
read.c 2846 stat_t stbuf;

Completed in 105 milliseconds