Home
last modified time | relevance | path

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

/external/elfutils/src/
Dar.c1254 struct stat newst; in do_oper_insert() local
1262 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()
/external/mksh/src/
Deval.c396 SubType *newst; in expand() local
398 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()