Home
last modified time | relevance | path

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

/external/elfutils/src/
Dar.c1237 struct stat newst; in do_oper_insert() local
1245 else if (fstat (newfd, &newst) == -1) in do_oper_insert()
1251 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()
1277 found[cnt]->sec = newst.st_mtime; in do_oper_insert()
1278 found[cnt]->uid = newst.st_uid; in do_oper_insert()
1279 found[cnt]->gid = newst.st_gid; in do_oper_insert()
1280 found[cnt]->mode = newst.st_mode; in do_oper_insert()
/external/mksh/src/
Deval.c371 SubType *newst; in expand() local
373 newst = alloc(sizeof(SubType), ATEMP); in expand()
374 newst->next = NULL; in expand()
375 newst->prev = st; in expand()
376 st->next = newst; in expand()