Home
last modified time | relevance | path

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

/third_party/elfutils/src/
H A Dar.c1255 struct stat newst; in do_oper_insert() local
1263 else if (fstat (newfd, &newst) == -1) in do_oper_insert()
1269 else if (!S_ISREG (newst.st_mode)) in do_oper_insert()
1295 found[cnt]->sec = arlib_deterministic_output ? 0 : newst.st_mtime; in do_oper_insert()
1296 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert()
1297 found[cnt]->gid = arlib_deterministic_output ? 0 : newst.st_gid; in do_oper_insert()
1298 found[cnt]->mode = newst.st_mode; in do_oper_insert()
/third_party/mksh/
H A Deval.c418 SubType *newst; in expand() local
420 newst = alloc(sizeof(SubType), ATEMP); in expand()
421 newst->next = NULL; in expand()
422 newst->prev = st; in expand()
423 st->next = newst; in expand()
/third_party/sqlite/src/
H A Dshell.c25268 #define QSS_SETV(qss, newst) ((newst) | ((qss) & QSS_ScanMask))

Completed in 37 milliseconds