Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/cachetests/
Dcachetest_lib.sh89 err_rc=${2:-none}
96 if [ "${err_rc}" != "none" ] ; then
97 echo "Return code: ${err_rc}"
301 err_rc=$1
305 if [ ${err_rc} -ne 0 ]; then
/third_party/libxml2/
DxmlIO.c2529 int err_rc = 0; in xmlOutputBufferClose() local
2536 err_rc = out->closecallback(out->context); in xmlOutputBufferClose()
2552 err_rc = -1; in xmlOutputBufferClose()
2554 return ((err_rc == 0) ? written : err_rc); in xmlOutputBufferClose()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c2531 int err_rc = 0; in xmlOutputBufferClose() local
2538 err_rc = out->closecallback(out->context); in xmlOutputBufferClose()
2554 err_rc = -1; in xmlOutputBufferClose()
2556 return ((err_rc == 0) ? written : err_rc); in xmlOutputBufferClose()