Searched refs:newst (Results 1 – 2 of 2) sorted by relevance
1265 struct stat newst; in do_oper_insert() local1273 else if (fstat (newfd, &newst) == -1) in do_oper_insert()1279 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()1305 found[cnt]->sec = arlib_deterministic_output ? 0 : newst.st_mtime; in do_oper_insert()1306 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert()1307 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid; in do_oper_insert()1308 found[cnt]->mode = newst.st_mode; in do_oper_insert()
389 SubType *newst; in expand() local391 newst = alloc(sizeof(SubType), ATEMP); in expand()392 newst->next = NULL; in expand()393 newst->prev = st; in expand()394 st->next = newst; in expand()