Searched refs:newst (Results 1 – 2 of 2) sorted by relevance
1254 struct stat newst; in do_oper_insert() local1262 else if (fstat (newfd, &newst) == -1) in do_oper_insert()1268 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()1294 found[cnt]->sec = arlib_deterministic_output ? 0 : newst.st_mtime; in do_oper_insert()1295 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert()1296 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid; in do_oper_insert()1297 found[cnt]->mode = newst.st_mode; in do_oper_insert()
396 SubType *newst; in expand() local398 newst = alloc(sizeof(SubType), ATEMP); in expand()399 newst->next = NULL; in expand()400 newst->prev = st; in expand()401 st->next = newst; in expand()