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.c413 SubType *newst; local
415 newst = alloc(sizeof(SubType), ATEMP);
416 newst->next = NULL;
417 newst->prev = st;
418 st->next = newst;

Completed in 208 milliseconds