Searched refs:stat (Results 51 - 75 of 181) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/libc/locale/
H A Dldpart.c32 #include <sys/stat.h>
60 struct stat st;
/barrelfish-2018-10-04/lib/libc/sys/
H A Dutimensat.c31 #include <sys/stat.h>
44 struct stat sb;
/barrelfish-2018-10-04/lib/acpica/source/tools/acpidump/
H A Dapfiles.c144 struct stat StatInfo;
147 if (!stat (Pathname, &StatInfo))
H A Dacpidump.h134 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfts-compat.h51 #define FTS_NOSTAT 0x008 /* don't get stat info */
102 #define FTS_NS 10 /* stat(2) failed */
103 #define FTS_NSOK 11 /* no stat(2) requested */
120 struct stat *fts_statp; /* stat(2) information */
H A Dgetutxent.c33 #include <sys/stat.h>
52 struct stat sb;
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dclnt_perror.c216 clnt_sperrno(enum clnt_stat stat) argument
218 unsigned int errnum = stat;
314 auth_errmsg(enum auth_stat stat) argument
316 unsigned int errnum = stat;
H A Dsvc_raw.c163 bool_t stat; local
185 stat = xdr_replymsg(xdrs, msg) &&
188 stat = xdr_replymsg(xdrs, msg);
190 if (!stat) {
H A Dpmap_clnt.c47 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfopen.c41 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/libc/string/
H A Dstrmode.c37 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Ddlopen_empty_test.c30 #include <sys/stat.h>
H A Dftw_test.c55 cb(const char *path, const struct stat *st, int type, struct FTW *f)
/barrelfish-2018-10-04/lib/acpica/source/tools/acpihelp/
H A Dacpihelp.h125 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/maurice/
H A Dexample3.c13 #include <sys/stat.h>
H A Dexample4.c13 #include <sys/stat.h>
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c29 #include <sys/stat.h>
267 struct stat stat; local
268 if(fstat(fd, &stat)) fail_errno("fstat");
269 size_t elfsize= stat.st_size;
/barrelfish-2018-10-04/lib/lua/src/
H A Dlauxlib.c207 LUALIB_API int luaL_fileresult (lua_State *L, int stat, const char *fname) { argument
209 if (stat) {
234 #define inspectstat(stat,what) \
235 if (WIFEXITED(stat)) { stat = WEXITSTATUS(stat); } \
236 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
240 #define inspectstat(stat,wha
247 luaL_execresult(lua_State *L, int stat) argument
[all...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drealpath.c37 #include <sys/stat.h>
53 struct stat sb;
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dposix_syscalls.c181 xfstat(int fd, void *stat) argument
187 _fstat_r (struct _reent *ptr, int fd, struct stat *pstat)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dwm_msgs.h177 struct worker_stat_ext stat; member in struct:__anon1672
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacmsvc.h136 #define stat _stat macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_dir.c69 # include <sys/stat.h>
396 #define stat _stat macro
399 struct stat st;
400 if (stat(b->data,&st) < 0)
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs.c206 static errval_t stat(void *st, vfs_handle_t inhandle, struct vfs_fileinfo *info) function
235 err = stat(st, handle, &info);
330 .stat = stat,
H A Dvfs_ops.h30 errval_t (*stat)(void *st, vfs_handle_t handle, struct vfs_fileinfo *info); member in struct:vfs_ops

Completed in 252 milliseconds

12345678