Searched defs:stat (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libast/comp/
H A Dftw.c30 static int (*ftw_userf)(const char*, const struct stat*, int);
45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument
H A Dgross.c35 extern int fstat(int fd, struct stat* st)
44 extern int lstat(const char* path, struct stat* st)
53 extern int stat(const char* path, struct stat* st) function
H A Dnftw.c31 static int (*nftw_userf)(const char*, const struct stat*, int, struct FTW*);
38 struct stat st;
42 else if ((n & FTW_SL) && (!(nftw_flags & FTW_PHYSICAL) || stat(ftw->path, &st)))
53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
H A Domitted.c65 #undef stat macro
79 extern int _stat(const char*, struct stat*);
148 #define sysstat stat
454 struct stat st;
709 struct stat st;
721 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino)
751 struct stat st;
823 stat(const char* path, struct stat* st) function
887 struct stat s
[all...]
/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c51 struct stat struct
/ast/src/cmd/ss/
H A Dss.c86 CSSTAT stat; member in struct:__anon219
125 else if (csstat(sp->name, &sp->stat))
145 if (n = (a->stat.pctusr + a->stat.pctsys) - (b->stat.pctusr + b->stat.pctsys))
149 if (a->stat.idle < b->stat.idle)
151 if (a->stat.idle > b->stat
[all...]
/ast/src/cmd/tests/cdt/
H A Dtbags.c59 Dtstat_t stat; local
226 if(dtstat(dt, &stat) < 0 )
228 if(stat.size != n_obj)
229 terror("%s: stat.size=%d != %d (actual size)", name, stat.size, n_obj);
/ast/src/lib/libcmd/
H A Dcp.c184 int (*stat)(const char*, struct stat*); /* stat */ member in struct:State_s
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os)
253 struct stat st;
309 stat(state->path, &st);
333 if (stat(state->path, &st))
334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path);
371 if (!(*state->stat)(stat
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.h100 struct stat stat; /* stat info */ member in struct:tag_t
/ast/src/cmd/3d/
H A Dvcs.c86 struct stat stat; /* stat info */ member in struct:__anon21
145 vcs_checkout(const char* path, struct stat* st)
239 if ((dp->tag->stat.st_ctime < tp->stat.st_ctime) && markermatch(dp->tag->version, tp->version))
258 if (dp->tag->stat.st_ctime > tp->stat.st_ctime)
343 if (R_ISMARKER(dp->tag) && dp->tag->stat.st_mtime < state.vcs.now)
377 if (rd->tag->stat
[all...]
H A D3d.h132 #undef stat macro
179 struct stat st;
396 struct stat st;
538 extern int checklink(const char*, struct stat*, int);
540 extern int fs3d_copy(int, int, struct stat*);
548 extern int instance(char*, char*, struct stat*, int);
558 extern char* pathreal(const char*, int, struct stat*);
565 extern int fileinit(int, struct stat*, Mount_t*, int);
/ast/src/cmd/coshell/
H A Dservice.h71 Cs_stat_t stat; /* csstat() status */ \
74 unsigned long update; /* time stat last updated */ \
164 #define SETLOAD (1<<6) /* stat.load was set */
175 #define SETUPDATE (1L<<17) /* stat.update was set */
176 #define SETUSERS (1L<<18) /* stat.users was set */
226 Cs_stat_t stat; member in struct:__anon58
/ast/src/cmd/warp/
H A Dwarp.c95 #include <sys/stat.h>
187 #undef stat macro
209 typedef int (*Xstat_f)(int, const char*, struct stat*);
210 typedef int (*Fxstat_f)(const int, int, struct stat*);
211 typedef int (*Lxstat_f)(const int, const char*, struct stat*);
218 typedef int (*Fstat_f)(int, struct stat*);
219 typedef int (*Lstat_f)(const char*, struct stat*);
220 typedef int (*Stat_f)(const char*, struct stat*);
1083 warp_xst(register Call_t* p, const int ver, register struct stat* st)
1114 static char msg[] = "warp: stat versio
1493 stat(const char* path, struct stat* st) function
[all...]

Completed in 45 milliseconds