Home
last modified time | relevance | path

Searched refs:copystat (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dcp-noerror45 shutil.copystat(src, dst)
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py91 shutil.copystat(qfile, questions_out.name)
/openbmc/qemu/libdecnumber/
H A DdecNumber.c1603 uInt copystat=0; /* clean status */ in decNumberLog10() local
1607 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */ in decNumberLog10()
1609 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in decNumberLog10()