Lines Matching defs:dbst
45 static struct stat dbst; /* stat info of database file */
73 st->st_mtime = dbst.st_mtime;
74 st->st_atime = dbst.st_atime;
75 st->st_ctime = dbst.st_ctime;
76 st->st_uid = dbst.st_uid;
77 st->st_gid = dbst.st_gid;
166 st->f_blocks = dbst.st_size / dbst.st_blksize;
167 st->f_bsize = st->f_frsize = st->f_iosize = dbst.st_blksize;
168 st->f_owner = dbst.st_uid;
194 if (stat(argv[optind], &dbst) != 0) {