Searched refs:newst (Results 1 – 2 of 2) sorted by relevance
1252 struct stat newst; in do_oper_insert() local1260 else if (fstat (newfd, &newst) == -1) in do_oper_insert()1266 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()1292 found[cnt]->sec = arlib_deterministic_output ? 0 : newst.st_mtime; in do_oper_insert()1293 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert()1294 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid; in do_oper_insert()1295 found[cnt]->mode = newst.st_mode; in do_oper_insert()
413 SubType *newst; in expand() local415 newst = alloc(sizeof(SubType), ATEMP); in expand()416 newst->next = NULL; in expand()417 newst->prev = st; in expand()418 st->next = newst; in expand()