Searched defs:Stat (Results 1 – 4 of 4) sorted by relevance
22 static struct statistics Stat; variable
79 typedef struct Stat Stat; typedef81 struct Stat { struct82 char *name;83 char *long_name;84 Attrib attrib;
516 #define Stat _Stat macro
301 Stat(const char *fname, Stat_t *sb) in Stat() function