Searched refs:newst (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Dar.c1254 struct stat newst; local
1262 else if (fstat (newfd, &newst) == -1)
1268 else if (!S_ISREG (newst.st_mode))
1294 found[cnt]->sec = arlib_deterministic_output ? 0 : newst.st_mtime;
1295 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid;
1296 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid;
1297 found[cnt]->mode = newst.st_mode;
/external/mksh/src/
H A Deval.c396 SubType *newst; local
398 newst = alloc(sizeof(SubType), ATEMP);
399 newst->next = NULL;
400 newst->prev = st;
401 st->next = newst;

Completed in 1869 milliseconds