Searched refs:newst (Results 1 – 2 of 2) sorted by relevance
1237 struct stat newst; in do_oper_insert() local1245 else if (fstat (newfd, &newst) == -1) in do_oper_insert()1251 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()1277 found[cnt]->sec = newst.st_mtime; in do_oper_insert()1278 found[cnt]->uid = newst.st_uid; in do_oper_insert()1279 found[cnt]->gid = newst.st_gid; in do_oper_insert()1280 found[cnt]->mode = newst.st_mode; in do_oper_insert()
371 SubType *newst; in expand() local373 newst = alloc(sizeof(SubType), ATEMP); in expand()374 newst->next = NULL; in expand()375 newst->prev = st; in expand()376 st->next = newst; in expand()