Home | History | Annotate | Download | only in src

Lines Matching full:newst

1237 	  struct stat newst;
1245 else if (fstat (newfd, &newst) == -1)
1251 else if (!S_ISREG (newst.st_mode))
1277 found[cnt]->sec = newst.st_mtime;
1278 found[cnt]->uid = newst.st_uid;
1279 found[cnt]->gid = newst.st_gid;
1280 found[cnt]->mode = newst.st_mode;