Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 107) sorted by relevance

12345

/minix3/sys/sys/
H A Dstat.h59 struct stat { struct
71 struct timespec st_ctim; /* time of last file status change */ argument
78 time_t st_ctime; /* time of last file status change */ argument
79 long st_ctimensec; /* nsec of last file status change */ argument
80 time_t st_birthtime; /* time of creation */
81 long st_birthtimensec; /* nsec of time of creation */
83 off_t st_size; /* file size, in bytes */
84 blkcnt_t st_blocks; /* blocks allocated for file */
85 blksize_t st_blksize; /* optimal blocksize for I/O */
86 uint32_t st_flags; /* user defined flags for file */
[all …]
/minix3/minix/fs/procfs/
H A Dmain.c26 struct inode_stat stat; in construct_tree() local
79 static struct inode_stat stat; in main() local
H A Dtree.c35 struct inode_stat stat; in check_owner() local
50 make_stat(struct inode_stat * stat, int slot, int index) in make_stat()
156 struct inode_stat stat; in construct_pid_dirs() local
233 struct inode_stat stat; in make_one_pid_entry() local
264 struct inode_stat stat; in make_all_pid_entries() local
/minix3/sys/lib/libsa/
H A Dstat.c37 stat(const char *str, struct stat *sb) in stat() function
/minix3/lib/libc/compat/gen/
H A Dcompat_glob.c31 #define stat __compat_stat macro
H A Dcompat___fts32.c49 #define stat __compat___stat30 macro
H A Dcompat_fts.c65 #define stat __compat_stat macro
H A Dcompat___fts31.c43 #define stat __compat___stat30 macro
H A Dcompat___fts30.c35 #define stat __compat___stat30 macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-global-ctor-dtor.cpp16 static A stat; in foo() local
/minix3/external/bsd/libpcap/dist/
H A Ddlpisubs.h21 struct pcap_stat stat; member
/minix3/lib/libc/rpc/
H A Dclnt_perror.c223 clnt_sperrno(enum clnt_stat stat) in clnt_sperrno()
316 auth_errmsg(enum auth_stat stat) in auth_errmsg()
H A Dxdr_reference.c81 bool_t stat; in __weak_alias() local
H A Dxdr_array.c83 bool_t stat = TRUE; in __weak_alias() local
H A Dsvc_auth_unix.c69 enum auth_stat stat; in _svcauth_unix() local
/minix3/minix/drivers/net/fxp/
H A Dmii.c19 void mii_print_stat_speed(u16_t stat, u16_t extstat) in mii_print_stat_speed()
/minix3/sys/arch/i386/stand/lib/
H A Dcomio_direct.c115 u_char stat, c; in comgetc_d() local
144 u_char stat; in computc_d() local
/minix3/minix/lib/libc/sys/
H A Dstat.c18 int stat(const char *name, struct stat *buffer) in stat() function
/minix3/lib/libc/gen/
H A Dftw.c38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw()
H A Dnftw.c39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw()
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dprint-bitwidth.c13 union S stat; member
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c73 BOOL stat; in gethostbyname() local
128 BOOL stat; in gethostbyaddr() local
/minix3/include/
H A Drmt.h60 #define stat rmtstat macro
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c120 BOOL stat; in gethostbyname() local
171 BOOL stat; in gethostbyaddr() local
439 BOOL stat; in decode_name_dynamic() local
498 BOOL stat; in getaddrinfo() local
562 BOOL stat; in getnameinfo() local
/minix3/lib/libc/compat/sys/
H A Dcompat_stat.c61 __strong_alias(stat, __compat_stat) in __strong_alias() argument

12345